How do I send a command to an instrument from arbitrary Ruby code? #1774
jhayes-apl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know how to send a command to an instrument from a script. How
do I send a command from arbitrary Ruby code? For example, I want
to send a command to the instrument when COSMOS receives a specific
telemetry packet I am trying to use a PROCESSOR:
In time_service.rb, I tried to use syntax similar to what I use in
scripts. I just get an error about undefined method. (After cmd
didn't work, I was just guessing.)
I am using COSMOS 5.0.3
Beta Was this translation helpful? Give feedback.
All reactions