PSM® 1000

Connecting to an AMX or Crestron System

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.

Message Types

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.

Syntax

All messages sent and received are ASCII characters.

  • Each message begins with a "<" followed by a space.
  • Each message ends with a space followed by an ">"
  • Each message is terminated by a carriage return and line feed (CRLF). The control system may need to enter the hex value, equivalent to 0x0D0A. Please see the control system user guide for information on entering carriage returns.
  • If the message is a box parameter, there should be no channel number in the string.

Example Messages

Example Messages for Channel Parameters

  • < GET 1 FREQUENCY >
  • < REPORT 1 FREQUENCY 578000 >

Example Messages for Box Parameters

  • < SET DEVICE_NAME Shure >
  • < REPORT DEVICE_NAME Shure >

Command Response Table

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