132
Front Panel SEND_COMMANDs
The following table lists the front panel SEND_COMMANDs available for the NCITE-813AC:
System SEND_COMMANDs
The following table lists the System SEND_COMMANDs available for the NCITE-813AC:
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Front Panel SEND_COMMANDs
?FP_LOCKOUT
Requests to see if the Front Panel is locked out.
Syntax:
SEND_COMMAND <DEV>, “’?FP_LOCKOUT’”
Example:
SEND_COMMAND SWITCHER,”’?FP_LOCKOUT’”
Returns a COMMAND string of the form:
FP_LOCKOUT-<ENABLE|DISABLE>
FP_LOCKOUT
Enables or disables whether the Front Panel is supposed to be locked out.
Syntax:
SEND_COMMAND <DEV>,”’FP_LOCKOUT-<ENABLE|DISABLE>’”
Example:
SEND_COMMAND SWITCHER,”’FP_LOCKOUT-ENABLE’”
?LED
Requests the state of the front panel LEDs: Enabled or Disabled
Syntax:
SEND_COMMAND <DEV>, “’?LED’”
Example:
SEND_COMMAND SWITCHER,”’?LED’”
Returns a COMMAND string of the form:
LED-<value>
LED-<value>
Enable or disable the front panel LEDs
Syntax:
SEND_COMMAND <DEV>, “’LED-<ENABLE|DISABLE>’”
Example:
SEND_COMMAND SWITCHER,”’LED-DISABLE’”
Disables the front panel LEDs.
System SEND_COMMANDs
?FAN_SPEED
Requests the speed of the fans inside the unit.
Syntax:
SEND_COMMAND <DEV>, “’?FAN_SPEED’”
Example:
SEND_COMMAND SWITCHER,”’?FAN_SPEED’”
Returns a COMMAND string of the form:
FAN_SPEED-<fan1>,<fan2>,<fan3>
?TEMP
Requests the temperature detected inside the controller.
Syntax:
SEND_COMMAND <DEV>,”’?TEMP’”
Example:
SEND_COMMAND dvDev,”’?TEMP’”
Returns a COMMAND string of the form: TEMP-<temp value1>,<temp value2>,<temp value3>.
Temperature values are in Celsius.