Vol - 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.)

?VOL

64
Query Volume Command.
Query the volume.
Syntax:
"'?VOL[,<type>]'"
Variables:
Type (option) Get the volume of the given type
0 = Master volume. Used by default if no type is specified. Since Master volume is not a real volume, the
value returned will actually be the Media Volume Value.
10 = Alarm Volume
11 = Call Volume
12 = Media Volume
13 = Notification Volume
The response returned is a custom event with the following syntax:
Custom.ID = 0
Custom.Type = 1306
Custom.Flag = 0
Custom.Value1 = volume level
Custom.Value2 = volume type
Custom.Value3 = 0
Custom.Text = String containing 'type=level'
Examples:
SEND_COMMAND Panel,"'?VOL'"
Query the Master volume. Response would be similar to:
Custom.ID = 0
Custom.Type = 1306
Custom.Flag = 0
Custom.Value1 = 80
Custom.Value2 = 0
Custom.Value3 = 0
Custom.Text = 'Master=80'
SEND_COMMAND Panel,"'?VOL,12'"
Query the Media volume. Response would be similar to:
Custom.ID = 0
Custom.Type = 1306
Custom.Flag = 0
Custom.Value1 = 72
Custom.Value2 = 12
Custom.Value3 = 0
Custom.Text = 'Media=72'
SEND_COMMAND Panel,"'?VOL,10'"
Query the Alarm volume. Response would be similar to:
Custom.ID = 0
Custom.Type = 1306
Custom.Flag = 0
Custom.Value1 = 20
Custom.Value2 = 10
Custom.Value3 = 0
Custom.Text = 'Alarm=20'
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents