Programming - Send Commands
73
Modero G5 Touch Panels - Configuration and Programming
Button Commands (Cont.)
^CPF
Clear Page Flip Command.
Clear all page flips from a button. This only clears PageFlip actions from the Button Release event action.
Syntax:
"'^CPF-<variable text address range>'"
Variable:
variable text address range = 1 - 4000.
Example:
SEND_COMMAND Panel,"'^CPF-500'"
Clear all page flip actions from button address 500 RELEASE event action list.
^GLH
Set Bargraph High Range Command
Syntax:
"'^GLH-<vt addr range>,<bargraph hi>'"
Sets the bargraph max range to <bargraph hi>. This does NOT affect the LEVEL value (if any) associated with
this bargraph.
Variables:
Variable text address range = 1 - 4000.
Bargraph hi is the new high value. It must be larger than the current low value.
Example:
SEND_COMMAND Panel, '^GLH-100,128'
Set the max bargraph value to 128.
^GLL
Set Bargraph Low Range Command
Syntax:
"'^GLL-<vt addr range>,<bargraph low>'"
Sets the bargraph min range to <bargraph low>. This does NOT affect the LEVEL value (if any) associated with
this bargraph.
Variables:
Variable text address range = 1 - 4000.
Bargraph low is the new low value. It must be smaller than the current high value.
Example:
SEND_COMMAND Panel, '^GLL-100,64'
Set the min bargraph value to 64.
^ENA
Button Enable Command. Enable or disable buttons with a set variable text range.
Syntax:
"'^ENA-<vt addr range>,<command value>'"
Variable:
variable text address range = 1 - 4000.
command value = (0= disable, 1= enable)
Example:
SEND_COMMAND Panel,"'^ENA-500.504&510.515,0'"
Disables button pushes on buttons with variable text range 500-504 & 510-515.
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 ...