Slt; Sou; Ssl; Stp - AMX Modero G5 Instruction Manual

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

Advertisement

Programming - Send Commands
Panel Commands (Cont.)

?SLT

^SOU

^SSL

^STP

62
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")
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.
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...'.
Open the Settings Applications.
Syntax:
"'^STP'"
Variables: None
Example:
SEND COMMAND Panel,"'^STP'"
Sends the panel to the Setup Page.
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents