Specifications

Terminal (Program Port/Telnet) Commands
97
NX-Series Controllers - WebConsole & Programming Guide
Terminal Commands (Cont.)
Command Description
REBOOT Reboots the Master or specified device. Options for rebooting the Master are cold,
soft, and warm. The reboot command with no parameter executes as "reboot cold".
Example (Rebooting device):
>REBOOT [0:1:0]
Rebooting...
Example (Rebooting Master):
>reboot cold
Reboots the Master and restarts the entire operating system.
>reboot warm
>reboot soft
Reboots the Master but only starts the AMX NetLinx application firmware.
RENEW DHCP Renews/Releases the current DHCP lease for the Master.
Note: The Master must be rebooted to acquire a new DHCP lease.
Example:
>RENEW DHCP
RESETADMINPASSWORD This command resets the administrator password back to "password".
Note: This command is only available to Program Port terminal sessions. It is not
available to Telnet sessions (see the Overview section on page 90).
RESET FACTORY Resets the Master to factory default state including removal of all security settings,
removal of all user files, resetting to DHCP, and loading an empty NetLinx program.
The Master will be effectively in an out-of-box state.
ROUTE MODE DIRECT|NORMAL Sets the Master-to-Master route mode:
Normal mode - allows a Master to communicate with any Master accessible via
the routing tables (shown with the SHOW ROUTE command - see page 107). This
includes a directly-connected Master (route metric =1) and indirectly connected
Masters (route metric greater than 1, but less than 16).
Direct mode - allows communication only with Masters that are directly connected
(route metric = 1). Indirectly connected Masters cannot be communicated within
this mode.
Examples:
>ROUTE MODE DIRECT
Route Mode "Direct" Set
>ROUTE MODE NORMAL
Route Mode "Normal" Set
SEND_COMMAND D:P:S or
NAME,COMMAND
Sends a specified command to a device. The device can be on any system that the
Master you are connected to can reach. You can specify the device number, port,
and system; or the name of the device that is defined in the DEFINE_DEVICE
section of the Program.
The data of the string is entered with the following NetLinx string syntax:
SEND_COMMAND 1:1:1,"'This is a test',13,10"
SEND_COMMAND RS232_1,"'This is a test',13,10"
SEND_LEVEL <D:P:S>,
<LEVEL ID>,<LEVEL VALUE>
Allows the user to set a level on a device via the Master's Telnet/
program port interface.
SEND_STRING D:P:S or
NAME,STRING
Sends a string to a specified device. The device can be on any system that the
Master you are connected to can reach.
You can specify the device number, port, and system; or the name of the device
defined in the DEFINE_DEVICE section of the Program.
The data of the string is entered with NetLinx string syntax.