Polycom Vortex EF2201 Command List

Polycom Vortex EF2201 Command List

Rs-232 command set
Hide thumbs Also See for Vortex EF2201:
Table of Contents

Advertisement

Quick Links

Installed Voice Business Group
RS-232 Command Set:
Vortex EF2201 Programming Guide
Copyright
2003 Polycom, Inc.
©
Polycom  and the Polycom logo are registered trademarks of Polycom, Inc.
ASPI, Vortex, VS4000, Viewstation, and iPower are
registered trademarks of Polycom, Inc.
All other brand names, product names, and trademarks are the
sole property of their respective owners

Advertisement

Table of Contents
loading

Summary of Contents for Polycom Vortex EF2201

  • Page 1 Vortex EF2201 Programming Guide Copyright 2003 Polycom, Inc. © Polycom  and the Polycom logo are registered trademarks of Polycom, Inc. ASPI, Vortex, VS4000, Viewstation, and iPower are registered trademarks of Polycom, Inc. All other brand names, product names, and trademarks are the...
  • Page 2: Table Of Contents

    Vortex EF2201 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.18. DELAYOE -- Enable Output Delay 8.19. DIAL -- Send DTMF Digits to Phone Interface 8.20. DSPAUTO -- Enable Automatic DSPLOAD Status Messages 8.21. DSPLOAD -- Query Percentage of Variable DSP Resources Used 8.22. ERROR -- Enable or Disable Error Messages 8.23.
  • Page 4 8.64. MACROW -- Write Macro to Non-Volatile Memory 8.65. MACROX -- Execute Macro 8.66. METER -- Select which Signal is Displayed on the Front Panel LED Meter 8.67. MGAIN -- Set Crosspoint Gains in Main Matrix or Submatrix 8.68. MINI -- Enable Modem Initialization String 8.69.
  • Page 5: Introduction

    8.114. TONER -- Enable or Disable Ring Tones 1. Introduction This document describes the command protocol that is used to communicate with the Vortex EF2201 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.
  • Page 6: Using Acknowledgements

    The use of the wildcard character, '*', can make programming the host controller much easier. Be careful when using wildcards, however, since they can generate a lot of traffic on the digital bus. 3.3. Using Acknowledgements It is a good idea for the host program or control system to make sure that all connected Vortex devices have acknowledgment mode enabled (see the a Vortex device will send an acknowledgment for each command it receives.
  • Page 7: Macros And Presets

    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. Section 7 for a list showing all the commands and which are saved to commands.
  • Page 8: Device Id

    Device ID '**' can be used to send a command to all device IDs simultaneously. Some examples of using wildcard characters are given below. 'T**' broadcasts to all EF2201 devices that are linked together. '*07' broadcasts to all devices with device ID 07 (this format is not commonly used).
  • Page 9: Status Messages

    IDs 3 and 7. The EF2201's will respond with 'T03GAINIT10' and 'T07GAINIT10', respectively. Now, someone uses the front panel of the EF2201 set to ID 7 to decrease input T's gain by 1 dB. When this happens, the EF2201 will respond with 'T07GAINIT9'. This example illustrates that status messages can be sent as the result of an RS-232 command or as the result of some other change in the Vortex device such as front panel adjustments, logic inputs, etc.
  • Page 10: Integer Commands

    Parameters associated with boolean commands can be queried using the '?' character. For example, if input T is muted, and you send ' T04MUTEIT?', the EF2201 will respond with a status message of ' T04MUTEIT1'. 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: Matrix Commands

    Using the wildcard character for channel commands is not common on the EF2201, since it has only one input channel and one output channel. The wildcard character for channel commands is generally more useful on devices with multiple inputs, such as the EF2280 and EF2241.
  • Page 12 The EF2201 has only one physical input. This input comes from the telephone interface, and is labeled T. The T input has signal processing which includes the following algorithms: Line Echo Cancellation, Noise Cancellation, and AGC. Vortex devices can be linked together so that they can share control information and digital audio signals.
  • Page 13 Y Submatrix Inputs: YB0-YB7 Outputs: YM0-YM2 Z Submatrix Inputs: ZB0-ZB7 Outputs: ZM0-ZM2 For the P signal, bus there is a 7 x 2 matrix that allows the user to define up to two mixes of the P signal bus. The reason the matrix is 7 x 2 instead of 8 x 2 is that since we can transmit on the P bus, we do not need to mix our own channels in this matrix.
  • Page 14: Miscellaneous Commands

    'T04MMUTET,*,10' sets the mutes for input T of the main matrix. The signal path from input T to output T muted, while the signal path from input T to output P is unmuted. The EF2201 will respond with a status message of 'T04MMUTET,*,10'.
  • Page 15 parameters are not saved in non-volatile memory until a stored in the power-on preset (see PRESETP) are restored when the power is cycled. Command Storage Description Preset Enable or Disable Auto Answer Mode Global Enable or Disable Acknowledgment Mode ACKMOD Preset Enable or Disable Mic/Line Input Automatic Gain Control Preset...
  • Page 16 Preset Set Input Gain GAINI Preset Set Output Gain GAINO Preset Set Phone Output Gain GAINP Preset Set From Phone User Tone Gain GAINSIT Preset Set To Phone User Tone Gain GAINSOT Preset Mute All Outputs GMUTEO Global Set Device ID Global Set or Query one of the Device Labels LABEL...
  • Page 17 Preset Set Crosspoint Gains in Main Matrix or Submatrix MGAIN Global Enable Modem Initialization String MINI Global Set Modem Initialization String MINISTR Preset Mute Crosspoint in Main Matrix or Submatrix MMUTE Preset Mute One or More Inputs MUTEI Preset Mute One or More Outputs MUTEO Preset Enable Noise Cancellation...
  • Page 18: Command Reference

    Preset Set Gain of Signal Generator SGGAIN Preset Mute Signal Generator SGMUTE Preset Set Type of Signal Produced by Signal Generator SGTYPE Play Sound Locally SOUNDL Play Sound to Phone SOUNDP Preset Set Delay Between Screen Saver Screens SSDELAY Preset Enable or Disable Screen Saver SSEN Preset...
  • Page 19: Agc -- Enable Or Disable Mic/Line Input Automatic Gain Control

    This command is a boolean command. See 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.
  • Page 20: Agcmin -- Set Minimum Allowed Mic/Line Input Agc Gain

    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. Example Description Set AGC maximum gain on input...
  • Page 21: Ahcp -- Enable Or Disable Call Progress Based Auto Hangup

    Example Description Set AGC ramp rate on input channel T01AGCRATET3 T to 3 dB/sec. Query the AGC ramp rate on input T01AGCRATET? channel T. 8.7. AHCP -- Enable or Disable Call Progress Based Auto Hangup This command sets or queries the status of the call progress based auto hangup feature. There are two methods of auto hangup supported: call progress and loop drop.
  • Page 22: Amnomat -- Select Nom Attenuation On Each Output

    This command is a boolean command. See 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 T01AHLD1 Enable loop drop based auto hangup mode.
  • Page 23: Baud -- Set Baud Rate For Rs-232 Port

    Enable NOM attenuation on output A and disable NOM T01AMNOMAT*10 attenuation on output B. Toggle status of NOM attenuation T01AMNOMAT*2 on all outputs. Query NOM attenuation status of T01AMNOMAT*? all outputs. 8.10. BAUD -- Set Baud Rate for RS-232 Port This command sets the baud rate for the rear panel RS-232 port.
  • Page 24: Bldata -- Request Level Information

    BLDATA 8.12. BLDATA -- Request Level Information This command is used to request "blinking light" data from the EF2201. Blinking light data consists of signal levels for the 1 inputs (T) and 1 output (T). The blinking light data can be received in two ways. The first way is by polling the Vortex by sending a BLDATA? command.
  • Page 25: Blinfo -- Select Information To Be Reported In Bldata

    In the above description, the data in the BLDATA command consists of 2 bytes (1 input level + 1 output level). It is possible to tell the EF2201 to only send a subset of this information. Depending on your control system, this could make parsing the data easier since you can ask for only the data that you are interested in.
  • Page 26: Broada -- Broadcast Commands To Other Connected Devices

    8.15. 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 ' T01BROADA: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.
  • Page 27: Delayo -- Set Output Delay

    Example Description T01COUNTRY1 Set country definition to USA. T01COUNTRY1 T01COUNTRY? Query current country setting. 8.17. DELAYO -- Set Output Delay This command sets the amount of output delay (in tenths of milliseconds) on the output channel T. Use of the wildcard character (*) for specifying the channel is not supported for this command. The output delay can be separately enabled or disabled via the This command is an integer command.
  • Page 28: Dial -- Send Dtmf Digits To Phone Interface

    Example Description T01DELAYOET1 Enable output delay on output T. T01DELAYOET0 Disable output delay on output T. Toggle enabled status of output T01DELAYOET0 delay on output T. Query enabled status of output T01DELAYOET? delay on output T. Enable output delay on all outputs T01DELAYOE*1 (T).
  • Page 29: Dspload -- Query Percentage Of Variable Dsp Resources Used

    Example Description T01DSPAUTO1 Enable automatic DSPLOAD messages. T01DSPAUTO1 Disable automatic DSPLOAD T01DSPAUTO0 messages. T01DSPAUTO2 Toggle automatic DSPLOAD messages. Query the value of the DSPAUTO T01DSPAUTO? parameter. 8.21. 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.
  • Page 30 This error occurs when the user has attempted to utilize more variable DSP resources than are available. This may occur if too many matrix crosspoints are unmuted or too ERROR#060 many parametric EQ filters are enabled. The current percentage utilization of DSP resources. This error occurs as a result of a macro or preset execution command (PRESETX, PRESETQ, MACROX, MACROQ).
  • Page 31: Faderi -- Set Input Gain Fader

    8.23. FADERI -- Set Input Gain Fader This command adjusts the fader gain of the input signals, which on the EF2201 consist only of the input from the telephone interface. The fader gain is different from the analog gain (GAINI) in that it is done in the digital domain.
  • Page 32: Flow -- Set Flow Control Mode For Rs-232 Port

    T01FLASH Execute hook flash. 8.25. FLOW -- Set Flow Control Mode for RS-232 Port This command sets the flow control mode for the rear panel RS-232 port. The valid settings are: Command Value Description No flow control. Hardware flow control. Auto-detect hardware flow control or no flow control.
  • Page 33: Fppswd -- Change Front Panel Password

    The examples assume that the password has been set to 'aspi' (the default). The front panel 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.
  • Page 34: Gaind -- Set Gain Of Incoming Dtmf Tones

    Example Description T01GAINA6 Set phone input gain to 6 dB. T01GAINA>3 Increase phone input gain by 3 dB. T01GAINA? Query phone input gain. 8.29. GAIND -- Set Gain of Incoming DTMF Tones This command sets the gain of the incoming DTMF tones. The gain of the outgoing DTMF depends on the country that the Vortex is configured for (see the COUNTRY) command.
  • Page 35: Gaindt -- Set Dial Tone Gain

    T01GAINDT? Query dial tone gain. 8.32. GAINI -- Set Input Gain This command adjusts the gain of the input signals, which on the EF2201 consist only of the input from the telephone interface. The GAINIT command has a range of -100 to +20.
  • Page 36: Gaino -- Set Output Gain

    (T). 8.33. GAINO -- Set Output Gain This command sets or queries the gain (in dB) of the output channels (only T on the EF2201). This command is a channel integer command. See this type of command. The minimum and maximum values for this command are -100 and 20, respectively.
  • Page 37: Gainsit -- Set From Phone User Tone Gain

    This command sets the gain of the output to the phone interface. This command is an alias for the GAINOT. It is provided for backwards compatibility with and ease of migration from the EF200. When possible, the command should be used instead of this command. GAINOT This command is an integer command.
  • Page 38: Gainsot -- Set To Phone User Tone Gain

    8.36. GAINSOT -- Set To Phone User Tone Gain This command sets the gain of the user tones coming from the phone DSP. User tones include entry and exit tones (see TONEE) and custom tones (see the cases, the tones are played out "locally" and their gains are adjusted by the Sometimes, the tones are played out to the phone, and the gain is adjusted by the GAINSOT command.
  • Page 39: Id -- Set Device Id

    T01GMUTEO? Query acknowledgement mode. 8.38. ID -- Set Device ID This command sets or queries the Device ID for the Vortex. Typically, the device ID is set from the front panel of the Vortex, so this command is not normally used. There are restrictions involving having devices with the same ID linked on EF Bus -- see the Vortex Reference Manual for more details.
  • Page 40: Lec -- Enable Or Disable Lec

    LO1-LO20 P0-P47 M0-M255 The text of each label can be up to 16 characters long. Labels for presets 0-15 are read-only. 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.
  • Page 41: Li -- Query State Of Logic Inputs

    This command is an integer command. See The minimum and maximum values for this command are 1 and 4, 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. Example Description T01LECMODE3 Set LEC to Heavy Suppression.
  • Page 42 6 changes from the inactive state to the active state. This command T01LIA6,BROADA:T02MUTEIT1 causes the EF2201 at ID 2 to mute its input channel T when logic pin 6 on the EF2201 at ID 1 changes from the inactive to active state.
  • Page 43: Lid -- Assign Action For When Logic Input Is Deactivated

    T01LIA4,? 8.44. LID -- Assign Action for when Logic Input is Deactivated This function assigns a single command to be executed when a given logic input changes from the active state to the inactive state. Typically, the inactive state is logic high ('1') and the active state is logic low ('0').
  • Page 44: Lien -- Enable Automatic Logic Input Status Messages

    is commonly referred to as active low. Acitve low is considered normal because a closed switch would ground the input and a closed switch would normally be considered active. This polarity setting can be changed via the command. A single command can be assigned to each of three conditions occurring on the logic pin: a change to the active state, a change to the inactive state, and a repeating command when the pin is held in the active state.
  • Page 45: Lig -- Configure Logic Input Pins Into A Group

    A status message is only generated if there is a state change. This helps keep data traffic to a minimum. This command is a boolean command. See 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.
  • Page 46: Lik -- Delete One Or All Logic Input Pin Commands

    T01LIG2,01101001000010000000000 T01LIG2,? 8.48. LIK -- Delete One or All Logic Input Pin Commands This command "kills" or deletes all commands for a given logic input pin. In other words, the commands associated with LIA, LID, and character can also be specified for the logic input pin, in which case the commands for all logic input pins will be deleted.
  • Page 47: Lin -- Assign Command To Logic Input Group

    is disabled. When a logic input is disabled, any commands assigned to the logic pin via LIA, LID, and will not be executed. If a logic pin is disabled and then re-enabled at some later time and the logic input has changed state from when it was disabled, the command associated with the state change will be executed.
  • Page 48: Lip -- Set Polarity For Logic Inputs

    Configure logic input group 2 to execute MACROX25 when the T01LIN2,10,MACROX25 pins in logic input group 2 correspond to the decimal value 10. Query the command associated with decimal T01LIN1,7,? configuration 7 on logic input group 1. 8.51. LIP -- Set Polarity for Logic Inputs This command sets the polarity for the 24 logic input pins.
  • Page 49: Loa -- Define Behavior For Logic Output Activated State

    The special characters ., +, and - are not particularly useful on the EF2201, since there is only one input channel and one output channel. The special characters are more useful on the other EF22xx devices that have more inputs and outputs.
  • Page 50: Lod -- Define Behavior For Logic Output Deactivated Status

    These two commands set the conditions for activation and deactivation of logic output 10. Under these conditions, logic output 10 will be activated if: input T is muted Logic output 10 will be deactivated if: input T is unmuted An error condition of ERROR#074 will be generated if the assigned command is invalid. This command is saved to global non-volatile memory and is not part of a preset.
  • Page 51: Lok -- Delete One Or All Logic Output Pin Commands

    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 Enable automatic logic output status T01LOEN1 messages.
  • Page 52: Lop -- Set Polarity For Logic Outputs

    changes. However, any changes to that pin caused by setting the values with an affect the output pin value. For instance, you could disable (mask) a pin and then explicitly set its value to low with the command. When a logic output pin is re-enabled, it will be updated to the current status of whatever condition drives it (via (LOA and LOD).
  • Page 53: Macroa -- Add Command To Current Macro

    8.59. MACROA -- Add Command to Current Macro This command adds a command to the macro currently in progress. This is used in conjunction with the commands to create a new macro. MACROS MACROW The syntax of this command specifies a macro number, a comma, and then the command to be added to the macro.
  • Page 54: Macrol -- List All Commmands In A Macro

    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. Example Description T01MACROK25 Delete all the commands associated with macro number 25.
  • Page 55: Macros -- Start A New Macro

    Example Description Execute macro number 125 without generating any status T01MACROQ125 messages. 8.63. MACROS -- Start a New Macro This command is used to start writing a new macro with a specified macro number. This command is used in conjunction with the is sent while another macro is in the process of being written (before the then the macro in progress will be deleted and the new one will be started.
  • Page 56: Mgain -- Set Crosspoint Gains In Main Matrix Or Submatrix

    Panel LED Meter 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 front panel LED meter to display the...
  • Page 57: Mini -- Enable Modem Initialization String

    Set crosspoint gain in EF Bus submatrix on crosspoint that routes the T01MGAINWB0,WM0,-3 W bus signal from the device at ID0 (WB0) to W submatrix output 0 (WM0). Set all crosspoint gains for input channel T. Set the gain to the telephone T01MGAINT,*,èÇ...
  • Page 58: Ministr -- Set Modem Initialization String

    Query enabled state of modem initialization T01MINI? string. 8.69. 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. The recommended modem initialization string for the Vortex is: ATF1E0&B1S0=2 This can be set via the following command.
  • Page 59: Mutei -- Mute One Or More Inputs

    T. 8.71. MUTEI -- Mute One or More Inputs This command sets or queries the mute status of the analog inputs (only T on the EF2201). This command is a channel boolean command. See this type of command.
  • Page 60: Muteo -- Mute One Or More Outputs

    T01MUTEI*? Query mute status of all inputs. 8.72. MUTEO -- Mute One or More Outputs This command sets or queries the mute status of the analog outputs (only T on the EF2201). This command is a channel boolean command. See this type of command.
  • Page 61: Nc -- Enable Noise Cancellation

    T01MUTEO*? Query mute status of all outputs. 8.73. NC -- Enable Noise Cancellation This command sets or queries the status of the Noise Cancellation (NC) algorithm on input channel T. This command is a channel boolean command. See this type of command. This command is saved to non-volatile memory only as part of a preset.
  • Page 62: Nvinit -- Reinitialize Non-Volatile Memory

    Set NC attenuation level on input channel T to T01NCLT3 3 dB. Query the NC attenuation level on input T01NCLT? channel T. 8.75. NVINIT -- Reinitialize Non-Volatile Memory This command reinitializes (or formats) all non-volatile memory settings. This will effectively erase settings for global settings, user presets, macros, labels, and logic I/O configurations.
  • Page 63: Nvpswd -- Change Non-Volatile Memory Password

    Attempt to unlock the non-volatile memory by using an invalid T01NVLOCK0,yumyum password. Unlock the non-volatile memory T01NVLOCK0,aspi by using the correct password. Query the locked status of the T01NVLOCK? non-volatile memory. 8.77. NVPSWD -- Change Non-Volatile Memory Password This command sets or queries the non-volatile memory password. This password is used in conjunction with the command.
  • Page 64 Filter Type Frequency 20 - 20000 Bandwidth 5 - 200 Gain -20 - 20 1 - 1.2 * Gain for shelving filters, 12 or 24 for Linkwitz-Riley Slope filters 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.
  • Page 65: Peqib -- Set Bandwidth Parameter For Specified Parametric Eq Input Stage

    T01PEQIAT,2,1,1250,40,-20,1,1 T01PEQIAT,1,? 8.79. 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 channel T. Each channel has five bands of parametric EQ that can be independently controlled.
  • Page 66: Peqie -- Set Enabled Parameter For Specified Parametric Eq Input Stage

    Example Description Set bandwidth of parametric EQ on input T, band 2 to 40 T01PEQIBT,2,40 1/100th octaves. Query current bandwidth setting of parametric EQ on input T, T01PEQIBT,1,? band 1. 8.80. 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 channel T.
  • Page 67: Peqig -- Set Gain Parameter For Specified Parametric Eq Input Stage

    For filter types that have a center frequency (e.g., parametric), this parameter specifies the center frequency. For filter types that have a cutoff frequency (e.g, highpass, lowpass, etc.), this parameter specifies the cutoff frequency. This command has the same format and restrictions as the parameter, the frequency, is specified instead of all the parameters.
  • Page 68: Peqis -- Set Slope Parameter For Specified Parametric Eq Input Stage

    Query current gain setting of parametric EQ on input T, band T01PEQIGT,1,? 8.83. 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 channel T.
  • Page 69: Peqoa -- Set All Parameters For Specified Parametric Eq Output Stage

    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 information. To set the slope parameter for an output parametric EQ filter, use the To set all the parameters for an output parametric EQ filter, use the This command is saved to non-volatile memory only as part of a preset.
  • Page 70 Filter Type Frequency 20 - 20000 Bandwidth 5 - 200 Gain -20 - 20 1 - 1.2 * Gain for shelving filters, 12 or 24 for Linkwitz-Riley Slope filters 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.
  • Page 71: Peqob -- Set Bandwidth Parameter For Specified Parametric Eq Output Stage

    T01PEQOAT,2,1,1250,40,-20,1,1 T01PEQOAT,1,? 8.86. 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 channel T. Each channel has five bands of parametric EQ that can be independently controlled.
  • Page 72: Peqoe -- Set Enabled Parameter For Specified Parametric Eq Output Stage

    Example Description Set bandwidth of parametric EQ on output T, band 2 to 40 T01PEQOBT,2,40 1/100th octaves. Query current bandwidth setting of parametric EQ on output T, T01PEQOBT,1,? band 1. 8.87. PEQOE -- Set Enabled Parameter for Specified Parametric EQ Output Stage This command sets or queries the enabled parameter (0 = filter is disabled, 1 = filter is enabled) for the parametric equalizer (EQ) filters on output channel T.
  • Page 73: Peqog -- Set Gain Parameter For Specified Parametric Eq Output Stage

    For filter types that have a center frequency (e.g., parametric), this parameter specifies the center frequency. For filter types that have a cutoff frequency (e.g, highpass, lowpass, etc.), this parameter specifies the cutoff frequency. This command has the same format and restrictions as the parameter, the frequency, is specified instead of all the parameters.
  • Page 74: Peqos -- Set Slope Parameter For Specified Parametric Eq Output Stage

    Query current gain setting of parametric EQ on output T, band T01PEQOGT,1,? 8.90. PEQOS -- Set Slope Parameter for Specified Parametric EQ Output Stage This command sets or queries the slope parameter (in dB per octave) for the parametric equalizer (EQ) filters on output channel T.
  • Page 75: Phone -- Take Phone On-Hook Or Off-Hook

    output channel. The different filter types and their corresponding values are shown in the table below. 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 information.
  • Page 76: Ping -- See Which Devices Are Present

    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. Example Description...
  • Page 77: Presetl -- List All Commmands In A Preset

    Example T01PRESETK18 T01PRESETK* 8.95. PRESETL -- List All Commmands in a Preset This command lists all the commands in a given preset. For example, assume that user preset 18 has been defined previously by the following command. T01PRESETW18 Now, issuing the command: T01PRESETL18? Will result in a long sequence of status mesages reflecting all the data stored in the preset.
  • Page 78: Presetw -- Save A Preset

    has been previously defined via the condition of ERROR#070 will be returned. If one or more of the commands in the preset generated errors, then an error condition of ERROR#072 will be returned. When the PRESETQ command executes, status messages for all of the commands in the preset will not be generated.
  • Page 79: Redial -- Redial The Last Dialed Phone Number

    T01PRESETX18 Execute preset number 18. 8.100. REDIAL -- Redial the Last Dialed Phone Number Executing this command causes the Vortex to redial the last number. The last number is defined as all the digits that were dialed since the phone was last taken off-hook. Like the phone is not already off-hook, this command will take it off-hook automatically.
  • Page 80: Sgmute -- Mute Signal Generator

    T01SGGAIN6 Set signal generator gain to 6 dB. T01SGGAIN>3 Increase signal generator gain by 3 dB. T01SGGAIN? Query signal generator gain. 8.103. SGMUTE -- Mute Signal Generator This command controls the muting of the signal generator. This command is a boolean command. See This command is saved to non-volatile memory only as part of a preset.
  • Page 81: Soundl -- Play Sound Locally

    T01SGTYPE? Query current signal generator type. 8.105. SOUNDL -- Play Sound Locally This command can be used to play sounds from the telephone interface to serve as audio cues. The command plays sounds out to the phone output. The SOUNDL command plays sounds through SOUNDP the input from the telephone interface (so they will be heard locally).
  • Page 82: Ssdelay -- Set Delay Between Screen Saver Screens

    and SOUNDP were originally implemented to allow users to implement custom passcode SOUNDL systems that require users calling in via phone to enter a passcode before entering the conference. The sound commands could be used to provide feedback to the caller as well as the conference. Example Description Play "descending thirds"...
  • Page 83: Ssstart -- Set Idle Time Required For Screen Saver To Start

    This command is a boolean command. See 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 T01SSEN1 Enable screen saver.
  • Page 84: Swreset -- Perform Soft Reset Of System

    corresponding to the first and second line, respectively. Finally, the text argument is the actual text that will be displayed on the LCD. If the text is '?', then a query will be performed. If the text empty, then the message will be cleared. If both message lines are cleared for a given screen, then that screen will not be displayed by the screen saver.
  • Page 85: Toner -- Enable Or Disable Ring Tones

    hook. A different tone is played whenever the auto-hangup feature puts the phone on-hook. This feature is typically enabled to prevent a caller from entering or exiting a conference unannounced. This command is a boolean command. See 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.

Table of Contents