Get value of variable set in MicroBasic via serial

5 years 1 week ago #29533733 by msacarny
I would like to set a value in MicroBasic (e.g. an initialization flag) and read this by serial communications from a supervisory control system. How could this be done?

Thank you!

Please Log in or Create an account to join the conversation.

5 years 1 week ago - 5 years 1 week ago #29533735 by Gabriel_Isko
Replied by Gabriel_Isko on topic Get value of variable set in MicroBasic via serial
The recommended approach is through the use of User Variables. User Variables can be set through Microbasic, and are availbale for runtime querying over serial, as well as through various CAN protocols. Please reference page 235 of our User Manual .

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds