Programming - Send Commands
62
Modero G5 Touch Panels - Configuration and Programming
Panel Commands (Cont.)
?SLT
Query Video Slot Command (aka Query MultiPreview).
Query the value of any status field reported by the MXA-MP/L, such as version, serial number, MAC
address, inputInfo, streamInfo, and type.
Syntax:
"'?SLT-1,querystatus=<statusField>,[id]'"
Response is a custom event as follows:
Variables:
statusField = the option to get status on. Supported options are: version,serialNo, macAddress,
inputInfo, streamInfo, type, temperature
id = optional ID value to to be placed in response so that responses can be matched to queries. If no ID
is present, ID is set to 0 in the response.
The response returned is a custom event with the following syntax:
Custom.ID = 0
Custom.Type = 770
Custom.Flag = 0
Custom.Value1 = ID specified in command or 0 if none specified
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = String that represents the status
Examples:
SEND_COMMAND Panel,"'? SLT-1,querystatus=type,101'"
The following custom event values would be received from the panel if an MXA-MPL is connected:
CUSTOM.TYPE = 770
CUSTOM.ID = 0
CUSTOM.FLAG = 0
CUSTOM.VALUE1 = 101 (Optional ID in request)
CUSTOM.VALUE2 = 0
CUSTOM.VALUE3 = 0
CUSTOM.TEXT = MXA-MPL (If an MXA-MPL is connected. For an MXA-MP, the text would be
"MXA-MP")
^SOU
Play Sound Command.
Plays a specified sound file.
Syntax:
"'^SOU-<sound name>'"
Variables:
sound name = Name of the sound file. Supported sound file formats are: WAV & MP3.
Example:
SEND COMMAND Panel,"'^SOU-Music.wav'"
Plays the 'Music.wav' file.
^SSL
Set the Sleep String Command.
Set the content of the string that is sent to the master when the panel goes to sleep (display off).
Syntax:
"'^SSL-<sleep string>'"
Variables:
Sleep string = The string sent to the master when the panel goes to sleep.
Example:
SEND COMMAND Panel,"'^SSL-Sleeping…"
Sets the sleep string to 'Sleeping…'.
^STP
Open the Settings Applications.
Syntax:
"'^STP'"
Variables: None
Example:
SEND COMMAND Panel,"'^STP'"
Sends the panel to the Setup Page.
Содержание 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 ...