Programming - Send Commands
59
Modero G5 Touch Panels - Configuration and Programming
Panel Commands (Cont.)
^GCE
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.
?MAC
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
^MUT
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
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 ...