Fan_Alarm; Fan_Speed; Ifconfig; Input - AMX Enova DGX 100 Series Hardware Reference Manual

Digital media switchers, enclosures, input/output/expansion boards
Hide thumbs Also See for Enova DGX 100 Series:
Table of Contents

Advertisement

Switcher SEND_COMMANDs (Cont.)
Command

?FAN_ALARM

?FAN_SPEED

?FG

?IFCONFIG

IFCONFIG

?INPUT

Enova Digital Media Switchers - Hardware Reference Manual
Description
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
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>
Requests the Switcher's FG Number.
Syntax:
SEND_COMMAND <DEV>, "'?FG'"
Example:
SEND_COMMAND 5002:1:0, "'?FG'"
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'"
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.
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>
Integrated Master - NetLinx Programming
211

Advertisement

Table of Contents
loading

Table of Contents