Programming - Send Commands
64
Modero G5 Touch Panels - Configuration and Programming
Panel Commands (Cont.)
?VOL
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'
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...