Connection: Ethernet (TCP/IP; select “Client” in the AMX/Crestron program)
Port: 2202
The following messages can be used to communicate with an AMX or Crestron unit across an Ethernet connection.
The control system sends the following command messages:
SET | Sent from the control system to the Shure device to change the value of a parameter. Used to set the parameter to a specific value. Once a SET command is sent, the Shure device sends back a REPORT string with the current resultant setting. |
GET | Gets the current value of a parameter. Once a GET command is sent, the Shure device will send back a REPORT string with the current setting. |
REPORT | Reports the current value for a parameter. The REPORT string is sent from the Shure device to the Control system in response to a SET or GET command. The REPORT string is also sent when the value of the parameter is changed on the Shure device. |
All messages sent and received are ASCII characters.
Example Messages for Channel Parameters
Example Messages for Box Parameters
COMMAND | RESPONSE | |
View Transmitter Name | GET DEVICE_NAME | REPORT DEVICE_NAME vvvvvvvv |
Set Channel Name | SET x CHAN NAME vvvvvvvv | REPORT x CHAN_NAME vvvvvvvv |
Get Channel Name | GET x CHAN NAME | REPORT CHAN_NAME vvvvvvvv |
Set Audio Level | SET x AUDIO_IN_LVL vvvv | REPORT x AUDIO_IN_LVL vvvv |
View Audio Level | GET x AUDIO_IN_LVL | REPORT x AUDIO_IN_LVL vvvv |
Set Transmitter Group & Channel | SET x GROUP_CHAN gg,cc | REPORT x FREQUENCY vvvvvvvvvvv REPORT x GROUP_CHAN gg,ccvvv |
View Transmitter Group & Channel | GET x GROUP_CHAN | REPORT x GROUP_CHAN gg,cc |
Set Transmitter Frequency | SET x FREQUENCY vvvvvvvvvvv | REPORT x FREQUENCY vvvvvvvvvvv REPORT x GROUP_CHAN --,--vvv |
View Transmitter Frequency | GET x FREQUENCY | REPORT x FREQUENCY vvvvvvvvvvv |
Set RF Tx Level | SET x RF_TX_LVL vvvvvv | REPORT x RF_TX_LVL vvvvvv |
View RF Tx Level | GET x RF_TX_LVL | REPORT x RF_TX_LVL vvvvvv |
Set RF Mute | SET x RF_MUTE vvvv 1 = mute, 0 = unmute | REPORT x RF_MUTE vvvv 1 = mute, 0 = unmute |
View RF Mute | GET x RF_MUTE 1 = mute, 0 = unmute | REPORT x RF_MUTE vvvv 1 = mute, 0 = unmute |
Set Audio Tx Mode | SET x AUDIO_TX_MODE vvvv 1 = mono, 2 = point to point, 3 = stereo | REPORT x AUDIO_TX_MODE vvvv 1 = mono, 2 = point to point, 3 = stereo |
View Audio Tx Mode | GET x AUDIO_TX_MODE | REPORT x AUDIO_TX_MODE vvvv 1 = mono, 2 = point to point, 3 = stereo |
Set Audio Input Line Level | SET x AUDIO_IN_LINE_LVL vvvv 0 = off (Aux), 1 = on (Line) | REPORT x AUDIO_IN_LINE_LVL vvvv 0 = off (Aux), 1 = on (Line) |
View Audio Input Line Level | GET x AUDIO_IN_LINE_LVL | REPORT x AUDIO_IN_LINE_LVL vvvv 0 = off (Aux), 1 = on (Line) |
Set Metering Rate | SET x METER_RATE vvvvvvvvvvv 0 = off, value in milliseconds | REPORT x METER_RATE vvvvvvvvvvv 0 = off, value in milliseconds |
View Metering Rate | GET x METER_RATE | REPORT x METER_RATE vvvvvvvvvvv 0 = off, value in milliseconds |
Audio Meter Level | REPORT x AUDIO_IN_LVL_L vvvvvvvvvvv | REPORT x AUDIO_IN_LVL_L vvvvvvvvvvv REPORT x AUDIO_IN_LVL_R vvvvvvvvvvv |