openc3-cosmos-fakesat 1.0.7 → 1.0.8

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: 27261d751ef78ec3bbf0059e5efbc69e8bc063786145a06e26cd6803f1ae8d3e
4
- data.tar.gz: 83edb32b01cb55f843c8c7903816848500a2f656f348b5b6489e0a486d7df8f3
3
+ metadata.gz: 0eed84169c6bd15e82cf8f6e3f3d67c07e3a611bbeb5e64ce402b177ece5506d
4
+ data.tar.gz: 3b1b5d90af51e3e680c7320b6af0dc453b976bf07028f33d63aecbdaf35f8e28
5
5
  SHA512:
6
- metadata.gz: 6edf8d4ba098901e825896c3535642ea077040f10296aaf71e0f5f237ff4cda785241fa97814c99b5e083a1a90451ee3d8f1662792ff41457bc120aef99e8685
7
- data.tar.gz: c7c02d22693e6a09ea690497eef60152402b0664602c50d4d728d67a336b56980636b1a490339fec6e76f3a854a96443aa123c45509557846710e742f168a3e4
6
+ metadata.gz: 6a7c8b6ada97f83799356f9b27665eca268a5a8dfa94f8c23d5e22d4cef8d8ada6e6ab969778fbb738887ed281cc9a70b1e845e142da274ad7f8a1ace7424a36
7
+ data.tar.gz: da461494650bacf1d94fcf850da21437ab00161fb0b57b5ed30f1c0cbd15d73387612e639f65f0dfa66ec663af8526b2f02a53ca418ddfa192be3a7d7927d91f
@@ -1,8 +1,19 @@
1
+ set_line_delay(1)
2
+ screen_def = '
3
+ SCREEN AUTO AUTO 0.1 FIXED
4
+ VERTICAL
5
+ VERTICALBOX
6
+ LABELVALUE FAKESAT HEALTH_STATUS MODE
7
+ END
8
+ END
9
+ '
10
+ # Here we pass in the screen definition as a string
11
+ local_screen("TESTING", screen_def)
12
+ prompt("Watch the screen for mode changes ...")
13
+
1
14
  cmd("FAKESAT SET_MODE with MODE SAFE")
2
15
  wait_check("FAKESAT HEALTH_STATUS MODE == 'SAFE'", 5)
3
16
 
4
- prompt("Ensure Packet Viewer is open to INST HEALTH_STATUS and watch MODE")
5
-
6
17
  # Call set_tlm twice to ensure it gets processed as real tlm flows
7
18
  set_tlm("FAKESAT HEALTH_STATUS MODE = 'OPERATE'")
8
19
  wait 0.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openc3-cosmos-fakesat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
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-04-01 00:00:00.000000000 Z
12
+ date: 2024-01-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: " cosmos-fakesat plugin facilitating COSMOS user training\n"
15
15
  email: