![AMX DGX-AIE Hardware Reference Manual Download Page 211](http://html1.mh-extra.com/html/amx/dgx-aie/dgx-aie_hardware-reference-manual_2939028211.webp)
Integrated Master - NetLinx Programming
211
Enova Digital Media Switchers - Hardware Reference Manual
Switcher SEND_COMMANDs (Cont.)
Command
Description
?FAN_ALARM
Requests the Fan Alarm State of the Switcher. The fan alarm is triggered by one or more slow or stopped
fan unit.
Syntax:
SEND_COMMAND <DEV>, "'?FAN_ALARM'"
Example:
SEND_COMMAND 5002:1:0, "'?FAN_ALARM'"
Returns a response of the form:
ON|OFF
?FAN_SPEED
Requests the speed of the fans inside the Enova DGX Switcher.
Syntax:
SEND_COMMAND <DEV>, "'?FAN_SPEED-<Fan>'"
Variable:
Fan = Fan is an optional command, to query a specific fan
Examples:
SEND_COMMAND 5002:1:0,"'?FAN_SPEED'"
Returns a COMMAND string of the form:
FAN_SPEED-[<Fan1>,<Fan2>,..<FanN>]
SEND_COMMAND 5002:1:0,"'?FAN_SPEED-1'"
Returns a COMMAND string of the form:
FAN_SPEED-1,<Fan1>
?FG
Requests the Switcher’s FG Number.
Syntax:
SEND_COMMAND <DEV>, "'?FG'"
Example:
SEND_COMMAND 5002:1:0, "'?FG'"
?IFCONFIG
Requests interface configuration settings. All changes to IP settings require a system reboot to take
effect.
Syntax:
SEND_COMMAND <DEV>, "'?IFCONFIG-1'"
Example:
SEND_COMMAND 5002:1:0, "'?IFCONFIG-1'"
Returns a COMMAND string of the form:
SEND_COMMAND 5002:1:0, "'IFCONFIG-1,UP,S,ip=10.35.91.228,gw=10.35.90.1,
mask=255.255.255.0,hn=mydgx'"
IFCONFIG
Allows a User to setup a secondary Public Ethernet interface on the Enova DGX Switcher. All changes to
DHCP settings require a system reboot to take effect.
Syntax:
SEND_COMMAND <DEV>, "'IFCONFIG-1,<enablement>,<mode>,<IP Address>,<Gateway>,
<Netmask>,<Hostname>'"
Variables:
• Enablement = UP or DOWN
• Mode = D (DHCP) or S (Static)
• IP Address = Valid IP Address
• Gateway = Valid Gateway Address
• Netmask = Valid Netmask
• Hostname = 32 Character String
Note: The gateway, IP address, and netmask variables are only needed for Static IP addresses.
Examples:
SEND_COMMAND 5002:1:0, "'IFCONFIG-1,UP,S,ip=10.35.90.228,gw=10.35.90.1,
mask=255.255.255.0,hn=mydgx'"
Enables Static IP Address.
SEND_COMMAND 5002:1:0, "'IFCONFIG-1,UP,D'"
Enables Dynamic IP Address.
SEND_COMMAND 5002:1:0, "'IFCONFIG-1,DOWN'"
Disables IP connection.
?INPUT
Requests the input connected to an output. Normally, if the output port is not connected to any input
port then the reply will indicate this with an input port number of ZERO (0). Think of the command as
asking, "Which audio input port is connected to output port #1?"
Syntax:
SEND_COMMAND <DEV>, "'?INPUT-<Switch Level>,<Output>'"
Variables:
• Switch Level = AUDIO or VIDEO.
• Output = The output port number.
Example:
SEND_COMMAND 5002:1:0, "'?INPUT-AUDIO,1'"
Returns a COMMAND string of the form:
SWITCH-L<AUDIO|VIDEO>I<Input>O<Output>