Vortex EF2210 Programming Guide Table of Contents Introduction RS-232 Hardware Programming Tips 3.1. Initialization 3.2. Wildcard Characters 3.3. Using Acknowledgements 3.4. Macros and Presets Command Structure 4.1. Device Type 4.2. Device ID 4.3. Command Name 4.4. Command Data 4.5. Command Terminator 4.6.
Page 3
8.15. AMGATER -- Set Automixer Gate Ratio 8.16. AMGATET -- Set Automixer Gate Threshold 8.17. AMGNOM -- Set Global Maximum Number of Open Mics for Bus Automixer 8.18. AMHOLD -- Set Automixer Hold Time 8.19. AMLMM -- Set Last Mic On Mode for Specified Automixer 8.20.
Page 4
8.60. MACROA -- Add Command to Current Macro 8.61. MACROK -- Delete One or All Macros 8.62. MACROL -- List All Commmands in a Macro 8.63. MACROQ -- Execute Macro Quietly 8.64. MACROS -- Start a New Macro 8.65. MACROW -- Write Macro to Non-Volatile Memory 8.66.
8.116. VTXMODO -- Enable VTX Mode on Specified Inputs 1. Introduction This document describes the command protocol that is used to communicate with the Vortex EF2210 via its RS-232 port. 2. RS-232 Hardware The communication between the Vortex and a host controller is conducted via the RS-232 port on the back panel of the Vortex.
controls to default values and then send commands to the Vortexes to set them to the same state. This approach has significant disadvantages since initializing the host program could undo settings made by other host programs or by the front panel controls of one of the linked Vortex devices. A better approach is to query the linked Vortex devices for their status and set the host program controls based on the return values.
If you have two outputs setup to have left and right program audio, then you could build a macro that contains two commands: one to increment the left channel by 1 dB and the other to increment the right channel by 1 dB. Then, by calling that macro, you can ramp the stereo outputs.
Command Name Command Data Command Terminator 4.1. Device Type A single alphanumeric character is used to indicate the device type. The devices in Polycom's EchoFree family have the following device types. Device EF200 EF1210 EF2280 EF2241 EF2211 EF2210 EF2201 Device type '*' can be used to send a command to all device types simultaneously.
Consider the command 'Q**GAINIA10'. The device type for this command is 'Q' and the device ID is a wildcard, thus the command will be broadcast to all EF2210 devices linked together. The command name in this case is 'GAINIA' and the command data (payload) is '10'. This command sets the gain on input A of all connected EF2210's to 10 dB.
Parameters associated with boolean commands can be queried using the '?' character. For example, if input A is muted, and you send ' Q04MUTEIA? ', the EF2210 will respond with a status message of ' Q04MUTEIA1 '. When a status message is generated for a boolean command, the command data will either be a '0' or '1', since '2' is obviously not a valid state.
Page 11
A command can be a channel command in addition to being one of the other types of commands (integer or boolean). A channel command means that the command applies to a specific input or output channel. The channel is specified by a single character (e.g., '1', 'A', 'B', etc.) occurring before any other payload data.
(hex) = ä (ASCII)) As an interesting example, consider sending ' Q04GAINI*>3' after the above example. This will result in all the input gains being incremented by 3 dB so that channel 1 is at 13 dB and channels A-B are at 3 dB.
Page 13
The EF2210 has three analog outputs labeled 1, A, and B. These outputs are all at line level. This yields a total of three physical outputs. The EF2210 also has a power amplifier output, however the power amplifier does not have a separate output in the matrix -- it is tied to output 1. Thus the signal routed to output 1 will also be routed to the power amplifier output.
Page 14
For the P signal bus, there is an 8 x 2 matrix that allows the user to define up to two mixes of the P signal bus. This matrix has a full 8 inputs since the EF2210 does not transmit on the P bus. The inputs and outputs for the 8 x 2 P bus matrix are as follows.
'Q04MGAIN1,*,äzzxxxxx' sets the crosspoints of input 1 to 0 dB for output 1, -10 dB for outputs A and B, and -12 dB for outputs R1, and W-Z. In this case, the EF2210 will respoind with a status message of 'Q04MGAIN1,*,äzzxxxxx'.
Page 16
The following table is a list of the commands recognized by the EF2210 Detailed descriptions of each command are given in the next section. The Storage column contains one of the following values indicating when and where the parameter is stored.
Page 17
Preset Set Local Maximum Number of Open Mics for Automixer AMNOM Preset Select NOM Attenuation on Each Output AMNOMAT Preset Set Off Attenuation for the Specified Automixer AMOFFAT Preset Set Gating Priority for the Specified Mic AMPRIOR Preset Set Automixer Reference Bias for the Specified Automixer AMREFB Preset Enable Automixer Reference for Specified Automixer...
Page 18
Preset Enable or Disable Line Input Automatic Gain Control LAGC Preset Enable or Disable Stereo AGC Linking on Inputs A and B LAGCLINKAB Preset Set Maximum Allowed Line Input AGC Gain LAGCMAX Preset Set Minimum Allowed Line Input AGC Gain LAGCMIN Preset Set Ramp Rate of Line Input AGC...
This command is a boolean command. See command. This command is saved to global non-volatile memory and is not part of a preset. Its value is saved each time it is changed. It will retain its value after power-down. Since this command writes to non- volatile memory, there will be a delay before an acknowledgment is returned.
1 = No Suppression 2 = Light Suppression 3 = Heavy Suppression 4 = Half Duplex This command is a channel integer command. See on this type of command. The minimum and maximum values for this command are 1 and 4, respectively.
This command sets the maximum gain that the AGC can apply on input channel 1 . For example, if AGCMAX is set to 10, then the AGC for that channel can apply a maximum of 10 dB of gain to the input signal.
8.7. AGCRATE -- Set Ramp Rate of Mic/Line Input AGC This command sets or queries the maximum rate at which the AGC can increase or decrease the gain of the signals on input channel 1 . The ramp rate is expressed in dB/sec. This command is a channel integer command.
EF2210's, each of which has its automixer enabled for its microphone input (input 1). Now, if each of these EF2210's sets its automixer to have Bus ID 5, then the three automixers (one from each EF2210) will work as a single automixer containing 3 (3 x 1) microphones.
This command enables, disables, or queries the chairman mode feature for the specified automixer. The first argument in the command specifies the automixer number (always 1 for the EF2210) and the second argument specifies whether chairman mode should be enabled, disabled, toggled, or queried.
(always 1 for the EF2210). The second argument specifies which microphone should be the chairman microphone for the automixer (always 1 for the EF2210). This command is not particularly useful on the EF2211 and EF2210, however it is provided for consistency with the EF2280 and EF2241.
Increase automixer decay time Q01AMDECAY>500 by 500 ms. Query automixer decay time. Q01AMDECAY? 8.14. AMGATEC -- Set Automixer Gating Control Mode This command sets the automixer gating control mode for the specified input channel. The possible modes are: 0 - normal gating 1 - microphone forced on 2 - microphone forced off This command is a channel integer command.
This command is a channel integer command. See on this type of command. The minimum and maximum values for this command are 0 and 100, respectively. This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset.
AMBUSID. In contrast, the the EF2210. The first argument of this command specifies the automixer number (always 1 in the EF2210) to adjust. The second argument specifies the NOM limit (1-64). Even though this is a channel integer command, use of the wildcard for specifying the automixer number is not supported.
This command sets "last mic on" mode for the specified automixer. The first argument specifies which automixer (always 1 on the EF2210) The second parameter specifies the operation of "last mic on" mode and can be one of the following:...
The value of the AMLMN command is only valid when This command is not particularly useful on the EF2210 since there is only one mic on this device. However, it is provided in order to be consistent with the command sets of the other Vortex devices.
This command is not particularly useful on the EF2210 since there is only one mic on this device. However, it is provided in order to be consistent with the command sets of the other Vortex devices.
Enable NOM attenuation on Q01AMNOMAT11 output 1 . Disable NOM attenuation on Q01AMNOMATA0 output A. Toggle NOM attenuation status Q01AMNOMATB2 on output B. Query NOM attenuation status Q01AMNOMATB? of output B. Enable NOM attenuation on all Q01AMNOMAT*1 outputs (1, A, B) . Disable NOM attenuation on all Q01AMNOMAT*0 outputs (1, A, B) .
The AMREFB command can be used to bias the AEC reference signal to make the automixer even less likely to gate on remote audio. The first argument in this command specifies the automixer number (always 1 on the EF2210) and the second argument specifies the reference bias in dB.
AMREFB the automixer even less likely to gate on remote audio. The first argument in the command specifies the automixer number (always 1 on the EF2210) and the second argument specifies whether automixer reference mode should be enabled, disabled, toggled, or queried.
Query current setting of automixer Q01AMREFE1? reference mode for Automixer 1. 8.27. BAUD -- Set Baud Rate for RS-232 Port This command sets the baud rate for the rear panel RS-232 port. The baud rate is specified in bits per second (bps).
8.29. BLDATA -- Request Level Information This command is used to request "blinking light" data from the EF2210. Blinking light data consists of signal levels for the 3 inputs (1, A, B), 3 outputs (1, A, B), and AEC reference (R1) as well as the room gain level for input 1, AGC gain level for input 1, and AEC state information for input 1.
Page 38
Byte Value AEC State Value (Byte Value - 132) Here's an example BLDATA message to clear things up. Q01BLDATApèpçppppèä The first three bytes (pèp) consist of only two values. p = 0x70 = 112 112 - 132 = -20 è = 0x8A = 138 138 - 132 = 6 So, the signal at input A is at 6 dB, while the signals at the rest of the inputs are at -20 dB.
+ 1 AEC reference level + 1 room gain level + 1 AGC gain level + 1 AEC state). It is possible to tell the EF2210 to only send a subset of this information. There are two reasons you might want to do this.
8.32. BROADA -- Broadcast Commands to Other Connected Devices This command is used to broadcast commands to other connected Polycom devices via the EF Bus and/or ASPI Bus. For example, the command ' Q01BROADA:B02PHONE1 ' would cause device ID 1 to send a command to the EF2241 at device ID 2 to tell it to take its phone off-hook.
Example Description S01BUSREF1 Put AEC Reference 1 (R1) on the EF Bus. S01BUSREF1 Set Vortex to not place any AEC S01BUSREF0 reference on the EF Bus. Query which AEC reference this Vortex is Q01BUSREF? placing on the EF Bus. 8.34. CGATE -- Query Camera Gating Status Information This command is used to query the gating status of the microphone input.
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Description Disable automatic camera gating Q01CGATEEN0...
8.37. DELAYO -- Set Output Delay This command sets the amount of output delay (in tenths of milliseconds) on each of the three output channels (1, A, B) . Use of the wildcard character (*) for specifying the channel is not supported for this command.
Disable output delay on output Q01DELAYOEB0 Toggle enabled status of output Q01DELAYOEB0 delay on output B . Query enabled status of output Q01DELAYOEB? delay on output B . Enable output delay on all Q01DELAYOE*1 outputs (1, A, B) . Disable output delay on all Q01DELAYOE*0 outputs (1, A, B) .
Q01DSPAUTO2 Toggle automatic DSPLOAD messages. Query the value of the DSPAUTO Q01DSPAUTO? parameter. 8.40. DSPLOAD -- Query Percentage of Variable DSP Resources Used This command queries the current percentage used of the available variable DSP resources. When this number reaches 100 percent, no more variable DSP veatures may ben enabled. An 'ERROR#060' will be generated if a command attempts to exceend 100 percent utilization.
Page 46
This error occurs as the result of an command would remove a microphone from an automixer where it assigned as the ERROR#041 chairman imcrophone and the automixer has chairman mode enabled. This error occurs as the result of an command attempts to set "last mic on" mode to manual, but the last mic number is ERROR#042 set to a microphone that does not belong to the specified automixer.
This error indicates an EF Bus hardware handshaking error. This could happen if bussed units are not powered on simultaneously. Powering the units up ERROR#090 simultaneously should remove the error. This error indicates an EF Bus software handshaking error. This could happen if bussed units are not powered on simultaneously.
Example Description Set fader gain of all line inputs to 7 Q01FADERGIL7 Increase fader gains on all line Q01FADERGIL>3 inputs by 3 dB. Query fader gains on all line Q01FADERGIL? inputs. 8.43. FADERI -- Set Input Gain Fader The input channels of the Vortex pass through an analog gain stage before reaching the analog to digital converter.
Set fader gain on all inputs (1, A, Q01FADERI*6 B) to 6 dB. Set fader gain on input channels A and B to 0 dB and gain on Q01FADERI*ìää input channel 1 to 9 dB. Query fader gain on all inputs (1, Q01FADERI*? A, B) .
password can be changed via the This command is saved to global non-volatile memory and is not part of a preset. Its value is saved each time it is changed. It will retain its value after power-down. Since this command writes to non- volatile memory, there will be a delay before an acknowledgment is returned.
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Description Q01GAINGIL7 Set gain of all line inputs to 7 dB.
on this type of command. The minimum and maximum values for this command are 0 and 20 or 30, respectively. This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset.
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Description Q01GATEEN0 Disable automatic gating messages.
having devices with the same ID linked on EF Bus -- see the Vortex Reference Manual for more details. This command is an integer command. See command. The minimum and maximum values for this command are 0 and 7, respectively. This command is saved to global non-volatile memory and is not part of a preset.
Example Q01LABELOB,Zone 2 Speaker Q01LABELOB,? 8.55. LAGC -- Enable or Disable Line Input Automatic Gain Control This command sets or queries the status of the Automatic Gain Control (AGC) algorithm on input channels A-B. This command was introduced in firmware version 2.5.0. This command is a channel boolean command.
on Inputs A and B This command links the line input AGC of inputs A and B into a stereo pair. The overall volume level of the stereo signal will be analyzed, and the same gain will be applied to both channels. This command has some side effects on the way the other line input AGC commands work.
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Description Set AGC maximum gain on input Q01LAGCMAXA3...
This command is a channel integer command. See on this type of command. The minimum and maximum values for this command are 1 and 5, respectively. This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset.
Q01MACROS112 Q01MACROA112,MUTEI*0 Q01MACROA112,GAINI*0 Q01MACROA112,MUTEO*0 Q01MACROW112 This defines macro number 112 to unmute all inputs, set all input gains to 0 dB, and unmute all outputs. It is acceptable if another command is sent in between these commands (such as Q01NC*? ) as long as it isn't another non-volatile memory command which could interfere with the storage of the macro.
Q01MACROL112,MUTEI*0 Q01MACROL112,GAINI*0 Q01MACROL112,MUTEO*0 Q01MACROL112 8.63. MACROQ -- Execute Macro Quietly This command executes the macro corresponding to the specified number. The macro must have been previously defined and stored in non-volatile memory via the MACROS, MACROA, and commands. If the specified macro is empty, then an error condition of ERROR#070 will be generated. When the MACROQ command executes, status messages for all of the commands in the macro will not be generated.
8.66. MACROX -- Execute Macro This command executes the macro corresponding to the specified number. The macro must have been previously defined and stored in non-volatile memory via the MACROS, MACROA, and commands. If the specified macro is empty, then an error condition of ERROR#070 will be generated. When the MACROX executes, status messages for all of the commands in the macro will be generated (unless acknowledgement mode...
Page 63
Bus submatrices. This command is a matrix integer command. See this type of command. The minimum and maximum values for this command are -100 and 20, respectively. This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset.
Q01MGAINB,*,>12 Q01MGAINB,*,? 8.69. MGATE -- Select Gated or Ungated Microphone Signal in Matrix For each crosspoint of the microphone input channels of the main matrix, the microphone signals can be taken before the automixer (ungated) or after the automixer (gated). This command selects the gated or ungated microphone signal.
This command sets or queries the enabled state of the microphone gain stages on the microphone input. Enabling the gain stage adds an extra 33 dB of gain in the input signal path. See the description of the command for information on how the MIC and GAINI nominal input levels.
Toggle enabled state of modem initialization Q01MINI2 string. Query enabled state of modem initialization Q01MINI? string. 8.72. MINISTR -- Set Modem Initialization String This command is used to set or query the modem initialization string. The string can be a maximum of 32 characters long.
Page 67
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Q01MMUTEB,R1,1 Q01MMUTEWB0,WM0,0 Q01MMUTE1,B,2...
Group This command sets the mute status of all the line inputs simultaneously. This is different from using a wildcard, * with the MUTEI together, while the MUTEGIL sets only the line inputs. This command will generate acknowledgements from each of the line inputs separately. This command is a boolean command.
preset. Example Description Mute input 1 . Q01MUTEI11 Unmute input A . Q01MUTEIA0 Toggle mute status of input B. Q01MUTEIB2 Query mute status of input 1 . Q01MUTEI1? Mute all inputs (1, A, B) . Q01MUTEI*1 Unmute all inputs (1, A, B) . Q01MUTEI*0 Q01MUTEI*100 Toggle mute status of all inputs.
Q01MUTEOB2 Query mute status of output B . Q01MUTEOB? Mute all outputs (1, A, B) . Q01MUTEO*1 Unmute all outputs (1, A, B) . Q01MUTEO*0 Mute output 1 and unmute outputs Q01MUTEO*100 A and B. Toggle mute status of all outputs. Q01MUTEO*2 Query mute status of all outputs.
Q01NCL1? channel 1 . Set NC attenuation level on all microphone Q01NCL*6 input channels (only 1 on EF2210) to 6 dB. Query NC attenuation level on all microphone Q01NCL*? input channels (only 1 on EF2210). 8.79. NVINIT -- Reinitialize Non-Volatile Memory This command reinitializes (or formats) all non-volatile memory settings.
to the factory default state. The writing process results in a short delay. After the non-volatile memory has been reformatted, the Vortex will perform a software reset, which is equivalent to a power cycle. Example Description Reinitialize non-volatile memory and perform a Q01NVINIT software reset.
8.81. NVPSWD -- Change Non-Volatile Memory Password This command sets or queries the non-volatile memory password. This password is used in conjunction with the NVLOCK order to use this command to set or query the non-volatile memory password. If the non-volatile memory is locked, then this command will result in 'ERROR#004'.
Page 74
Enable 0 - 1 The paramters are specified in the order shown and are separated by commas. The wildcard character, *, may not be used for any of the parameters listed above. If an attempt is made to set one of the parameters outside the valid range, the command will fail and return an error message of ERROR#002.
Q01PEQIAB,1,? 8.83. PEQIB -- Set Bandwidth Parameter for Specified Parametric EQ Input Stage This command sets or queries the bandwidth parameter (in 1/100th octaves) for the parametric equalizer (EQ) filters on input channels 1, A, and B . Each channel has five bands of parametric EQ that can be independently controlled.
8.84. PEQIE -- Set Enabled Parameter for Specified Parametric EQ Input Stage This command sets or queries the enabled parameter (0 = filter is disabled, 1 = filter is enabled) for the parametric equalizer (EQ) filters on input channels 1, A, and B . Each channel has five bands of parametric EQ that can be independently controlled.
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Description Set frequency of parametric EQ on input 1 , band 2 to...
Query current gain setting of parametric EQ on input B , band Q01PEQIGB,1,? 8.87. PEQIS -- Set Slope Parameter for Specified Parametric EQ Input Stage This command sets or queries the slope parameter (in dB per octave) for the parametric equalizer (EQ) filters on input channels 1, A, and B .
Filter Type Parametric Low Shelf High Shelf Lowpass Highpass Linkwitz-Riley Lowpass Linkwitz-Riley Highpass This command has the same format and restrictions as the parameter, the filter type, is specified instead of all the parameters. See the more information. To set the slope parameter for an output parametric EQ filter, use the command.
Page 80
Description Value Range Channel 1, A, B Band Filter Type Frequency 20 - 20000 Bandwidth 5 - 200 Gain -20 - 20 1 - 1.2 * Gain for shelving filters, 12 or 24 for Linkwitz- Slope Riley filters Enable 0 - 1 The paramters are specified in the order shown and are separated by commas.
Example Q01PEQOA1,2,1,1250,40,-20,1,1 Q01PEQOAB,1,? 8.90. PEQOB -- Set Bandwidth Parameter for Specified Parametric EQ Output Stage This command sets or queries the bandwidth parameter (in 1/100th octaves) for the parametric equalizer (EQ) filters on output channels 1, A, and B . Each channel has five bands of parametric EQ that can be independently controlled.
This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset. Example Description Set bandwidth of parametric EQ on output 1 , band 2 to 40...
Parametric EQ Output Stage This command sets or queries the frequency parameter (in Hz) for the parametric equalizer (EQ) filters on output channels 1, A, and B . Each channel has five bands of parametric EQ that can be independently controlled. The minimum and maximum values for the frequency parameter are 20 and 20000, respectively.
parameter, the gain, is specified instead of all the parameters. See the information. To set the gain parameter for an input parametric EQ filter, use the set all the parameters for an input parametric EQ filter, use the This command is saved to non-volatile memory only as part of a preset. The state of this command will be restored after power-up only if a preset is saved and that preset is set to be the power-on preset.
Query current slope setting of parametric EQ on output B , band Q01PEQOSB,1,? 8.95. PEQOT -- Set Type Parameter for Specified Parametric EQ Output Stage This command sets or queries the type parameter for the parametric equalizer (EQ) filters on output channels 1, A, and B .
In the following example, it is assumed that there are two EF2280's (device IDs 0 and 1), two EF2241's (device IDs 2 and 3), two EF2211's (device IDs 4 and 5), two EF2210's (device ID's 6 and 7), and two EF2201's (device ID's 0 and 1) linked together via EF Bus.
Ping all connected device to determine the number, type, and ID of ***PING the connected devices. 8.98. PRESETK -- Delete One or All Presets This command kills (deletes) the specified preset. If a wildcard character (*) is used to specify the preset, then all presets are deleted.
Q01PRESETL18 will be displayed. 8.100. PRESETP -- Set Which Preset Will Be Activated At Power-Up This command sets or queries the power-up preset, which is executed each time the device powers up. The power-up preset must be one of the factory presets (0-15) or one of the user presets (16- 47).
specified in the PRESETW command. Once a preset it saved, it can be recalled via the also be set to be executed automatically at power-up via the This command is saved to global non-volatile memory and is not part of a preset. Its value is saved each time it is changed.
REFGAINR1 and REFGAINR2, for controlling the effective output gain of R1 and R2, respectively. There is only one AEC reference on the EF2211 and EF2210, so there is only one command, REFGAINR1 for controlling the effective output gain of R1.
Query phone output gain. 8.106. SGGAIN -- Set Gain of Signal Generator This command sets the gain of the internal signal generator. The value of SGGAIN specifies the gain in dB applied to signal generator. A gain of 0 dB produces a signal at nominal level (-20 dB full scale). This command is an integer command.
Q01SGMUTE2 Toggle mute on signal generator. Q01SGMUTE? Query signal generator mute. 8.108. SGTYPE -- Set Type of Signal Produced by Signal Generator This command sets the type of signal produced by the internal signal generator. Setting the type to 0 produces white noise, while setting the type to 1 produces pink noise.
Increase screen saver delay by Q01SSDELAY>500 0.5 seconds (500 ms). Query screen saver delay. Q01SSDELAY? 8.110. SSEN -- Enable or Disable Screen Saver This command controls whether or not the LCD screen saver is enabled. This command is a boolean command. See command.
Set screen saver start time to 2 Q01SSSTART2000 seconds (2000 ms). Increase screen saver start time Q01SSSTART>500 by 0.5 seconds (500 ms). Query screen saver start time. Q01SSSTART? 8.112. SSTEXT -- Set Text to be Displayed by Screen Saver This command sets or queries the text messages displayed by the screen saver. The arguments of this command are the screen number, the line number, and the text to be displayed.
8.115. VTXMODI -- Enable VTX Mode on Specified Inputs Vortex devices can be connected to a Polycom VTX 1000 in order to use the wideband capabilities of that device. When connecting to a VTX 1000, special proccessing is done on the Vortex in order to guarantee compatibility with the VTX 1000.
8.116. VTXMODO -- Enable VTX Mode on Specified Inputs Vortex devices can be connected to a Polycom VTX 1000 in order to use the wideband capabilities of that device. When connecting to a VTX 1000, special proccessing is done on the Vortex in order to guarantee compatibility with the VTX 1000.
Page 97
Enable VTX mode on output 1 and disable VTX mode on Q01VTXMODO*100 output A-B. Toggle status of VTX mode on Q01VTXMODO*2 outputs 1, A-B. Query status of VTX mode on Q01VTXMODO*? outputs 1, A-B. Q01VTXMODO*100 Q01VTXMODO*abc, where each of the letters (a, b, etc.) is either 0 or 1 depending of the current status VTX mode on the corresponding output.
Need help?
Do you have a question about the Vortex EF2210 and is the answer not in the manual?
Questions and answers