The device is connected via Ethernet to a control system, such as AMX, Crestron or Extron.
Connection: Ethernet (TCP/IP; select “Client” in the AMX/Crestron program)
Port: 2202
There are 4 types of strings:
GET | Finds the status of a parameter. After the AMX/Crestron sends a GET command, the device responds with a REPORT string |
SET | Changes the status of a parameter. After the AMX/Crestron sends a SET command, the device will respond with a REPORT string to indicate the new value of the parameter. |
REP | When the device receives a GET or SET command, it will reply with a REPORT command to indicate the status of the parameter. REPORT is also sent by the device when a parameter is changed on the MXCWAPT, through the GUI, or a conference unit. |
SAMPLE | Used for metering audio levels. |
All messages sent and received are ASCII. Note that the level indicators and gain indicators are also in ASCII.
Most parameters will send a REPORT command when they change. Thus, it is not necessary to constantly query parameters. The device will send a REPORT command when any of these parameters change.
Indexing is used to specifically identify upon what the command string is acting.
0 | All Channels / All Seat Numbers |
1 through 1 | Aux Input |
1 through 1 | Aux Output |
1 through 10 | Dante Input |
1 through 10 | Dante Output |
1 through 65535 | Seat Number |
1 through 50 | Voting Configuration |
1 through 5 | Voting Button |
Description | Retrieve and control microphone status |
Supported Commands | GET, SET, and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." Using a value of 0 is only applicable to the GET command. The GET command with an index of 0 will GET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
OFF ON |
Examples | If device is available: < GET 2 MIC_STATUS > < REP 1 MIC_STATUS ON > If device is registered, but unavailable:< GET 2 MIC_STATUS > |
Description | Control speaker requests |
Supported Commands | SET |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." Using a value of 0 is NOT accepted. |
Values |
TRUE |
Examples | If operation mode is automatic and speaker list is NOT full: < SET 2 SPEAK_REQUEST TRUE > < SET 2 SPEAK_REQUEST TRUE > < SET 2 SPEAK_REQUEST TRUE > |
Description | Release speakers in list |
Supported Commands | SET |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." Using a value of 0 is NOT accepted. |
Values |
TRUE |
Examples | If in speaker list: < SET 2 SPEAK_RELEASE TRUE > < SET 2 SPEAK_RELEASE TRUE > < SET 2 SPEAK_RELEASE TRUE > < SET 2 SPEAK_RELEASE TRUE > |
Description | Turn all delegate microphones off |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples |
< SET ALL_DELEGATE_MIC_OFF TRUE > |
Description | Assign exclusive mute |
Supported Commands | SET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." Using a value of 0 is NOT accepted. The seat number requesting exclusive mute must correspond to a seat number assigned to a chairman. |
Values |
OFF ON |
Examples | Acquire exclusive mute if the chairman is NOT already in the speaker list: < SET 1 EXCLUSIVE_MUTE ON > < SET 1 EXCLUSIVE_MUTE OFF > < SET 1 EXCLUSIVE_MUTE ON > If device is registered, but unavailable:< SET 1 EXCLUSIVE_MUTE ON > |
Description | Control global mute |
Supported Commands | GET, SET, and REP |
Indexing | None Note: The REP reflects whether the global mute state has been taken by any controller (including TPCI). There can be more than one controller which simultaneously holds the global mute. |
Values |
OFF ON |
Examples |
< GET GLOBAL_MUTE > < SET GLOBAL_MUTE ON > < SET GLOBAL_MUTE OFF > |
Description | Search status of seats in request list |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of registered devices. |
Values |
NOT_IN_LIST IN_LIST |
Examples |
< GET 1 REQUEST_LIST_STATUS > |
Description | Search status of seats in speaker list |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of registered devices. |
Values |
NOT_IN_LIST IN_LIST |
Examples |
< GET 1 SPEAK_LIST_STATUS > |
Description | Clear seats from request list |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples Note: Text between asterisks, "* *," explains actions taken by the system. Only text within angle brackets, "< >," is displayed. |
< SET CLEAR_REQUEST_LIST TRUE > |
Description | Turn next microphone in request list on |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples |
< SET NEXT_MIC_ON TRUE > |
Description | Set maximum number of speakers allowed |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
Format: Numeric 1 character of fixed output |
Examples |
< GET MAX_TOTAL_SPEAKERS > |
Description | Set maximum number of delegate speakers |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
Format: Numeric 1 character of fixed output |
Examples |
< GET MAX_DELEGATE_SPEAKERS > |
Description | Set maximum number of delegates allowed in request list |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
Format: Numeric 1 character of fixed output |
Examples |
< GET MAX_NUM_REQUESTS > |
Description | Retrieve and set operation mode |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
AUTO MANUAL FIFO HANDSFREE |
Examples |
< GET OPERATION_MODE > |
Description | Retrieve and set interruption mode |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
NOT_ALLOWED HIGHER_PRIORITY EQUAL_AND_HIGHER_PRIORITY |
Examples |
< GET INTERRUPT_MODE > |
Description | Retrieve and set microphone priority |
Supported Commands | GET, SET, and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET and SET command with an index of 0 will GET and SET ALL seat numbers of registered devices. |
Values |
Format: Numeric 1 character of fixed output |
Examples |
< GET 1 MIC_PRIORITY > |
Description | Set the volume of loudspeakers for conference units |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
Format: Numeric 3 characters of fixed output Values REP and SET are offset by 30 Actual_Value = SetOrReportedValue - 30 Actual range: -30 to 6 dB in 1 dB steps TPCI range: 000 to 036 in steps of 1 |
Examples |
< GET LOUDSPEAKER_VOLUME > |
Description | Retrieve and set aux input pad |
Supported Commands | GET, SET, and REP |
Indexing | Aux Input Note: Using the GET and SET commands with an index value of 0 or 1 will GET and SET the aux input. |
Values |
OFF ON |
Examples |
< GET 1 AUX_INPUT_PAD > |
Description | Retrieve and set aux input gain |
Supported Commands | GET, SET, and REP |
Indexing | Aux Input Note: Using the GET and SET commands with an index value of 0 or 1 will GET and SET the aux input. |
Values |
Format: Numeric 3 characters of fixed output Values REP and SET are offset by 30 Actual_Value = SetOrReportedValue - 30 Actual range: -30 to 10 dB in 1 dB steps TPCI range: 000 to 040 in steps of 1 |
Examples |
< GET 1 AUX_INPUT_GAIN > |
Description | Retrieve and set aux output gain |
Supported Commands | GET, SET, and REP |
Indexing | Aux Output Note: Using the GET and SET commands with an index value of 0 or 1 will GET and SET the aux output. |
Values |
Format: Numeric 3 characters of fixed output Values REP and SET are offset by 30 Actual_Value = SetOrReportedValue - 30 Actual range: -30 to 0 dB in 1 dB steps TPCI range: 000 to 030 in steps of 1 |
Examples |
< GET 1 AUX_OUTPUT_GAIN > |
Description | Control the microphone gain of conference units |
Supported Commands | GET, SET, and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." Using the GET and SET commands with an index value of 0 will GET and SET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. If AGC is enabled this command will report existing value. |
Values |
Format: Numeric 3 characters of fixed output Values REP and SET are offset by 30 Actual_Value = SetOrReportedValue - 30 Actual range: -30 to 10 dB in 1 dB steps TPCI range: 000 to 040 in steps of 1 |
Examples | If device is available: < GET 1 MIC_GAIN > < GET 1 MIC_GAIN > |
Description | Retrieve and set Dante input gain |
Supported Commands | GET, SET, and REP |
Indexing | Dante Input Note: Using the GET and SET commands with an index value of 0 will GET and SET ALL Dante inputs. |
Values |
Format: Numeric 3 characters of fixed output Values REP and SET are offset by 30 Actual_Value = SetOrReportedValue - 30 Actual range: -30 to 10 dB in 1 dB steps TPCI range: 000 to 040 in steps of 1 |
Examples |
< GET 1 DANTE_INPUT_GAIN > |
Description | Retrieve and set Dante output gain |
Supported Commands | GET, SET, and REP |
Indexing | Dante Output Note: Using the GET and SET commands with an index value of 0 will GET and SET ALL Dante outputs. |
Values |
Format: Numeric 3 characters of fixed output Values REP and SET are offset by 30 Actual_Value = SetOrReportedValue - 30 Actual range: -30 to 0 dB in 1 dB steps TPCI range: 000 to 030 in steps of 1 |
Examples |
< GET 1 DANTE_OUTPUT_GAIN > |
Description | Retrieve and set aux input AGC |
Supported Commands | GET, SET, and REP |
Indexing | Aux Input Note: Using the GET and SET commands with an index value of 0 or 1 will GET and SET the aux input. |
Values |
OFF ON |
Examples |
< GET 1 AUX_INPUT_AGC > |
Description | Retrieve and set Dante input AGC |
Supported Commands | GET, SET, and REP |
Indexing | Dante Input Note: Using the GET and SET commands with an index value of 0 will GET and SET ALL Dante inputs. |
Values |
OFF ON |
Examples |
< GET 1 DANTE_INPUT_AGC > |
Description | Retrieve and set Dante input mute |
Supported Commands | GET, SET, and REP |
Indexing | Dante Input Note: Using the GET and SET commands with an index value of 0 will GET and SET ALL Dante inputs. |
Values |
OFF ON |
Examples |
< GET 1 DANTE_INPUT_MUTE > |
Description | Retrieve and set Dante output mute |
Supported Commands | GET, SET, and REP |
Indexing | Dante Output Note: Using the GET and SET commands with an index value of 0 will GET and SET ALL Dante outputs. |
Values |
OFF ON |
Examples |
< GET 1 DANTE_OUTPUT_MUTE > |
Description | Retrieve and set microphone AGC |
Supported Commands | GET, SET, and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET and SET command with an index of 0 will GET and SET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
OFF ON |
Examples | If device is available: < GET 1 MIC_AGC > < GET 1 MIC_AGC > |
Description | Turn on flash to identify a device |
Supported Commands | GET, SET, and REP |
Indexing | No index flashes APT. Index (Seat Number) flashes microphone Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET and SET command with an index of 0 will GET and SET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
OFF ON |
Examples | Flash APT: < GET FLASH > Flash conference unit if device is available: < GET 1 FLASH > < GET 1 FLASH > |
Description | Retrieve and set role for device |
Supported Commands | GET, SET, and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET and SET command with an index of 0 will GET and SET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
DELEGATE CHAIRMAN LISTENER AMBIENT REMOTE_CALLER DUAL_DELEGATE |
Examples |
1. GET all roles to check availability. If device is available:< GET 1 ROLE > < GET 1 ROLE > < SET 1 ROLE DUAL_DELEGATE > < GET 0 ROLE > < SET 2 ROLE DELEGATE > < GET 0 ROLE > < SET 0 ROLE DELEGATE > |
Description | Retrieve seat name |
Supported Commands | GET, SET, and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET and SET command with an index of 0 will GET and SET ALL seat numbers of registered devices. |
Values |
UTF-8 data is allowed with the exception of characters found in the TPCI protocol: {,},<,> Maximum data size for GET: 512 bytes Maximum data size for SET: 128 bytes Note: Padding will occur up to 128 bytes. Padding is only guaranteed to be consistent when dealing with ASCII character sets. |
Examples Note: Text between asterisks, "* *," explains actions taken by the system. Only text within angle brackets, "< >," is displayed. Note: 128 bytes total occur in the brackets, "{}." Not all bytes are shown in these examples due to size limitations of the document. |
If NFC card is NOT inserted: < GET 1 SEAT_NAME > < GET 1 SEAT_NAME > < GET 1 SEAT_NAME > |
Description | Retrieve and set RF power |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
OFF LOW MEDIUM HIGH MAXIMUM |
Examples |
< GET RF_POWER > |
Description | Retrieve and set device ID |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
Format: Fixed string 31 character for REP 1-31 characters from the set: A-Z,a-z,0-9, and hyphen "-" Note: The device ID cannot begin or end with the hyphen "-" |
Examples Note: 31 characters total occur in the brackets, "{}." Not all character spaces are shown in these examples due to size limitations of the document. |
< GET DEVICE_ID > |
Description | Retrieve all supported commands |
Supported Commands | GET and REP |
Indexing | None |
Values | None |
Examples |
< GET ALL > Responds with REP for all supported commands |
Description | View battery charge status |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
Format: 3 numbers 000-100: Percent status of charge |
Examples | If device is available: < GET 5 BATT_CHARGE > < GET 3 BATT_CHARGE > |
Description | Monitor battery life |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
Format: 5 numbers 00000-65535: Corresponds to the minutes until the conference unit turns off, according to the current power level |
Examples | If device is available: < GET 1 BATT_RUN_TIME > < GET 5 BATT_RUN_TIME > |
Description | Monitor individual battery cycles |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
Format: 4 numbers 0000-9999 |
Examples | If device is available: < GET 2 BATT_CYCLE > < GET 5 BATT_CYCLE > |
Description | Monitor battery health percentages |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
Format: 3 numbers 000-100: Percent status of health 255: Unknown, or not applicable |
Examples | If device is available: < GET 4 BATT_HEALTH > < GET 1 BATT_HEALTH > |
Description | Indicates device is available |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of registered devices. |
Values |
AVAILABLE OFFLINE NOT_REGISTERED |
Examples Note: Text between asterisks, "* *," explains actions taken by the system. Only text within angle brackets, "< >," is displayed. |
If device is available: < GET 1 UNIT_AVAILABLE > < REP 2 UNIT_AVAILABLE AVAILABLE > If registered device goes offline:< REP 3 UNIT_AVAILABLE OFFLINE > If device is not registered:< GET 4 UNIT_AVAILABLE > < GET 5 UNIT_AVAILABLE > < GET 0 UNIT_AVAILABLE > |
Description | Set and view audio metering rate | |
Supported Commands | GET, SET, and REP | |
Indexing | None | |
Values |
Where rate is from 0= off, 100-99999= interval between reported metering samples in milliseconds. Audio sampling messages are sent periodically at the rate specified in the AUDIO_METER_RATE message. |
|
Examples | Audio metering: < SET AUDIO_METER_RATE 1000 > |
Where auxInPeak is the aux input peak audio level. Where auxInRms is the aux input RMS audio level. Where slot[N]Peak is the uplink slot [n] peak audio level. Where slot[N]Rms is the uplink slot [n] RMS audio level. Audio RMS Level is a three digit value, which takes on the value -98 dB to 0 dB offset by 98 (i.e. 000-098). actualAudioRMS = aud - 98 |
Description | Set and view RF metering rate | |
Supported Commands | GET, SET, and REP | |
Indexing | None | |
Values |
Where rate is from 0= off, 100-99999= interval between reported metering samples in milliseconds. RF sampling messages are sent periodically at the rate specified in the RF_METER_RATE message. |
|
Examples | RF metering: < SET RF_METER_RATE 1000 > |
Where seatNum[N] is the seat number being reported on. Where value[N]is the average estimated receive signal power, in dBm, at the conference unit. |
Description | Retrieve and set aux input mute |
Supported Commands | GET, SET, and REP |
Indexing | Aux Input Note: Using the GET and SET commands with an index value of 0 or 1 will GET and SET the aux input. |
Values |
OFF ON |
Examples |
< GET 1 AUX_INPUT_MUTE > |
Description | Retrieve and set aux output mute |
Supported Commands | GET, SET, and REP |
Indexing | Aux Output Note: Using the GET and SET commands with an index value of 0 or 1 will GET and SET the aux output. |
Values |
OFF ON |
Examples |
< GET 1 AUX_OUTPUT_MUTE > |
Description | Retrieve model number |
Supported Commands | GET |
Indexing | None |
Values |
Format: Fixed string of 32 characters for REP Characters from the set: A-Z and 0-9 |
Examples Note: 32 characters total occur in the brackets, "{}." Not all character spaces are shown in these examples due to size limitations of the document. |
< GET MODEL > |
Description | Start a new voting session |
Supported Commands | SET |
Indexing | None |
Values |
Format: Numeric 1 to 2 characters of fixed input between 1 and 50 representing the voting configuration |
Examples |
< SET START_VOTE 3 > < SET START_VOTE 10 > |
Description | Complete voting session |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples |
< SET START_VOTE 3 > < SET COMPLETE_VOTE TRUE > |
Description | Pause voting session |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples |
< SET START_VOTE 5 > < SET PAUSE_VOTE TRUE > |
Description | Resume a paused voting session |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples |
< SET START_VOTE 5 > < SET RESUME_VOTE TRUE > |
Description | Cancel voting session |
Supported Commands | SET |
Indexing | None |
Values |
TRUE |
Examples |
< SET START_VOTE 5 > < SET CANCEL_VOTE TRUE > |
Description | Retrieve current voting configuration |
Supported Commands | GET and REP |
Indexing | None |
Values |
Format: Numeric 2 characters of fixed output between 01 and 50 |
Examples |
< GET VOTING_CONFIGURATION > |
Description | Retrieve names of voting configurations |
Supported Commands | GET and REP |
Indexing | Voting Configuration |
Values |
UTF8 characters are allowed except those used to encapsulate TPCI: {,},<,> e.g. {1234567890123456789012345678901} Fixed character size: 31 |
Examples Note: 31 characters total occur in the brackets, "{}." Not all character spaces are shown in these examples due to size limitations of the document. |
Get all voting configurations if in standalone: < GET 0 VOTING_CONFIGURATION_NAME > < GET 1 VOTING_CONFIGURATION_NAME > |
Description | Retrieve labels of voting buttons |
Supported Commands | GET and REP |
Indexing |
Voting Button |
Values |
Voting button name UTF8 characters are allowed except those used to encapsulate TPCI: {,},<,> e.g. {1234567890123456789012345678901} Fixed character size: 31 |
Examples Note: 31 characters total occur in the brackets, "{}." Not all character spaces are shown in these examples due to size limitations of the document. |
Get all voting button labels for 2-button voting: < GET 1 0 VOTING_BUTTON_NAME > < GET 3 0 VOTING_BUTTON_NAME > < GET 5 0 VOTING_BUTTON_NAME > |
Description | Indicates state of the current voting session |
Supported Commands | GET and REP |
Indexing | None |
Values |
INACTIVE PAUSE ACTIVE COMPLETE |
Examples | Voting session is off: < GET VOTING_STATE > < SET START_VOTE 3 > < SET START_VOTE 5 > < SET START_VOTE 5 > |
Description | Shows interim voting selection |
Supported Commands | REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." |
Values | Voting Button |
Examples | Non-secret voting session with seats 10, 11, and 12 casting votes: < SET START_VOTE 3 > < SET START_VOTE 4 > |
Description | Shows voting results as they come in from a non-secret voting session |
Supported Commands | REP |
Indexing | Voting Button |
Values |
Interim result = number of results on the specified column |
Examples | Non-secret voting session: < SET START_VOTE 3 > < SET START_VOTE 3 > < SET START_VOTE 4 > |
Description | Retrieve voting selections |
Supported Commands | GET and REP |
Indexing | Seat Number Note: There are 65535 valid seat numbers, but only some may refer to online registered devices. Indexing seat numbers not referring to online devices may result in no response or in a return value of "UNKNOWN." The GET command with an index of 0 will GET ALL seat numbers of online registered devices. No response is given for seat numbers not referring to online devices. |
Values |
Voting Button Label |
Examples | Get voting selection of all seats after a 3-button voting session (seats 10, 11, and 12 cast votes in the prior session): < GET 0 FINAL_VOTING_SELECTION > < GET 0 FINAL_VOTING_SELECTION > |
Description | Retrieve voting results |
Supported Commands | GET and REP |
Indexing | Voting Button |
Values |
Final voting result = number of results on the specified column |
Examples | Get last voting sessions result after 3-button voting: < GET 0 FINAL_VOTING_RESULT > < GET 0 FINAL_VOTING_RESULT > |
Description | Indicates voting results being shared with all delegates. Secret voting sessions have to be specified. |
Supported Commands | SET and REP |
Indexing | None |
Values |
TRUE |
Examples Note: Text between asterisks, "* *," explains actions taken by the system. Only text within angle brackets, "< >," is displayed. |
Sharing non-secret voting results:
|
Description | Close view of voting results |
Supported Commands | SET and REP |
Indexing | None |
Values |
TRUE FALSE |
Examples Note: Text between asterisks, "* *," explains actions taken by the system. Only text within angle brackets, "< >," is displayed. |
Sharing and closing non-secret voting results:
|
Description | Show audio input speaklist |
Supported Commands | GET, SET and REP |
Indexing | None |
Values |
OFF ON |
Examples | If AUDIO_INPUT is enabled via another source other than TPCI: < REP AUDIO_INPUT_SPEAKLIST ON > |
Description | Turn conference unit off |
Supported Commands | SET and REP |
Indexing | None |
Values | TRUE |
Examples |
< SET WDU_OFF TRUE > |
Description | Set welcome screen lock status |
Supported Commands | GET, SET, and REP |
Indexing | None |
Values |
DISABLED (default - doesn't lock welcome screen) ENABLED (locks welcome screen) |
Examples |
< GET WDU_LOCK_WELCOME > < SET WDU_LOCK_WELCOME DISABLED > |
Description | Reset welcome screen lock to default |
Supported Commands | SET and REP |
Indexing | None |
Values |
TRUE |
Examples |
< SET WELCOME_LOCK_RESET TRUE > |
Description | Retain seat information on reboot |
Supported Commands | GET, SET, and REP |
Indexing |
None |
Values |
DISABLED ENABLED (default) |
Examples | If device is available: < GET RETAIN_SEAT_PERSISTENCE > < SET RETAIN_SEAT_PERSISTENCE ENABLED > < REP RETAIN_SEAT_PERSISTENCE ENABLED > |