Command for Showing a Button State
TurnipTruck
Posts: 1,485
Greetings,
I have a 6-state button on G4 panels. Is there a send_command to tell the button which state to show from code?
Thanks!
I have a 6-state button on G4 panels. Is there a send_command to tell the button which state to show from code?
Thanks!
0
Comments
"'^ANI-<variable text address range>,<start state>,<end state>,<time>'"
send_command ui,"'^ANI-500,5,5,1'"
Jeff
That won't work with a multi-state general button will it?
Paul
Thaks for all of your suggestions.