home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 587.P3C-TELE.TXT < prev    next >
Text File  |  1989-09-09  |  12KB  |  305 lines

  1.  
  2. Posted: Mon  Sep 12, 1988   8:58 PM GMT              Msg: LGII-3733-1456
  3. From:   AMSATDL
  4. To:     DOCS
  5. Subj:   P3C TELEMETRY SYSPAGE 
  6.  
  7.  
  8.           A M S A T   O S C A R - 1 3     T E L E M E T R Y
  9.  
  10.                      logical telemetry channels
  11.  
  12.                             S Y S P A G E
  13.  
  14.  
  15.                           Compiled by DB2OS
  16.                             for AMSAT-DL
  17.                          1st September 1988
  18.  
  19.  
  20.  
  21. This document describes the decoding of the 128 logical telemetry 
  22. channels of the AMSAT Phase 3C satellite, OSCAR-13.
  23.  
  24.  
  25.  
  26.  
  27. Bytes are counted in the followings ways:
  28.  
  29.      C  - unsigned count (0 to +255)
  30.      Cs - signed count (-128 to +127, 2s complement)
  31.      Cx - signed count (+63 to -192, #3F=+63, #FF=-1, #80=-128,
  32.                         #7F=-129, #40=-192, modified 2s complement)
  33.  
  34.  
  35.  
  36. All temperature channels are decoded identically using the following
  37. decoding relationship:
  38.  
  39.      Temp:  T = (C-120)/1.71  Celsius
  40.  
  41.  
  42.  
  43. Current channels are linear, but have different calibrations for
  44. 1A, 2.5A and 5A max. current:
  45.  
  46.        1A:  I = (C-15)*4.854 mA
  47.      2.5A:  I = (C-15)*12.135mA
  48.        5A:  I = (C-15)*24.27 mA
  49.  
  50.  
  51.  
  52.  
  53.  
  54. Here the Channel identification and decoding equations:
  55. -------------------------------------------------------
  56.  
  57.  
  58.  
  59.  
  60. Byte Channel        Calibration      Remarks
  61. --------------------------------------------------------------------
  62. 00   Uin-BCR        U=(C-10)*167mV   U-Panel: +0.6V @ 0.35A
  63.                                               +0.7V @ 1A
  64. 01   Tx-PWRout-L    Average power=(261-C)^2 / 724 Watts
  65.                                      rectified envelope voltage.
  66. 02   T-Rx-U         Temp             Mode-B reveiver temperature.
  67. 03   ---
  68. 04   Uout-BCR       U=(C-10)*79.5mV  BCR output voltage.
  69. 05   ---
  70. 06   T-TX-U         Temp             Mode-B transmitter temperature.
  71. 07   I-14V-ST       5A               Transponder separation bus.
  72. 08   U-10V-C        U=(C-10)*53.2mV  Computer supply
  73. 09   Press He-Hi    off              Helium tank pressure.
  74. 0A   T-IHU          Temp             Integrated Housekeeping Unit
  75. 0B   I-14V-S        1A               Separation bus, 14V that supplies
  76.                                      torquer and LIU.
  77. 0C   BCR-Oscill1    >~6=OK           BCR status. No count = not
  78.                                      working. Typically C=80.
  79. 0D   Press He-Lo    off              Helium regulator output.
  80. 0E   T-BCR          Temp             Battery Charge Regulator.
  81. 0F   I-10V-C        1A               10V continuous power supply.
  82. 10   BCR-Oscill2    As channel 0C
  83. 11   Press Tank     off              N2O4 tank pressure.
  84. 12   T-SEU          Temp             Sensor Electronics Unit
  85. 13   IbatCharge     2.5A             Positive Current to battery.
  86. 14   L-Sensor (A)   U=(C-10)*8.53mV  Light-Sensor Antenna Side.
  87. 15   Motor Valve    off
  88. 16   T-ABAT1        Temp             Auxiliary battery 1
  89. 17   I-BCR-OUT      5A               14V line to battery and other
  90.                                      consumers.
  91. 18   L-Sensor (M)   U=(C-10)*8.53mV  Light-Sensor Motor Side.
  92. 19   ---
  93. 1A   T-ABAT2        Temp             Auxiliary battery 2
  94. 1B   I-BCR-IN       Equivalent to total current of all panels,
  95.                     not available due to sensor failure.
  96. 1C   Spin rate      C>131,  Spin rate=479/(C-109)-2 rpm
  97.                     C<=131, Spin rate=(131-C)*0.85+20 rpm
  98.                                      Sensor angular position 
  99.                                      oscillator. Lock indication
  100.                                      channel #47.
  101. 1D   Rx-L-AGC       Gain reduction=(C-75)^2 / 1125 dB
  102. 1E   T-MBAT         Temp             Mean battery (normally in use)
  103. 1F   I-Panel6       1A               Solar panel 6
  104. 20   Tx-PWRout-U    Average power=(287-C)^2 / 1796 Watts
  105.                                      As channel 01.
  106. 21   T-He-Tank      Temp
  107. 22   T-Panel1       Temp
  108. 23   I-Panel5       1A
  109. 24   Rx-U-AGC       Gain reduction=(C-71)^2 / 2465 dB
  110. 25   T-Tx-L         Temp             Mode-JL transmitter.
  111. 26   T-Panel3       Temp
  112. 27   I-Panel4       1A
  113. 28   ---
  114. 29   T-Rx-L         Temp             Mode-L receiver.
  115. 2A   T-Panel5       Temp
  116. 2B   I-Panel3       1A
  117. 2C   U-14V-ST       U=(C-10)*66.8mV  Transponder separation bus.
  118. 2D   T-RUDAK        Temp             RUDAK temperature.
  119. 2E   T-top          Temp             Arm 1, Antenna side.
  120. 2F   I-Panel2       1A
  121. 30   U-9V-U         U=(C-10)*54mV    Internal 9 volt bus from
  122.                                      Mode-B transponder.
  123. 31   T-wall-arm2    Temp
  124. 32   T-bottom       Temp             Arm 1, Motor side.
  125. 33   I-Panel1       1A
  126. 34   ---
  127. 35   T-wall-arm1    Temp
  128. 36   T-N2O4         Temp
  129. 37   ---
  130. 38   U-ABAT         U=(C-10)*78.5mV  Auxiliary battery.
  131. 39   T-S-xpnder     Temp             Mode-S transponder.
  132. 3A   T-L-Sensor     Temp             Light sensor antenna side.
  133. 3B   ---
  134. 3C   U-9V-L         U=(C-10)*45.4mV  As channel 30, Mode-L
  135. 3D   T-AZ50-Tank    Temp
  136. 3E   T-nutation damper  Temp         Arm 3.
  137. 3F   ---
  138. 40   ES-Sensitivity 2MUX0            Earth Sensor sensitivity
  139.                                      threshold.
  140.                     bit   significance
  141.                     0 LSB  20mV
  142.                     1      37mV      Hysteresis 200mV
  143.                     2      75mV      Threshold  600mV
  144.                     3     150mV
  145.                     4     300mV
  146.                     5     600mV
  147.                     6     1.2V
  148.                     7 MSB 2.4V       
  149.  
  150. 41   Antenna/SERI   2MUX1            Antenna relays and SERI resistors.
  151.                     bit   significance
  152.                     0 LSB Hi-gain  2m  to U
  153.                     1     Hi-gain 70cm to L
  154.                     2     --+ SERI-1  load resistor for
  155.                     3     -+! SERI-2  both Light-Sensors
  156.                            !! resistance
  157.                            00  7.5 Ohm
  158.                            01  3.9 Ohm
  159.                            10  2.3 Ohm
  160.                            11  5.9 Ohm
  161.  
  162. 42   RUDAK-Status   2MUX2            IN-B (ex Motor-PWR).
  163.                     C=82, Standard-ROS  (S)
  164.                     C=78, Emergency-ROS (N, Not-ROS)
  165.                     C=80, Primitive-ROS (P)
  166.  
  167. 43   S&RUDAK-CNTL   2MUX3            Mode-S and RUDAK interface.
  168.                     bit   significance
  169.                     0 LSB RUDAK OFF
  170.                     1       "   NMI/
  171.                     2       "   Byte Clock
  172.                     3       "   Byte count reset
  173.                     4      ---                          
  174.                     5     Mode-S Beacon ON 
  175.                     6       "    Squelch defeated   
  176.                     7 MSB   "    Squelch Hi Sensitivity 
  177.  
  178. 44   BCR-Sin        2MUX4            Array voltage offset.
  179.                     U=29.1+(Cs*100)mV  (16.3V...41.8V)
  180.  
  181. 45   BCR-Sout       2MUX5            Battery knee voltage offset.
  182.                     U=14.98+(Cx*20)mV  (11.14...16.2V = 192...63)
  183.  
  184. 46   BCR-relays     2MUX6   
  185.                     bit   significance
  186.                     0 LSB BCR-2 ON
  187.                     1     Auxiliary battery charging
  188.                     2     Auxiliary battery connected,
  189.                           Main battery disconnected.
  190.  
  191. 47   SS-1           C=255 or C=0, PLL locked
  192.                                      Sun-Sensor angular position
  193.                                      oscillator, Slit antenna side.
  194. 48   SS-2           Time offset from SS-1
  195. 49   Flag-SS        C=1, SS-1        Sun sensor data.
  196.                     C=2, SS-2
  197. 4A   SPIN-RAW                        Raw spin count (1/256).
  198. 4B   Sensor-control bit   significance  (OUT4)
  199.                     0 LSB --+ MUX-CTRL for sensor elec. module
  200.                     1     -+!
  201.                            !!
  202.                            00 - Sun data
  203.                            01 - spin ref./spin counter
  204.                            10 - ES lower beam
  205.                            11 - ES upper beam
  206.                     2     Earth sensor positive edge select. 
  207.                           (Strobes value of spin count at transition.)
  208.                     3     Motor Instrumentation ON.
  209.                           (Pressure sensors, motore valve indicator.)
  210.                     4     0.3V Sun Sensor Sensitivity
  211.                     5     0.6V  "    "         "
  212.                     6     1.2V  "    "         "
  213.                     7 MSB 2.4V  "    "         "
  214.                           (Max threshold #F = 1 solar constant)
  215. 4C   SS-correction
  216. 4D   Last ES-A      Z                last ES-pulse Antenna side.
  217. 4E     "            O#               (Orbit number and MA value)
  218. 4F   Last ES-M      Z                last ES-pulse Motor side.
  219. 50     "            O#               (Orbit number and MA value)
  220. 51   Lockoutrange   Within +- C counts from sun sensor pip, earth
  221.                     sensor handler ignores data (Spin count 1 circle=
  222.                     256 counts.)
  223. 52   ES-A           Strobed spin count at edge selected,
  224.                                      Antenna Side beam.
  225. 53   Update Flag1   Indicates update,Antenna Side beam.
  226. 54   ES-M           As channel 52    Motor Side beam.
  227. 55   Update Flag2   As channel 53      "    "    "
  228. 56   S/C STATUS     bit   significance
  229.                     0 LSB LIU power ON
  230.                     1     S/A plug status 0=Safe, 1=Arm
  231.                     2     RUDAK-out (lock)
  232.                     3     Mode-S Squelch open
  233.                     4     ---
  234.                     5     Memory Softerror Counter
  235.                     6       "         "      "
  236.                     7 MSB   "         "      "
  237. 57   ---
  238. 58   ---
  239. 59   ---
  240. 5A   ---
  241. 5B   N              no of 20ms per dot, morse speed.
  242. 5C   n              running count of units for morse.
  243. 5D   ---
  244. 5E   TRANSPONDER    bit   significance  (OUT7)
  245.                     0 LSB GB OFF
  246.                     1     GB FSK (1=+170Hz)
  247.                     2     DPSK OFF
  248.                     3     EB ON
  249.                     4     --+ PSK source
  250.                     5     -+! for GB (EB: don't care)
  251.                            !! 
  252.                            00 - no PSK
  253.                            01 - ranging
  254.                            10 - EB source
  255.                     6     Low power transponder ON
  256.                     7 MSB Passband OFF (Beacons and Mode-J +3dB)
  257. 5F   ---
  258. 60   MODUS          bit   significance  (magnet control)
  259.                     0     magnet system ON
  260.                     1     undespun magnet
  261. 61   M-Soll         magnet vector desired angle to the despun sun
  262.                     (clockwise as seen from top, 1 circle = 256)
  263. 62   M-Out          bit   significance  (OUT3, also L,S,J control)
  264.                     0 LSB polarity Arm 1
  265.                     1     polarity Arm 2
  266.                     2     polarity Arm 3
  267.                     3     Magnet power ON
  268.                     4     Mode-J ON
  269.                     5     ---
  270.                     6     Mode-S ON
  271.                     7 MSB Mode-L ON
  272. 63   O-FRAC-lo      Fractional Z increment in 20ms
  273. 64   O-FRAC-hi                       Counts down to 0 from preset
  274.                                      value. 255th Z has different
  275.                                      value of O-FRAC. ~7000 counts/Z.
  276. 65   O/256          Z from perigee
  277. 66   O#-lo          Orbit number
  278. 67   O#-hi
  279. 68   UHR            10ms             UTC
  280. 69                  sec
  281. 6A                  min
  282. 6B                  hour
  283. 6C                  day              1st January 1978 = AMSAT day 0.
  284. 6D                  256day
  285. 6E   SU0            10ms             IPS stopwatch 0.
  286. 6F                  sec   
  287. 70                  min
  288. 71                  min*256
  289. 72   SU1            10ms             IPS stopwatch 1.
  290. 73                  sec
  291. 74                  min
  292. 75                  min*256
  293. 76   SU2            10ms             IPS stopwatch 2.
  294. 77                  sec
  295. 78                  min
  296. 79                  min*256
  297. 7A   SU3            10ms             IPS stopwatch 3.
  298. 7B                  sec
  299. 7C                  min
  300. 7D                  min*256
  301. 7E   Event-Lo                        Used as event ID word in
  302. 7F   Event-Hi                        intermediate buffer.
  303.  
  304. END
  305.