openc3-cosmos-geosim 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2371245c77c5d14cea46bef0cec30cf44e8bca7c96fdbac3ba537271b68c5e1c
4
- data.tar.gz: 2e8a62f6f445b33a0dc1948073a4bc5ad129290fc3d5050cc99fd534d90f56fe
3
+ metadata.gz: '09dbe0cd6333ed1868f690e458107407edf0022b7c47f0f5bb8cde2a13671f14'
4
+ data.tar.gz: eb7503eab72cf946858acc426a03f2c9ed53f60cadf798047e7b187251ec1087
5
5
  SHA512:
6
- metadata.gz: 0b25d7317d5f7adb8626a48f3519ab79b49c2be558b99c1a769e69878e7555d39d71b102e936942eef795581906d27ee94d8f686ffea4f56df8204175972c508
7
- data.tar.gz: a2c2bcd0dec628aa0a15af73c0ef67f8ee40060dda3d56a2a9c2914a7ebc78595ebf95689962b00ac16d487f3979c3f55084e25a90fae76aed4d6e555a903ee6
6
+ metadata.gz: 4d8f79b5236c90b06bcb0cddb1b3baf1f862816dff24706fc29d0c2a61693653158091076d7c29fcaea9f738d582e29858c85639c372906c4eae6da1cbb2ad51
7
+ data.tar.gz: 97514f8182bcb760f4bf95b8ebbe98f9ea668aa6adf21a35d5626d6875c824f8e03ab7b339c65dcb902d3d9b38c63c37f30bc71c5f3460be308567aed02d11c2
@@ -25,7 +25,7 @@ module OpenC3
25
25
  class GeosatTarget
26
26
  class GeosatServerInterface < TcpipServerInterface
27
27
  def initialize(port)
28
- super(port.to_i, port.to_i, 5.0, nil, 'LENGTH', 64, 16, 11, 1, 'BIG_ENDIAN', 4, "0x1ACDFC1D", nil, true)
28
+ super(port.to_i, port.to_i, 5.0, nil, 'LENGTH', 64, 16, 11, 1, 'BIG_ENDIAN', 4, "0x1ACFFC1D", nil, true)
29
29
  end
30
30
  end
31
31
 
@@ -1,56 +1,65 @@
1
+ COMMAND GEOSAT NOOP BIG_ENDIAN "NOOP"
2
+ PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
3
+ PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
4
+ PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
5
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 1 "CCSDS primary header application id"
6
+ PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
7
+ PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
8
+ OVERFLOW TRUNCATE
9
+ PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
10
+ APPEND_PARAMETER IGNORE 8 UINT MIN MAX 0 "Ignored item"
11
+
1
12
  COMMAND GEOSAT COLLECT BIG_ENDIAN "Starts a collect on the GEOSAT target"
2
13
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
3
14
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
4
15
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
5
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
16
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 2 "CCSDS primary header application id"
6
17
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
7
18
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
8
19
  OVERFLOW TRUNCATE
9
20
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
10
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 1 "Packet id"
11
- PARAMETER TYPE 64 16 UINT MIN MAX 0 "Collect type"
21
+ APPEND_PARAMETER TYPE 16 UINT MIN MAX 0 "Collect type"
12
22
  REQUIRED
13
23
  STATE NORMAL 0
14
24
  STATE SPECIAL 1 HAZARDOUS
15
- PARAMETER DURATION 80 32 FLOAT 0.0 10.0 1.0 "Collect duration"
16
- PARAMETER OPCODE 112 8 UINT 0x0 0xFF 0xAB "Collect opcode"
25
+ APPEND_PARAMETER DURATION 32 FLOAT 0.0 10.0 1.0 "Collect duration"
26
+ APPEND_PARAMETER OPCODE 8 UINT 0x0 0xFF 0xAB "Collect opcode"
17
27
  FORMAT_STRING "0x%0X"
