Gce; Mac; Mut - AMX Modero G5 Instruction Manual

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

Advertisement

Panel Commands (Cont.)

^GCE

?MAC

^MUT

Modero G5 Touch Panels - Configuration and Programming
Set Gesture Custom Event.
Sets whether or not the panel sends a custom event to the master whenever a gesture is detected.
Syntax:
"'^GCE-ON'" or "'^GCE-OFF'"
Variables: None
Note: This setting is not retained and the default is to always NOT send the events. To enable sending the
event, the value after the dash can be "on", "ON", or "1". Anything else will disable sending custom
events.
Examples:
SEND_COMMAND Panel, "'^GCE-on'"
Enables gesture custom event reporting to the master.
SEND_COMMAND Panel, "'^GCE-0'"
Disables gesture custom event reporting to the master.
Query Panel MAC Address.
Query the MAC Address of the panel.
Syntax:
"'?MAC'"
Variables: None
Example:
SEND_COMMAND Panel,'?MAC'
Get the panel's MAC Address. The response returned is a custom event with the following syntax:
Custom.ID = 0
Custom.Type = 1315
Custom.Flag = 0
Custom.Value1 = 0
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = String that represents the MAC Address
Example response:
Custom.ID = 0
Custom.Type = 1315
Custom.Flag = 0
Custom.Value1 = 0
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = 00:60:9f:90:00:01
Panel Volume Mute.
Mute or unmute a panel volume.
Syntax:
"'^MUT-<mute/unmute 1|0>'"
Variables:
Mute/unmute is 1 for mute and 0 for unmute.
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = String that represents the mute status (0 or 1)
Example response for muted status:
Custom.ID = 0
Custom.Type = 1305
Custom.Flag = 0
Custom.Value1 = 1
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = 1
Programming - Send Commands
59

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents