Auto Extract Test Runner .bin files #1380
-
Hey All, I have been trying to make a Ruby script to automatically extract tons of .bins files at a time within multiple directories. This could be extended to extract the data collected from a Test Runner script each time it finishes. Right now, I believe to extract data to a CSV or to a tab delimited .txt file it is a manual process with Telemetry Extractor. My hope is to get away from this as its a very manual process through the GUI. This is so that we can do data processing outside of COSMOS. Has anyone thought of this or done this? I see some promising files here: C:/COSMOS/Vendor/Ruby/lib/ruby/gems/2.4.0/gems/cosmos-4.4.2/lib/cosmos/tools/tlm_extractor/tlm_extractor_processor But I have yet to call this properly. -Max |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
TlmExtractor takes command line parameters which should allow you to easily script it in Windows or Unix. |
Beta Was this translation helpful? Give feedback.
TlmExtractor takes command line parameters which should allow you to easily script it in Windows or Unix.