OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
instlm.h
Go to the documentation of this file.
1 #ifndef _INSTLM_H
2 #define _INSTLM_H
3 
4 #include "swl0_types.h"
5 #include "genutils.h"
6 
7 static int instlm_list[3][5] = {
8 
9  {1, 0, 1, 1, 0}, /* mnf #1 */
10  {0, 1, 1, 0, 1}, /* mnf #2 */
11  {1, 1, 0, 1, 1} /* mnf #3 */
12 };
13 
14 
15 static float instlm_limits[32][4] = {
16 
17  { -1.334, 66.667, 5.0, 35.0}, /* Band 1/2 FPA Temperature */
18  { -1.334, 66.667, 5.0, 35.0}, /* Band 3/4 FPA Temperature */
19  { -1.334, 66.667, 5.0, 35.0}, /* Band 5/6 FPA Temperature */
20  { -1.334, 66.667, 5.0, 35.0}, /* Band 7/8 FPA Temperature */
21  { -1.334, 66.667, 5.0, 35.0}, /* Telescope Motor Temperature */
22  { -1.334, 66.667, 4.0, 35.0}, /* Tilt Base Temperature */
23  { -1.334, 66.667, 5.0, 35.0}, /* Tilt Platform temperature */
24  { -1.334, 66.667, 5.0, 35.0}, /* Half-Angle Motor Temperature */
25  { 0.26, 5.36, 1.0, 3.2}, /* Power Supply-A Input Current */
26  { 0.26, 5.36, 1.0, 3.2}, /* Power Supply-B Input Current */
27  { 0.0, 19.125, 14.0, 16.0}, /* +15 V Analog Power Voltage */
28  {-19.125, 0.0, -16.0, -14.0}, /* -15 V Analog Power Voltage */
29  { 0.0, 6.375, 4.9, 5.7}, /* +5 V Logic Power Voltage */
30  { -1.334, 66.667, 5.0, 50.0}, /* Power Supply Temperature */
31  { -1.334, 66.667, 5.0, 35.0}, /* B1/B2 post-Amplifier Temperature */
32  { -1.334, 66.667, 5.0, 50.0}, /* Servo Driver Temperature */
33  { 0.0, 38.25, 28.5, 31.0}, /* +30 V Servo Power Voltage */
34  { 0.0, 26.622, 19.5, 22.0}, /* +21 V Servo Power Voltage */
35  {-26.622, 0.0, -22.0, -19.5}, /* -21 V Servo Power Voltage */
36  { 0.0, 6.375, 4.9, 5.4}, /* +5 V Servo Power Voltage */
37  { -377.0, 1795.6, 1165.0, 1325.0}, /* Angular Momentum Speed */
38  { 0.0, 367.2, 40.0, 240.0}, /* Tilt Platform Position */
39  { 0.0, 367.2, 40.0, 240.0}, /* Tilt Base Position */
40  { 0.0, 35.7, 24.0, 32.0}, /* +28 V Heater Power */
41  { 0.0, 0.612, 0.0, 0.4}, /* Telescope-A Motor Current */
42  { 0.0, 0.612, 0.0, 0.4}, /* Telescope-B Motor Current */
43  { 0.0, 0.612, 0.0, 0.3}, /* Half-Angle-A Motor Current */
44  { 0.0, 0.612, 0.0, 0.3}, /* Half-Angle-B Motor Current */
45  { -1.25, 1.25, -1.3, 1.3}, /* Servo-A Phase Error */
46  { -1.25, 1.25, -1.3, 1.3}, /* Servo-B Phase Error */
47  { 0.0, 4.08, 0.0, 0.6}, /* Ang-Mom-Comp-A Motor Current */
48  { 0.0, 4.08, 0.0, 0.6} /* Ang-Mom-Comp-B Motor Current */
49 };
50 
51 
52 #endif
53