18
- PARAMETER TEMP 120 32 FLOAT 0.0 25.0 0.0 "Collect temperature"
28
+ APPEND_PARAMETER TEMP 32 FLOAT 0.0 25.0 0.0 "Collect temperature"
19
29
  UNITS Celsius C
20
30
 
21
31
  COMMAND GEOSAT ABORT BIG_ENDIAN "Aborts a collect on the GEOSAT instrument"
22
32
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
23
33
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
24
34
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
25
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
35
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 3 "CCSDS primary header application id"
26
36
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
27
37
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
28
38
  OVERFLOW TRUNCATE
29
39
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
30
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 2 "Packet id"
40
+ APPEND_PARAMETER IGNORE 8 UINT MIN MAX 0 "Ignored item"
31
41
 
32
42
  COMMAND GEOSAT CLEAR BIG_ENDIAN "Clears counters on the GEOSAT instrument"
33
43
  HAZARDOUS "Clearing counters may lose valuable information."
34
44
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
35
45
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
36
46
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
37
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
47
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 4 "CCSDS primary header application id"
38
48
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
39
49
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
40
50
  OVERFLOW TRUNCATE
41
51
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
42
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 3 "Packet id"
52
+ APPEND_PARAMETER IGNORE 8 UINT MIN MAX 0 "Ignored item"
43
53
 
44
54
  COMMAND GEOSAT SET_MODE BIG_ENDIAN "Change spacecraft mode"
45
55
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
46
56
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
47
57
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
48
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
58
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 5 "CCSDS primary header application id"
49
59
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
50
60
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
51
61
  OVERFLOW TRUNCATE
52
62
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
53
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 4 "Packet id"
54
63
  APPEND_PARAMETER MODE 8 UINT 0 2 0 "Desired Mode"
55
64
  REQUIRED
56
65
  STATE SAFE 0
@@ -61,36 +70,33 @@ COMMAND GEOSAT SLRPNLDEPLOY BIG_ENDIAN "Deploy solar array panel"
61
70
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
62
71
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
63
72
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
64
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
73
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 6 "CCSDS primary header application id"
65
74
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
66
75
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
67
76
  OVERFLOW TRUNCATE
68
77
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
69
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 5 "Packet id"
70
78
  APPEND_PARAMETER NUM 8 UINT 1 2 1 "Solar Array Number"
71
79
 
72
80
  COMMAND GEOSAT SLRPNLSTOW BIG_ENDIAN "Stow solar array panel"
73
81
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
74
82
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
75
83
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
76
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
84
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 7 "CCSDS primary header application id"
77
85
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
78
86
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
79
87
  OVERFLOW TRUNCATE
80
88
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
81
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 6 "Packet id"
82
89
  APPEND_PARAMETER NUM 8 UINT 1 2 1 "Solar Array Number"
83
90
 
84
91
  COMMAND GEOSAT SLRPNLANG BIG_ENDIAN "Set Solar Array Panel Angle"
85
92
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
86
93
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
87
94
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
88
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
95
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 8 "CCSDS primary header application id"
89
96
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
90
97
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
91
98
  OVERFLOW TRUNCATE
92
99
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
93
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 7 "Packet id"
94
100
  APPEND_PARAMETER NUM 8 UINT 1 2 1 "Solar Array Number"
95
101
  APPEND_PARAMETER ANG 32 FLOAT 0 360 0 "Solar Array Angle"
96
102
  UNITS DEGREES DEG
@@ -99,24 +105,22 @@ COMMAND GEOSAT TABLE_LOAD BIG_ENDIAN "Load table"
99
105
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
100
106
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
101
107
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
102
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
108
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 9 "CCSDS primary header application id"
103
109
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
104
110
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
105
111
  OVERFLOW TRUNCATE
106
112
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
107
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 8 "Packet id"
108
113
  APPEND_PARAMETER DATA 80 BLOCK "" "Table data"
109
114
 
