Button State Commands; Bat; Bau - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Programming - Send Commands

Button State Commands

Button State Commands

^BAT

^BAU

78
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.
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.
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents