Cpf; Glh; Gll; Ena - AMX Modero G5 Instruction Manual

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

Advertisement

Button Commands (Cont.)

^CPF

^GLH

^GLL

^ENA

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

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents