I need to send multiple bool commands to an IRC5 controller, and I am a bit confused, since the samples provided does not bother with showing multiple bool io operations.
I would like to be able to signal “Stop” & “GoHome” &" EngageTool" as boolean variables. These should in turn trigger special PROCs in the main task.
How to do this? It looks like the messaging domain is not prepared for identifiers of the variables. I was hoping to find something simple like a “Name” of an RmqMessage.
Is there some recommendations available for some a bit more complex messaging?
Regards