^ command to change button state?
vegastech
Posts: 369
I've been looking, but i can't seem to find this - what is the command to change a multi-state button's current state?
0
Comments
Run a button animation. Time is in 1/10 seconds and is optional.
0 for state means current state.
Syntax:
SEND_COMMAND <DEV>,"'^ANI-<vt addr range>,<start state>,<end state>,<time>'"
Variables:
variable text address range = 1 - 4000.
start state = Beginning of button state (0 = current state).
end state = End of button state.
time = In 1/10 second intervals.
Example:
SEND_COMMAND Panel,"'^ANI-500,1,25,100'"
Runs a button animation at text range 500 from state 1 to
state 25 for 10 second.
I find this is the best way to do text displays with static text values such as surround modes, TV inputs, etc.
Bargraphs go to zero when the panel goes offline though don't they?
Paul