Brt; Cpr; Dmm - 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.)

?BRT

^CPR

^DMM

58
Query Brightness Command.
Query panel brightness.
Syntax:
"'?BRT'"
Variable: None
Example:
SEND_COMMAND Panel,"'?BRT'"
Gets the current brightness value. The response returned is a custom event with the following syntax:
Custom.ID = 0
Custom.Type = 1303
Custom.Flag = 0
Custom.Value1 = brightness value
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = String that represents the brightness value
Example response:
Custom.ID = 0
Custom.Type = 1303
Custom.Flag = 0
Custom.Value1 = 70
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = 70
Cache Purge Command.
Purge the image cache.
Syntax:
"'^CPR'"
Variables: None.
Example:
SEND COMMAND Panel,"'^CPR'"
Purge the image cache.
Panel Streaming Audio/Video Mute Command.
Syntax:
"'^DMM-<audioMute>,<videoMute>,<url>'"
Variables:
audioMute = mute/unmute the audio for <url>
• 0: Unmute
• 1: Mute
videoMute = mute/unmute the video for URL (not implemented at this time)
• 0: Unmute
• 1: Mute
url = a valid ^SDM url that is already in the playing state.
Examples:
SEND_COMMAND Panel, "'^DMM-1,0,udp://224.1.1.1:1234'"
Mute audio, unmute video for UDP stream server 224.1.1.1 port 1234.
SEND_COMMAND Panel, "'^DMM-0,0,udp://224.1.1.1:1234'"
Unmute audio, unmute video for UDP stream server 224.1.1.1 port 1234.
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents