Audio Commands; Ads; Icm; Mut - AMX Modero G4 Instruction Manual

Configuration and programming
Table of Contents

Advertisement

Audio Commands

The following is a list of commands that control audio resources. The "Bluetooth Headset" option used in several of
these commands only applies to Modero X/S Series G4 panels equipped with Bluetooth functionality (excluding all "No
Comm" panels):
Audio Commands

^ADS

?ADS

^ICM

?MUT

Modero G4 Touch Panels - Configuration and Programming
Selects the audio device to use.
Syntax:
"'^ADS-<device>'"
Variables:
Device:
1 = Built-in Speaker
2 = USB Headset
3 = Bluetooth Headset
Queries the currently selected audio device (returned in custom event).
Syntax:
"'?ADS'"
Queries the currently selected audio device (returned in custom event).
CUSTOM.TYPE = EVENTID = 1325
CUSTOM.ID = ADDRESS = 0
CUSTOM.FLAG = 0
CUSTOM.VALUE1 = Device type (1=Built-in speaker, 2=USB Headset, 3=Bluetooth Headset)
CUSTOM.VALUE2 = 0
CUSTOM.VALUE3 = 0
CUSTOM.TEXT = blank
Sets the microphone level during an intercom call. Used to set the microphone level during an intercom
call (0 to 100).
Note: Intercom commands only apply to Modero X/S Series G4 panels equipped with SIP functionality
(excluding all "No Comm" panels).
Syntax:
"'^ICM-MICLEVEL,<level>,[device]'"
Set the state of the microphone on a panel to muted (1) or unmuted (0). At the start of each call the
microphone starts out unmuted.
"'^ICM-SPEAKERLEVEL, <level>,[device]'"
Intercom modify command. Used to set the speaker level during an intercom call (0 to 100).
Queries the panel mute status (returned in custom event).
Syntax:
"'?MUT-[device]'"
Variables:
Device:
0 = Active device (default if none specified)
1 = Built-in Speaker
2 = USB Headset
3 = Bluetooth Headset
CUSTOM.TYPE = EVENTID = 1305
CUSTOM.ID = ADDRESS = 0
CUSTOM.FLAG = 0
CUSTOM.VALUE1 = 0 (unmuted)/1 (muted)
CUSTOM.VALUE2 = 0
CUSTOM.VALUE3 = 0
CUSTOM.TEXT = blank
Programming
107

Advertisement

Table of Contents
loading

Table of Contents