cosmos 3.4.2 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Manifest.txt +69 -11
- data/autohotkey/config/targets/INST/cmd_tlm/inst_tlm.txt +23 -0
- data/autohotkey/tools/TestRunnerAHK5 +17 -0
- data/autohotkey/tools/TestRunnerAHK6 +17 -0
- data/autohotkey/tools/cmd_extractor.ahk +6 -0
- data/autohotkey/tools/data_viewer.ahk +6 -0
- data/autohotkey/tools/limits_monitor.ahk +67 -14
- data/autohotkey/tools/replay.ahk +6 -0
- data/autohotkey/tools/test_runner5.ahk +8 -0
- data/autohotkey/tools/test_runner6.ahk +5 -0
- data/autohotkey/tools/tlm_extractor.ahk +25 -1
- data/autohotkey/tools/tlm_grapher.ahk +6 -0
- data/cosmos.gemspec +19 -19
- data/data/crc.txt +46 -46
- data/data/critical.wav +0 -0
- data/data/information.wav +0 -0
- data/data/input.wav +0 -0
- data/data/message.wav +0 -0
- data/data/question.wav +0 -0
- data/data/warning.wav +0 -0
- data/demo/Gemfile +5 -1
- data/demo/Launcher +5 -4
- data/demo/Launcher.bat +6 -56
- data/demo/config/data/crc.txt +73 -55
- data/demo/config/system/system.txt +1 -0
- data/demo/config/targets/EXAMPLE/cmd_tlm/example_tlm.txt +2 -0
- data/demo/procedures/example_test.rb +17 -16
- data/demo/tools/CmdExtractor +6 -5
- data/demo/tools/CmdExtractor.bat +6 -56
- data/demo/tools/CmdSender +6 -5
- data/demo/tools/CmdSender.bat +6 -56
- data/demo/tools/CmdTlmServer +6 -5
- data/demo/tools/CmdTlmServer.bat +6 -56
- data/demo/tools/DataViewer +6 -5
- data/demo/tools/DataViewer.bat +6 -56
- data/demo/tools/ExampleTarget +6 -5
- data/demo/tools/ExampleTarget.bat +6 -56
- data/demo/tools/HandbookCreator +6 -5
- data/demo/tools/HandbookCreator.bat +6 -58
- data/demo/tools/Launcher +6 -5
- data/demo/tools/Launcher.bat +6 -56
- data/demo/tools/LimitsMonitor +6 -5
- data/demo/tools/LimitsMonitor.bat +6 -56
- data/demo/tools/OpenGLBuilder +6 -5
- data/demo/tools/OpenGLBuilder.bat +6 -56
- data/demo/tools/PacketViewer +6 -5
- data/demo/tools/PacketViewer.bat +6 -56
- data/demo/tools/Replay +6 -5
- data/demo/tools/Replay.bat +6 -56
- data/demo/tools/ScpiTarget +6 -5
- data/demo/tools/ScpiTarget.bat +6 -56
- data/demo/tools/ScriptRunner +6 -5
- data/demo/tools/ScriptRunner.bat +6 -56
- data/demo/tools/TableManager +6 -5
- data/demo/tools/TableManager.bat +6 -56
- data/demo/tools/TestRunner +6 -5
- data/demo/tools/TestRunner.bat +6 -56
- data/demo/tools/TlmExtractor +6 -5
- data/demo/tools/TlmExtractor.bat +6 -56
- data/demo/tools/TlmGrapher +6 -5
- data/demo/tools/TlmGrapher.bat +6 -56
- data/demo/tools/TlmViewer +6 -5
- data/demo/tools/TlmViewer.bat +6 -56
- data/demo/tools/ToolLaunch.bat +63 -0
- data/demo/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb +6 -5
- data/demo/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb +6 -5
- data/demo/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb +6 -5
- data/demo/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb +6 -5
- data/demo/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb +6 -5
- data/demo/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb +6 -5
- data/demo/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb +6 -5
- data/demo/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb +6 -5
- data/demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb +6 -5
- data/demo/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/Replay.app/Contents/MacOS/Replay.rb +6 -5
- data/demo/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb +6 -5
- data/demo/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb +6 -5
- data/demo/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb +6 -5
- data/demo/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb +6 -5
- data/demo/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb +6 -5
- data/demo/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb +6 -5
- data/demo/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/tool_launch.rb +38 -0
- data/install/Gemfile +5 -1
- data/install/Launcher +5 -3
- data/install/Launcher.bat +6 -56
- data/install/config/data/crc.txt +67 -49
- data/install/config/tools/launcher/launcher.txt +1 -0
- data/install/tools/CmdExtractor +6 -5
- data/install/tools/CmdExtractor.bat +6 -56
- data/install/tools/CmdSender +6 -5
- data/install/tools/CmdSender.bat +6 -56
- data/install/tools/CmdTlmServer +6 -5
- data/install/tools/CmdTlmServer.bat +6 -56
- data/install/tools/DataViewer +6 -5
- data/install/tools/DataViewer.bat +6 -56
- data/install/tools/HandbookCreator +6 -5
- data/install/tools/HandbookCreator.bat +6 -58
- data/install/tools/Launcher +6 -5
- data/install/tools/Launcher.bat +6 -56
- data/install/tools/LimitsMonitor +6 -5
- data/install/tools/LimitsMonitor.bat +6 -56
- data/install/tools/OpenGLBuilder +6 -5
- data/install/tools/OpenGLBuilder.bat +6 -56
- data/install/tools/PacketViewer +6 -5
- data/install/tools/PacketViewer.bat +6 -56
- data/install/tools/Replay +6 -5
- data/install/tools/Replay.bat +6 -56
- data/install/tools/ScriptRunner +6 -5
- data/install/tools/ScriptRunner.bat +6 -56
- data/install/tools/TableManager +6 -5
- data/install/tools/TableManager.bat +6 -56
- data/install/tools/TestRunner +6 -5
- data/install/tools/TestRunner.bat +6 -56
- data/install/tools/TlmExtractor +6 -5
- data/install/tools/TlmExtractor.bat +6 -56
- data/install/tools/TlmGrapher +6 -5
- data/install/tools/TlmGrapher.bat +6 -56
- data/install/tools/TlmViewer +6 -5
- data/install/tools/TlmViewer.bat +6 -56
- data/install/tools/ToolLaunch.bat +63 -0
- data/install/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb +6 -5
- data/install/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb +6 -5
- data/install/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb +6 -5
- data/install/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb +6 -5
- data/install/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb +6 -5
- data/install/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb +6 -5
- data/install/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb +6 -5
- data/install/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb +6 -5
- data/install/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb +6 -5
- data/install/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/Replay.app/Contents/MacOS/Replay.rb +6 -5
- data/install/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb +6 -5
- data/install/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb +6 -5
- data/install/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb +6 -5
- data/install/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb +6 -5
- data/install/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb +6 -5
- data/install/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb +6 -5
- data/install/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/tool_launch.rb +38 -0
- data/lib/cosmos/core_ext/string.rb +3 -2
- data/lib/cosmos/gui/dialogs/about_dialog.rb +3 -7
- data/lib/cosmos/gui/dialogs/find_replace_dialog.rb +200 -136
- data/lib/cosmos/gui/opengl/gl_viewer.rb +8 -8
- data/lib/cosmos/gui/qt.rb +56 -27
- data/lib/cosmos/gui/qt_tool.rb +3 -1
- data/lib/cosmos/gui/text/ruby_editor.rb +130 -110
- data/lib/cosmos/gui/utilities/script_module_gui.rb +150 -4
- data/lib/cosmos/io/json_drb.rb +1 -1
- data/lib/cosmos/io/win32_serial_driver.rb +2 -4
- data/lib/cosmos/packet_logs/ccsds_log_reader.rb +1 -0
- data/lib/cosmos/packet_logs/packet_log_reader.rb +13 -4
- data/lib/cosmos/packets/limits.rb +6 -3
- data/lib/cosmos/packets/telemetry.rb +34 -3
- data/lib/cosmos/processors/new_packet_log_processor.rb +1 -1
- data/lib/cosmos/script/commands.rb +20 -2
- data/lib/cosmos/script/extract.rb +11 -3
- data/lib/cosmos/script/limits.rb +6 -0
- data/lib/cosmos/script/scripting.rb +17 -9
- data/lib/cosmos/system/system.rb +73 -17
- data/lib/cosmos/system/target.rb +10 -5
- data/lib/cosmos/tools/cmd_extractor/cmd_extractor.rb +1 -0
- data/lib/cosmos/tools/cmd_tlm_server/api.rb +95 -0
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb +8 -4
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb +55 -0
- data/lib/cosmos/tools/data_viewer/data_viewer.rb +5 -12
- data/lib/cosmos/tools/data_viewer/data_viewer_component.rb +14 -48
- data/lib/cosmos/tools/handbook_creator/handbook_creator_config.rb +1 -5
- data/lib/cosmos/tools/launcher/launcher.rb +4 -0
- data/lib/cosmos/tools/launcher/launcher_config.rb +50 -0
- data/lib/cosmos/tools/launcher/launcher_tool.rb +21 -9
- data/lib/cosmos/tools/limits_monitor/limits_monitor.rb +607 -566
- data/lib/cosmos/tools/replay/replay.rb +51 -45
- data/lib/cosmos/tools/script_runner/script_runner.rb +13 -5
- data/lib/cosmos/tools/script_runner/script_runner_frame.rb +8 -109
- data/lib/cosmos/tools/test_runner/test.rb +65 -6
- data/lib/cosmos/tools/test_runner/test_runner.rb +4 -4
- data/lib/cosmos/tools/tlm_extractor/tlm_extractor.rb +5 -0
- data/lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_logfile_thread.rb +3 -0
- data/lib/cosmos/tools/tlm_viewer/tlm_viewer.rb +3 -2
- data/lib/cosmos/tools/tlm_viewer/tlm_viewer_config.rb +9 -6
- data/lib/cosmos/tools/tlm_viewer/widgets/array_widget.rb +1 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/block_widget.rb +1 -5
- data/lib/cosmos/top_level.rb +86 -3
- data/lib/cosmos/version.rb +5 -5
- data/lib/cosmos/win32/win32_main.rb +7 -1
- data/spec/packet_logs/packet_log_reader_spec.rb +67 -7
- data/spec/packets/limits_spec.rb +19 -1
- data/spec/packets/telemetry_spec.rb +44 -1
- data/spec/script/commands_spec.rb +14 -0
- data/spec/script/scripting_spec.rb +5 -1
- data/spec/script/telemetry_spec.rb +38 -3
- data/spec/system/system_spec.rb +24 -4
- data/spec/tools/cmd_tlm_server/api_spec.rb +30 -0
- data/test/benchmarks/gsub_benchmark.rb +42 -4
- data/test/benchmarks/is_a_benchmark.rb +34 -0
- data/test/performance/config/data/crc.txt +161 -171
- data/test/performance/config/system/system_packets.txt +10 -10
- data/test/performance/config/system/system_threads.txt +30 -30
- data/test/performance/config/targets/COSMOS/cmd_tlm/cosmos_server_cmds.txt +7 -2
- data/test/performance/config/targets/PACKET/cmd_tlm/packet_cmds.txt +20 -0
- data/test/performance/config/targets/PACKET/cmd_tlm/packet_tlm.txt +98 -0
- data/test/performance/config/targets/{EXAMPLE → PACKET}/cmd_tlm_server.txt +2 -2
- data/test/performance/config/targets/PACKET/lib/packet_interface.rb +22 -0
- data/test/performance/config/targets/PACKET/lib/packet_limits_response.rb +24 -0
- data/test/performance/config/targets/PACKET/screens/status.txt +25 -0
- data/test/performance/config/targets/PACKET/target.txt +28 -0
- data/test/performance/config/targets/{EXAMPLE/cmd_tlm/example_cmds.txt → THREAD/cmd_tlm/thread_cmds.txt} +1 -1
- data/test/performance/config/targets/{EXAMPLE/cmd_tlm/example_tlm.txt → THREAD/cmd_tlm/thread_tlm.txt} +1 -1
- data/test/performance/config/targets/THREAD/cmd_tlm_server.txt +6 -0
- data/test/performance/config/targets/{EXAMPLE/lib/example_interface.rb → THREAD/lib/thread_interface.rb} +1 -1
- data/test/performance/config/targets/THREAD/screens/status.txt +25 -0
- data/test/performance/config/targets/{EXAMPLE → THREAD}/target.txt +0 -0
- data/test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_packets.txt +24 -30
- data/test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_threads.txt +31 -31
- data/test/performance/config/tools/launcher/launcher_packets.txt +16 -11
- data/test/performance/config/tools/launcher/launcher_threads.txt +41 -35
- data/test/performance/config/tools/tlm_grapher/tlm_grapher.txt +204 -0
- data/test/performance/config/tools/tlm_viewer/tlm_viewer.txt +10 -38
- data/test/performance/lib/packet_target.rb +126 -0
- data/test/performance/lib/{example_target.rb → thread_target.rb} +9 -9
- data/test/performance/tools/CmdTlmServerMemProf +1 -1
- data/test/performance/tools/{ExampleTarget → PacketTarget} +2 -2
- data/test/performance/tools/{ExampleTarget.bat → PacketTarget.bat} +0 -0
- data/test/performance/tools/ThreadTarget +14 -0
- data/test/performance/tools/ThreadTarget.bat +59 -0
- data/test/performance/tools/TlmGrapherMemProf +1 -1
- data/test/performance/tools/TlmViewerMemProf +19 -0
- data/{autohotkey/tools/Replay.bat → test/performance/tools/TlmViewerMemProf.bat} +1 -1
- metadata +107 -55
- data/test/performance/lib/example_background_task.rb +0 -57
- data/test/performance/lib/scpi_target.rb +0 -74
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
TITLE 'COSMOS Command and Telemetry Server -
|
|
1
|
+
TITLE 'COSMOS Command and Telemetry Server - Threads Configuration'
|
|
2
2
|
|
|
3
3
|
PACKET_LOG_WRITER DEFAULT packet_log_writer.rb
|
|
4
4
|
|
|
5
|
-
INTERFACE 9999_INT
|
|
5
|
+
INTERFACE 9999_INT thread_interface.rb localhost 9999
|
|
6
6
|
TARGET 9999
|
|
7
|
-
INTERFACE 9998_INT
|
|
7
|
+
INTERFACE 9998_INT thread_interface.rb localhost 9998
|
|
8
8
|
TARGET 9998
|
|
9
|
-
INTERFACE 9997_INT
|
|
9
|
+
INTERFACE 9997_INT thread_interface.rb localhost 9997
|
|
10
10
|
TARGET 9997
|
|
11
|
-
INTERFACE 9996_INT
|
|
11
|
+
INTERFACE 9996_INT thread_interface.rb localhost 9996
|
|
12
12
|
TARGET 9996
|
|
13
|
-
INTERFACE 9995_INT
|
|
13
|
+
INTERFACE 9995_INT thread_interface.rb localhost 9995
|
|
14
14
|
TARGET 9995
|
|
15
|
-
INTERFACE 9994_INT
|
|
15
|
+
INTERFACE 9994_INT thread_interface.rb localhost 9994
|
|
16
16
|
TARGET 9994
|
|
17
|
-
INTERFACE 9993_INT
|
|
17
|
+
INTERFACE 9993_INT thread_interface.rb localhost 9993
|
|
18
18
|
TARGET 9993
|
|
19
|
-
INTERFACE 9992_INT
|
|
19
|
+
INTERFACE 9992_INT thread_interface.rb localhost 9992
|
|
20
20
|
TARGET 9992
|
|
21
|
-
INTERFACE 9991_INT
|
|
21
|
+
INTERFACE 9991_INT thread_interface.rb localhost 9991
|
|
22
22
|
TARGET 9991
|
|
23
|
-
INTERFACE 9990_INT
|
|
23
|
+
INTERFACE 9990_INT thread_interface.rb localhost 9990
|
|
24
24
|
TARGET 9990
|
|
25
|
-
INTERFACE 9989_INT
|
|
25
|
+
INTERFACE 9989_INT thread_interface.rb localhost 9989
|
|
26
26
|
TARGET 9989
|
|
27
|
-
INTERFACE 9988_INT
|
|
27
|
+
INTERFACE 9988_INT thread_interface.rb localhost 9988
|
|
28
28
|
TARGET 9988
|
|
29
|
-
INTERFACE 9987_INT
|
|
29
|
+
INTERFACE 9987_INT thread_interface.rb localhost 9987
|
|
30
30
|
TARGET 9987
|
|
31
|
-
INTERFACE 9986_INT
|
|
31
|
+
INTERFACE 9986_INT thread_interface.rb localhost 9986
|
|
32
32
|
TARGET 9986
|
|
33
|
-
INTERFACE 9985_INT
|
|
33
|
+
INTERFACE 9985_INT thread_interface.rb localhost 9985
|
|
34
34
|
TARGET 9985
|
|
35
|
-
INTERFACE 9984_INT
|
|
35
|
+
INTERFACE 9984_INT thread_interface.rb localhost 9984
|
|
36
36
|
TARGET 9984
|
|
37
|
-
INTERFACE 9983_INT
|
|
37
|
+
INTERFACE 9983_INT thread_interface.rb localhost 9983
|
|
38
38
|
TARGET 9983
|
|
39
|
-
INTERFACE 9982_INT
|
|
39
|
+
INTERFACE 9982_INT thread_interface.rb localhost 9982
|
|
40
40
|
TARGET 9982
|
|
41
|
-
INTERFACE 9981_INT
|
|
41
|
+
INTERFACE 9981_INT thread_interface.rb localhost 9981
|
|
42
42
|
TARGET 9981
|
|
43
|
-
INTERFACE 9980_INT
|
|
43
|
+
INTERFACE 9980_INT thread_interface.rb localhost 9980
|
|
44
44
|
TARGET 9980
|
|
45
|
-
INTERFACE 9979_INT
|
|
45
|
+
INTERFACE 9979_INT thread_interface.rb localhost 9979
|
|
46
46
|
TARGET 9979
|
|
47
|
-
INTERFACE 9978_INT
|
|
47
|
+
INTERFACE 9978_INT thread_interface.rb localhost 9978
|
|
48
48
|
TARGET 9978
|
|
49
|
-
INTERFACE 9977_INT
|
|
49
|
+
INTERFACE 9977_INT thread_interface.rb localhost 9977
|
|
50
50
|
TARGET 9977
|
|
51
|
-
INTERFACE 9976_INT
|
|
51
|
+
INTERFACE 9976_INT thread_interface.rb localhost 9976
|
|
52
52
|
TARGET 9976
|
|
53
|
-
INTERFACE 9975_INT
|
|
53
|
+
INTERFACE 9975_INT thread_interface.rb localhost 9975
|
|
54
54
|
TARGET 9975
|
|
55
|
-
INTERFACE 9974_INT
|
|
55
|
+
INTERFACE 9974_INT thread_interface.rb localhost 9974
|
|
56
56
|
TARGET 9974
|
|
57
|
-
INTERFACE 9973_INT
|
|
57
|
+
INTERFACE 9973_INT thread_interface.rb localhost 9973
|
|
58
58
|
TARGET 9973
|
|
59
|
-
INTERFACE 9972_INT
|
|
59
|
+
INTERFACE 9972_INT thread_interface.rb localhost 9972
|
|
60
60
|
TARGET 9972
|
|
61
|
-
INTERFACE 9971_INT
|
|
61
|
+
INTERFACE 9971_INT thread_interface.rb localhost 9971
|
|
62
62
|
TARGET 9971
|
|
63
|
-
INTERFACE 9970_INT
|
|
63
|
+
INTERFACE 9970_INT thread_interface.rb localhost 9970
|
|
64
64
|
TARGET 9970
|
|
65
65
|
|
|
66
66
|
INTERFACE COSMOS_INT cmd_tlm_server_interface.rb
|
|
@@ -1,29 +1,34 @@
|
|
|
1
1
|
TITLE "Packets"
|
|
2
2
|
TOOL_FONT tahoma 12
|
|
3
3
|
LABEL_FONT tahoma 16
|
|
4
|
+
NUM_COLUMNS 3
|
|
4
5
|
|
|
5
|
-
TOOL "
|
|
6
|
+
TOOL "CTS" "LAUNCH CmdTlmServer --config cmd_tlm_server_packets.txt --system system_packets.txt" "cts.png"
|
|
7
|
+
TOOL "CTS - CodeProf" "ruby-prof -p call_tree -m 1 -f callgrind.cts tools\CmdTlmServer -- --config cmd_tlm_server_packets.txt --system system_packets.txt" "cts.png"
|
|
8
|
+
TOOL "CTS - MemProf" "LAUNCH CmdTlmServerMemProf --config cmd_tlm_server_packets.txt --system system_packets.txt" "cts.png"
|
|
9
|
+
|
|
10
|
+
DIVIDER
|
|
6
11
|
TOOL "Script Runner" "LAUNCH ScriptRunner --system system_packets.txt" "script_runner.png"
|
|
7
12
|
MULTITOOL_START "Simulated Targets" NULL
|
|
8
|
-
TOOL "LAUNCH_TERMINAL
|
|
13
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9999 STATUS 10 --system system_packets.txt"
|
|
9
14
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
10
|
-
TOOL "LAUNCH_TERMINAL
|
|
15
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9998 STATUS 10 --system system_packets.txt"
|
|
11
16
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
12
|
-
TOOL "LAUNCH_TERMINAL
|
|
17
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9997 STATUS 10 --system system_packets.txt"
|
|
13
18
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
14
|
-
TOOL "LAUNCH_TERMINAL
|
|
19
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9996 STATUS 10 --system system_packets.txt"
|
|
15
20
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
16
|
-
TOOL "LAUNCH_TERMINAL
|
|
21
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9995 STATUS 10 --system system_packets.txt"
|
|
17
22
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
18
|
-
TOOL "LAUNCH_TERMINAL
|
|
23
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9994 STATUS 10 --system system_packets.txt"
|
|
19
24
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
20
|
-
TOOL "LAUNCH_TERMINAL
|
|
25
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9993 STATUS 10 --system system_packets.txt"
|
|
21
26
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
22
|
-
TOOL "LAUNCH_TERMINAL
|
|
27
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9992 STATUS 10 --system system_packets.txt"
|
|
23
28
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
24
|
-
TOOL "LAUNCH_TERMINAL
|
|
29
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9991 STATUS 10 --system system_packets.txt"
|
|
25
30
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
26
|
-
TOOL "LAUNCH_TERMINAL
|
|
31
|
+
TOOL "LAUNCH_TERMINAL PacketTarget 9990 STATUS 10 --system system_packets.txt"
|
|
27
32
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
28
33
|
MULTITOOL_END
|
|
29
34
|
|
|
@@ -1,77 +1,83 @@
|
|
|
1
1
|
TITLE "Threads"
|
|
2
2
|
TOOL_FONT tahoma 12
|
|
3
3
|
LABEL_FONT tahoma 16
|
|
4
|
-
NUM_COLUMNS
|
|
4
|
+
NUM_COLUMNS 3
|
|
5
5
|
|
|
6
6
|
TOOL "CTS" "LAUNCH CmdTlmServer --config cmd_tlm_server_threads.txt --system system_threads.txt" "cts.png"
|
|
7
7
|
TOOL "CTS - CodeProf" "ruby-prof -p call_tree -m 1 -f callgrind.cts tools\CmdTlmServer -- --config cmd_tlm_server_threads.txt --system system_threads.txt" "cts.png"
|
|
8
8
|
TOOL "CTS - MemProf" "LAUNCH CmdTlmServerMemProf --config cmd_tlm_server_threads.txt --system system_threads.txt" "cts.png"
|
|
9
|
+
|
|
10
|
+
TOOL "Telemetry Grapher" "LAUNCH TlmGrapher --system system_threads.txt" "tlm_grapher.png"
|
|
11
|
+
TOOL "Grapher - CodeProf" "ruby-prof -p call_tree -m 1 -f callgrind.grapher tools\TlmGrapher -- --system system_threads.txt" "tlm_grapher.png"
|
|
12
|
+
TOOL "Grapher - MemProf" "LAUNCH TlmGrapherMemProf --system system_threads.txt" "tlm_grapher.png"
|
|
13
|
+
|
|
14
|
+
TOOL "Telemetry Viewer" "LAUNCH TlmViewer --system system_threads.txt" "tlm_viewer.png"
|
|
15
|
+
TOOL "Viewer - CodeProf" "ruby-prof -p call_tree -m 1 -f callgrind.viewer tools\TlmViewer -- --system system_threads.txt" "tlm_viewer.png"
|
|
16
|
+
TOOL "Viewer - MemProf" "LAUNCH TlmViewerMemProf --system system_threads.txt" "tlm_viewer.png"
|
|
17
|
+
|
|
18
|
+
DIVIDER
|
|
9
19
|
TOOL "Script Runner" "LAUNCH ScriptRunner --system system_threads.txt" "script_runner.png"
|
|
10
20
|
MULTITOOL_START "Simulated Targets" NULL
|
|
11
|
-
TOOL "LAUNCH_TERMINAL
|
|
21
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9999 STATUS 10 --system system_threads.txt"
|
|
12
22
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
13
|
-
TOOL "LAUNCH_TERMINAL
|
|
23
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9998 STATUS 10 --system system_threads.txt"
|
|
14
24
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
15
|
-
TOOL "LAUNCH_TERMINAL
|
|
25
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9997 STATUS 10 --system system_threads.txt"
|
|
16
26
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
17
|
-
TOOL "LAUNCH_TERMINAL
|
|
27
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9996 STATUS 10 --system system_threads.txt"
|
|
18
28
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
19
|
-
TOOL "LAUNCH_TERMINAL
|
|
29
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9995 STATUS 10 --system system_threads.txt"
|
|
20
30
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
21
|
-
TOOL "LAUNCH_TERMINAL
|
|
31
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9994 STATUS 10 --system system_threads.txt"
|
|
22
32
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
23
|
-
TOOL "LAUNCH_TERMINAL
|
|
33
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9993 STATUS 10 --system system_threads.txt"
|
|
24
34
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
25
|
-
TOOL "LAUNCH_TERMINAL
|
|
35
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9992 STATUS 10 --system system_threads.txt"
|
|
26
36
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
27
|
-
TOOL "LAUNCH_TERMINAL
|
|
37
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9991 STATUS 10 --system system_threads.txt"
|
|
28
38
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
29
|
-
TOOL "LAUNCH_TERMINAL
|
|
39
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9990 STATUS 10 --system system_threads.txt"
|
|
30
40
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
31
|
-
TOOL "LAUNCH_TERMINAL
|
|
41
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9989 STATUS 10 --system system_threads.txt"
|
|
32
42
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
33
|
-
TOOL "LAUNCH_TERMINAL
|
|
43
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9988 STATUS 10 --system system_threads.txt"
|
|
34
44
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
35
|
-
TOOL "LAUNCH_TERMINAL
|
|
45
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9987 STATUS 10 --system system_threads.txt"
|
|
36
46
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
37
|
-
TOOL "LAUNCH_TERMINAL
|
|
47
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9986 STATUS 10 --system system_threads.txt"
|
|
38
48
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
39
|
-
TOOL "LAUNCH_TERMINAL
|
|
49
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9985 STATUS 10 --system system_threads.txt"
|
|
40
50
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
41
|
-
TOOL "LAUNCH_TERMINAL
|
|
51
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9984 STATUS 10 --system system_threads.txt"
|
|
42
52
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
43
|
-
TOOL "LAUNCH_TERMINAL
|
|
53
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9983 STATUS 10 --system system_threads.txt"
|
|
44
54
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
45
|
-
TOOL "LAUNCH_TERMINAL
|
|
55
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9982 STATUS 10 --system system_threads.txt"
|
|
46
56
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
47
|
-
TOOL "LAUNCH_TERMINAL
|
|
57
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9981 STATUS 10 --system system_threads.txt"
|
|
48
58
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
49
|
-
TOOL "LAUNCH_TERMINAL
|
|
59
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9980 STATUS 10 --system system_threads.txt"
|
|
50
60
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
51
|
-
TOOL "LAUNCH_TERMINAL
|
|
61
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9979 STATUS 10 --system system_threads.txt"
|
|
52
62
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
53
|
-
TOOL "LAUNCH_TERMINAL
|
|
63
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9978 STATUS 10 --system system_threads.txt"
|
|
54
64
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
55
|
-
TOOL "LAUNCH_TERMINAL
|
|
65
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9977 STATUS 10 --system system_threads.txt"
|
|
56
66
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
57
|
-
TOOL "LAUNCH_TERMINAL
|
|
67
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9976 STATUS 10 --system system_threads.txt"
|
|
58
68
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
59
|
-
TOOL "LAUNCH_TERMINAL
|
|
69
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9975 STATUS 10 --system system_threads.txt"
|
|
60
70
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
61
|
-
TOOL "LAUNCH_TERMINAL
|
|
71
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9974 STATUS 10 --system system_threads.txt"
|
|
62
72
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
63
|
-
TOOL "LAUNCH_TERMINAL
|
|
73
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9973 STATUS 10 --system system_threads.txt"
|
|
64
74
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
65
|
-
TOOL "LAUNCH_TERMINAL
|
|
75
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9972 STATUS 10 --system system_threads.txt"
|
|
66
76
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
67
|
-
TOOL "LAUNCH_TERMINAL
|
|
77
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9971 STATUS 10 --system system_threads.txt"
|
|
68
78
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
69
|
-
TOOL "LAUNCH_TERMINAL
|
|
79
|
+
TOOL "LAUNCH_TERMINAL ThreadTarget 9970 STATUS 10 --system system_threads.txt"
|
|
70
80
|
DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
|
|
71
81
|
MULTITOOL_END
|
|
72
82
|
|
|
73
|
-
DIVIDER
|
|
74
|
-
TOOL "Telemetry Grapher" "LAUNCH TlmGrapher --system system_threads.txt" "tlm_grapher.png"
|
|
75
|
-
TOOL "Grapher - CodeProf" "ruby-prof -p call_tree -m 1 -f callgrind.grapher tools\TlmGrapher -- --system system_threads.txt" "tlm_grapher.png"
|
|
76
|
-
TOOL "Grapher - MemProf" "LAUNCH TlmGrapherMemProf --system system_threads.txt" "tlm_grapher.png"
|
|
77
83
|
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
SECONDS_PLOTTED 20.0
|
|
2
|
+
POINTS_SAVED 1000000
|
|
3
|
+
POINTS_PLOTTED 1000
|
|
4
|
+
REFRESH_RATE_HZ 10.0
|
|
5
|
+
|
|
6
|
+
TAB "Tab 1"
|
|
7
|
+
PLOT LINEGRAPH
|
|
8
|
+
TITLE "title"
|
|
9
|
+
X_AXIS_TITLE "Time (Seconds)"
|
|
10
|
+
Y_AXIS_TITLE "left" LEFT
|
|
11
|
+
Y_AXIS_TITLE "right" RIGHT
|
|
12
|
+
SHOW_ABS_X_GRID_LABELS TRUE
|
|
13
|
+
SHOW_X_GRID_LINES TRUE
|
|
14
|
+
SHOW_Y_GRID_LINES TRUE
|
|
15
|
+
POINT_SIZE 5
|
|
16
|
+
SHOW_LINES TRUE
|
|
17
|
+
SHOW_LEGEND TRUE
|
|
18
|
+
UNIX_EPOCH_X_VALUES TRUE
|
|
19
|
+
DATA_OBJECT HOUSEKEEPING
|
|
20
|
+
Y_AXIS LEFT
|
|
21
|
+
HORIZONTAL_LINE 0.4 blue
|
|
22
|
+
ITEM 9970 STATUS INT8
|
|
23
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
24
|
+
VALUE_TYPE CONVERTED
|
|
25
|
+
ANALYSIS NONE
|
|
26
|
+
ANALYSIS_SAMPLES 3
|
|
27
|
+
SHOW_LIMITS_LINES FALSE
|
|
28
|
+
DATA_OBJECT HOUSEKEEPING
|
|
29
|
+
Y_AXIS LEFT
|
|
30
|
+
ITEM 9970 STATUS INT16
|
|
31
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
32
|
+
VALUE_TYPE CONVERTED
|
|
33
|
+
ANALYSIS NONE
|
|
34
|
+
ANALYSIS_SAMPLES 3
|
|
35
|
+
SHOW_LIMITS_LINES FALSE
|
|
36
|
+
DATA_OBJECT HOUSEKEEPING
|
|
37
|
+
Y_AXIS LEFT
|
|
38
|
+
ITEM 9970 STATUS INT32
|
|
39
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
40
|
+
VALUE_TYPE CONVERTED
|
|
41
|
+
ANALYSIS NONE
|
|
42
|
+
ANALYSIS_SAMPLES 3
|
|
43
|
+
SHOW_LIMITS_LINES FALSE
|
|
44
|
+
DATA_OBJECT HOUSEKEEPING
|
|
45
|
+
Y_AXIS LEFT
|
|
46
|
+
ITEM 9970 STATUS INT64
|
|
47
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
48
|
+
VALUE_TYPE CONVERTED
|
|
49
|
+
ANALYSIS NONE
|
|
50
|
+
ANALYSIS_SAMPLES 3
|
|
51
|
+
SHOW_LIMITS_LINES FALSE
|
|
52
|
+
PLOT LINEGRAPH
|
|
53
|
+
X_AXIS_TITLE "Time (Seconds)"
|
|
54
|
+
SHOW_ABS_X_GRID_LABELS TRUE
|
|
55
|
+
SHOW_X_GRID_LINES FALSE
|
|
56
|
+
SHOW_Y_GRID_LINES TRUE
|
|
57
|
+
POINT_SIZE 5
|
|
58
|
+
SHOW_LINES TRUE
|
|
59
|
+
SHOW_LEGEND TRUE
|
|
60
|
+
UNIX_EPOCH_X_VALUES TRUE
|
|
61
|
+
DATA_OBJECT HOUSEKEEPING
|
|
62
|
+
Y_AXIS LEFT
|
|
63
|
+
ITEM 9971 STATUS INT8
|
|
64
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
65
|
+
VALUE_TYPE CONVERTED
|
|
66
|
+
ANALYSIS NONE
|
|
67
|
+
ANALYSIS_SAMPLES 3
|
|
68
|
+
SHOW_LIMITS_LINES FALSE
|
|
69
|
+
DATA_OBJECT HOUSEKEEPING
|
|
70
|
+
Y_AXIS LEFT
|
|
71
|
+
ITEM 9971 STATUS INT16
|
|
72
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
73
|
+
VALUE_TYPE CONVERTED
|
|
74
|
+
ANALYSIS NONE
|
|
75
|
+
ANALYSIS_SAMPLES 3
|
|
76
|
+
SHOW_LIMITS_LINES FALSE
|
|
77
|
+
DATA_OBJECT HOUSEKEEPING
|
|
78
|
+
Y_AXIS LEFT
|
|
79
|
+
ITEM 9971 STATUS INT32
|
|
80
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
81
|
+
VALUE_TYPE CONVERTED
|
|
82
|
+
ANALYSIS NONE
|
|
83
|
+
ANALYSIS_SAMPLES 3
|
|
84
|
+
SHOW_LIMITS_LINES FALSE
|
|
85
|
+
DATA_OBJECT HOUSEKEEPING
|
|
86
|
+
Y_AXIS LEFT
|
|
87
|
+
ITEM 9971 STATUS INT64
|
|
88
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
89
|
+
VALUE_TYPE CONVERTED
|
|
90
|
+
ANALYSIS NONE
|
|
91
|
+
ANALYSIS_SAMPLES 3
|
|
92
|
+
SHOW_LIMITS_LINES FALSE
|
|
93
|
+
PLOT LINEGRAPH
|
|
94
|
+
X_AXIS_TITLE "Time (Seconds)"
|
|
95
|
+
SHOW_ABS_X_GRID_LABELS TRUE
|
|
96
|
+
SHOW_X_GRID_LINES FALSE
|
|
97
|
+
SHOW_Y_GRID_LINES TRUE
|
|
98
|
+
POINT_SIZE 5
|
|
99
|
+
SHOW_LINES TRUE
|
|
100
|
+
SHOW_LEGEND TRUE
|
|
101
|
+
UNIX_EPOCH_X_VALUES TRUE
|
|
102
|
+
DATA_OBJECT HOUSEKEEPING
|
|
103
|
+
Y_AXIS LEFT
|
|
104
|
+
ITEM 9972 STATUS INT8
|
|
105
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
106
|
+
VALUE_TYPE CONVERTED
|
|
107
|
+
ANALYSIS NONE
|
|
108
|
+
ANALYSIS_SAMPLES 3
|
|
109
|
+
SHOW_LIMITS_LINES FALSE
|
|
110
|
+
DATA_OBJECT HOUSEKEEPING
|
|
111
|
+
Y_AXIS LEFT
|
|
112
|
+
ITEM 9972 STATUS INT16
|
|
113
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
114
|
+
VALUE_TYPE CONVERTED
|
|
115
|
+
ANALYSIS NONE
|
|
116
|
+
ANALYSIS_SAMPLES 3
|
|
117
|
+
SHOW_LIMITS_LINES FALSE
|
|
118
|
+
DATA_OBJECT HOUSEKEEPING
|
|
119
|
+
Y_AXIS LEFT
|
|
120
|
+
ITEM 9972 STATUS INT32
|
|
121
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
122
|
+
VALUE_TYPE CONVERTED
|
|
123
|
+
ANALYSIS NONE
|
|
124
|
+
ANALYSIS_SAMPLES 3
|
|
125
|
+
SHOW_LIMITS_LINES FALSE
|
|
126
|
+
DATA_OBJECT HOUSEKEEPING
|
|
127
|
+
Y_AXIS LEFT
|
|
128
|
+
ITEM 9972 STATUS INT64
|
|
129
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
130
|
+
VALUE_TYPE CONVERTED
|
|
131
|
+
ANALYSIS NONE
|
|
132
|
+
ANALYSIS_SAMPLES 3
|
|
133
|
+
SHOW_LIMITS_LINES FALSE
|
|
134
|
+
PLOT LINEGRAPH
|
|
135
|
+
X_AXIS_TITLE "Time (Seconds)"
|
|
136
|
+
SHOW_ABS_X_GRID_LABELS TRUE
|
|
137
|
+
SHOW_X_GRID_LINES FALSE
|
|
138
|
+
SHOW_Y_GRID_LINES TRUE
|
|
139
|
+
POINT_SIZE 5
|
|
140
|
+
SHOW_LINES TRUE
|
|
141
|
+
SHOW_LEGEND TRUE
|
|
142
|
+
UNIX_EPOCH_X_VALUES TRUE
|
|
143
|
+
DATA_OBJECT HOUSEKEEPING
|
|
144
|
+
Y_AXIS LEFT
|
|
145
|
+
ITEM 9973 STATUS INT8
|
|
146
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
147
|
+
VALUE_TYPE CONVERTED
|
|
148
|
+
ANALYSIS NONE
|
|
149
|
+
ANALYSIS_SAMPLES 3
|
|
150
|
+
SHOW_LIMITS_LINES FALSE
|
|
151
|
+
DATA_OBJECT HOUSEKEEPING
|
|
152
|
+
Y_AXIS LEFT
|
|
153
|
+
ITEM 9973 STATUS INT16
|
|
154
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
155
|
+
VALUE_TYPE CONVERTED
|
|
156
|
+
ANALYSIS NONE
|
|
157
|
+
ANALYSIS_SAMPLES 3
|
|
158
|
+
SHOW_LIMITS_LINES FALSE
|
|
159
|
+
DATA_OBJECT HOUSEKEEPING
|
|
160
|
+
Y_AXIS LEFT
|
|
161
|
+
ITEM 9973 STATUS INT32
|
|
162
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
163
|
+
VALUE_TYPE CONVERTED
|
|
164
|
+
ANALYSIS NONE
|
|
165
|
+
ANALYSIS_SAMPLES 3
|
|
166
|
+
SHOW_LIMITS_LINES FALSE
|
|
167
|
+
DATA_OBJECT HOUSEKEEPING
|
|
168
|
+
Y_AXIS LEFT
|
|
169
|
+
ITEM 9973 STATUS INT64
|
|
170
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
171
|
+
VALUE_TYPE CONVERTED
|
|
172
|
+
ANALYSIS NONE
|
|
173
|
+
ANALYSIS_SAMPLES 3
|
|
174
|
+
SHOW_LIMITS_LINES FALSE
|
|
175
|
+
|
|
176
|
+
TAB "Tab 2"
|
|
177
|
+
PLOT LINEGRAPH
|
|
178
|
+
TITLE "TITLE"
|
|
179
|
+
X_AXIS_TITLE "Time (Seconds)"
|
|
180
|
+
Y_AXIS_TITLE "LEFT" LEFT
|
|
181
|
+
Y_AXIS_TITLE "RIGHT" RIGHT
|
|
182
|
+
SHOW_ABS_X_GRID_LABELS TRUE
|
|
183
|
+
SHOW_X_GRID_LINES TRUE
|
|
184
|
+
SHOW_Y_GRID_LINES TRUE
|
|
185
|
+
POINT_SIZE 5
|
|
186
|
+
SHOW_LINES TRUE
|
|
187
|
+
SHOW_LEGEND TRUE
|
|
188
|
+
UNIX_EPOCH_X_VALUES TRUE
|
|
189
|
+
DATA_OBJECT HOUSEKEEPING
|
|
190
|
+
Y_AXIS LEFT
|
|
191
|
+
ITEM 9970 STATUS INT8
|
|
192
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
193
|
+
VALUE_TYPE CONVERTED
|
|
194
|
+
ANALYSIS NONE
|
|
195
|
+
ANALYSIS_SAMPLES 3
|
|
196
|
+
SHOW_LIMITS_LINES FALSE
|
|
197
|
+
DATA_OBJECT HOUSEKEEPING
|
|
198
|
+
Y_AXIS RIGHT
|
|
199
|
+
ITEM 9970 STATUS INT16
|
|
200
|
+
TIME_ITEM RECEIVED_TIMESECONDS
|
|
201
|
+
VALUE_TYPE CONVERTED
|
|
202
|
+
ANALYSIS NONE
|
|
203
|
+
ANALYSIS_SAMPLES 3
|
|
204
|
+
SHOW_LIMITS_LINES FALSE
|