110
115
  COMMAND GEOSAT HTR_CTRL BIG_ENDIAN "Heater Control ON/OFF"
111
116
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
112
117
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
113
118
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
114
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
119
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 10 "CCSDS primary header application id"
115
120
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
116
121
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
117
122
  OVERFLOW TRUNCATE
118
123
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
119
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 9 "Packet id"
120
124
  APPEND_PARAMETER NUM 8 UINT 1 2 1 "Heater Number"
121
125
  APPEND_PARAMETER STATE 8 UINT 0 1 0 "Desired State"
122
126
  STATE OFF 0 HAZARDOUS
@@ -126,12 +130,11 @@ COMMAND GEOSAT HTR_STATE BIG_ENDIAN "Heater State ON/OFF"
126
130
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
127
131
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
128
132
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
129
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
133
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 11 "CCSDS primary header application id"
130
134
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
131
135
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
132
136
  OVERFLOW TRUNCATE
133
137
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
134
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 10 "Packet id"
135
138
  APPEND_PARAMETER NUM 8 UINT 1 2 1 "Heater Number"
136
139
  APPEND_PARAMETER STATE 8 UINT 0 1 0 "Desired State"
137
140
  STATE OFF 0
@@ -141,12 +144,11 @@ COMMAND GEOSAT HTR_SETPT BIG_ENDIAN "Heater Setpoint"
141
144
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
142
145
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
143
146
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
144
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
147
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 12 "CCSDS primary header application id"
145
148
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
146
149
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
147
150
  OVERFLOW TRUNCATE
148
151
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
149
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 11 "Packet id"
150
152
  APPEND_PARAMETER NUM 8 UINT 1 2 1 "Heater Number"
151
153
  APPEND_PARAMETER SETPT 32 FLOAT -100 100 0 "Setpoint"
152
154
 
@@ -154,12 +156,11 @@ COMMAND GEOSAT ADCS_CTRL BIG_ENDIAN "ADCS Control of Solar Panel Angle ON/OFF"
154
156
  PARAMETER CCSDSVER 0 3 UINT 0 0 0 "CCSDS primary header version number"
155
157
  PARAMETER CCSDSTYPE 3 1 UINT 1 1 1 "CCSDS primary header packet type"
156
158
  PARAMETER CCSDSSHF 4 1 UINT 0 0 0 "CCSDS primary header secondary header flag"
157
- ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 999 "CCSDS primary header application id"
159
+ ID_PARAMETER CCSDSAPID 5 11 UINT 0 2047 13 "CCSDS primary header application id"
158
160
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
159
161
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
160
162
  OVERFLOW TRUNCATE
161
163
  PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
162
- ID_PARAMETER PKTID 48 16 UINT MIN MAX 12 "Packet id"
163
164
  APPEND_PARAMETER STATE 8 UINT 0 1 0 "Desired State"
164
165
  STATE OFF 0 HAZARDOUS
165
166
  STATE ON 1
@@ -17,7 +17,6 @@ TELEMETRY GEOSAT HEALTH_STATUS BIG_ENDIAN "Health and status from the GEOSAT tar
17
17
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
18
18
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
19
19
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
20
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
21
20
  APPEND_ITEM CMD_ACPT_CNT 32 UINT "Command accept counter"
22
21
  APPEND_ITEM CMD_RJCT_CNT 32 UINT "Command reject counter"
23
22
  APPEND_ITEM MODE 8 UINT "Spacecraft mode"
@@ -49,7 +48,6 @@ TELEMETRY GEOSAT THERMAL BIG_ENDIAN "Thermal data"
49
48
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
50
49
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
51
50
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
52
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
53
51
  APPEND_ITEM TEMP1 32 FLOAT "Temperature #1"
54
52
  UNITS CELSIUS C
55
53
  FORMAT_STRING "%0.2f"
@@ -100,7 +98,6 @@ TELEMETRY GEOSAT ADCS BIG_ENDIAN "Position and attitude data"
100
98
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
101
99
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
102
100
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
103
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
104
101
  ITEM POSX 128 32 FLOAT "Position X"
105
102
  UNITS METERS M
106
103
  ITEM POSY 160 32 FLOAT "Position Y"
@@ -163,7 +160,6 @@ TELEMETRY GEOSAT EVENT BIG_ENDIAN "Event packet"
163
160
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
164
161
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
165
162
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
166
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
167
163
  APPEND_ITEM MESSAGE 0 STRING "Event Message"
168
164
  ITEM PACKET_TIME 0 0 DERIVED "Ruby time based on TIMESEC and TIMEUS"
169
165
  READ_CONVERSION unix_time_conversion.rb TIMESEC TIMEUS
@@ -187,7 +183,6 @@ TELEMETRY GEOSAT IMAGE BIG_ENDIAN "Packet with image data"
187
183
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
188
184
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
189
185
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
190
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
191
186
  ITEM BYTES 128 32 UINT "First bytes"
192
187
  FORMAT_STRING '0x%08x'
193
188
  ITEM IMAGE 128 0 BLOCK "Image Data"
@@ -214,7 +209,6 @@ TELEMETRY GEOSAT MECH BIG_ENDIAN "Mechanism status"
214
209
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
215
210
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
216
211
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
217
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
218
212
  APPEND_ITEM SLRPNL1_ANG 32 FLOAT "Solar panel 1 angle"
219
213
  UNITS DEGREES DEG
220
214
  APPEND_ITEM SLRPNL2_ANG 32 FLOAT "Solar panel 2 angle"
@@ -257,7 +251,6 @@ TELEMETRY GEOSAT IMAGER BIG_ENDIAN "Imager Status"
257
251
  APPEND_ITEM CCSDSLENGTH 16 UINT "CCSDS packet data length"
258
252
  APPEND_ITEM TIMESEC 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
259
253
  APPEND_ITEM TIMEUS 32 UINT "Microseconds of second"
260
- APPEND_ID_ITEM PKTID 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
261
254
  APPEND_ITEM COLLECTS 16 UINT "Number of collects"
262
255
  APPEND_ITEM DURATION 32 FLOAT "Most recent collect duration"
263
256
  APPEND_ITEM COLLECT_TYPE 16 UINT "Most recent collect type"
@@ -197,6 +197,9 @@ module OpenC3
197
197
  name = packet.packet_name.upcase
198
198
 
199
199
  case name
200
+ when 'NOOP'
201
+ accept_cmd()
202
+
200
203
  when 'COLLECT'
201
204
  if @mode == 'OPERATE'
202
205
  @collects += 1
@@ -6,7 +6,7 @@ IGNORE_PARAMETER CCSDSAPID
6
6
  IGNORE_PARAMETER CCSDSSEQFLAGS
7
7
  IGNORE_PARAMETER CCSDSSEQCNT
8
8
  IGNORE_PARAMETER CCSDSLENGTH
9
- IGNORE_PARAMETER PKTID
9
+ IGNORE_PARAMETER IGNORE
10
10
 
11
11
  # Ignored Items
12
12
  IGNORE_ITEM CCSDSVER
@@ -21,7 +21,6 @@ IGNORE_ITEM PACKET_TIMESECONDS
21
21
  IGNORE_ITEM RECEIVED_TIMESECONDS
22
22
  IGNORE_ITEM TIMESEC
23
23
  IGNORE_ITEM TIMEUS
24
- IGNORE_ITEM PKTID
25
24
 
26
25
  # Explicitly define command and telemetry files
27
26
  # If not given then all the files in cmd/tlm will be processed in
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openc3-cosmos-geosim
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Melton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-01-16 00:00:00.000000000 Z
12
+ date: 2023-01-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: " cosmos-geosim plugin facilitating COSMOS config training\n"
15
15
  email: