![AMX Modero G5 Instruction Manual Download Page 88](http://html1.mh-extra.com/html/amx/modero-g5/modero-g5_instruction-manual_2939253088.webp)
Programming - Send Commands
78
Modero G5 Touch Panels - Configuration and Programming
Button State Commands
Button State Commands
^BAT
Append Text to State Command.
Append non-unicode text.
Syntax:
"'^BAT-<vt addr range>,<button states range>,<new text>'"
Variables:
variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for general buttons 1 = Off state and
2 = On state).
new text = ASCII characters.
Example:
SEND_COMMAND Panel,"'^BAT-520,1,Enter City'"
Appends the text 'Enter City' to the button's OFF state.
^BAU
Append Unicode Text to State Command.
Append unicode text. Same format as ^UNI.
Syntax:
"'^BAU-<vt addr range>,<button states range>,<unicode text>'"
Variables:
variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons 1 = Off state and
2 = On state).
unicode text = Unicode characters must be entered in Hex format.
Example:
SEND_COMMAND Panel,"'^BAU-520,1,00770062'"
Appends Unicode text "00770062" ('wb') to the button's OFF state.
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...