Programming - Send Commands
60
Modero G5 Touch Panels - Configuration and Programming
Panel Commands (Cont.)
?MUT
Query Panel Mute Status.
Query the mute status of the panel.
Syntax:
"'?MUT'"
Variables: None
Example:
SEND_COMMAND Panel, "'?MUT'"
Get the panel's mute status. The response returned is a custom event with the following syntax:
Custom.ID = 0
Custom.Type = 1305
Custom.Flag = 0
Custom.Value1 = mute status (0 unmuted or 1 for muted)
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
^RSS
Reset System Settings Command.
Reset Settings to factory default.
Syntax:
"'^RSS'"
Variables: None
Example:
SEND_COMMAND Panel, "'^RSS'"
Reset the panel to factory default settings.
^SLP
Panel Sleep Command.
Place the panel in sleep state. Sleep state turns the display off.
Syntax:
"'^SLP'"
Variables: None
Example:
SEND COMMAND Panel,"'^SLP'"
Sends the panel to the sleep (display off)
Содержание Modero G5
Страница 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Страница 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Страница 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Страница 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...
Страница 143: ...Appendix C Video Streaming Troubleshooting 133 Modero G5 Touch Panels Configuration and Programming ...