User Guide
Programming
12
NXI NetLinx Integrated Controller
ESC Pass Codes
There are 'escape' codes in the pass mode. These codes can switch the display mode or exit pass
mode. The following 'escape' codes are defined.
Program Port Commands (Cont.)
SHOW LOG
Displays the log of messages stored in the Master's memory. The Master
logs all internal messages and keeps the most recent messages. The log
contains:
• Entries starting with first specified or most recent.
• Date, Day, and Time message was logged.
• Which object originated the message.
• The text of the message:
SHOW LOG [start] [end]
SHOW LOG ALL
• If start is not entered, the most recent will be first.
• If end is not entered, the last 20 messages will be shown.
• If ALL is entered, all stored messages will be shown, starting with the
most recent.
SHOW NOTIFY
Displays a list of devices that other systems have requested input from
and the types of information needed. Note that the local system number is
1061.
SHOW REMOTE
Displays a list of the devices this system requires input from and the types
of information needed. When a NetLinx master connects to another
NetLinx master, the newly connecting system has a device that the local
system desires input from; the new system is told what information is
desired from what device. Note the local system number is 1062.
SHOW ROUTE
Displays information about how this NetLinx master is connected to other
NetLinx masters.
SHOW SYSTEM
Provides a list of all devices in all systems currently on-line. The system’s
lists are either directly connected to this master (i.e. 1 hop away), or are
referenced in the DEFINE_DEVICE section of the NetLinx program. You
may provide the desired system number as a parameter to display only
that system's information (e.g. SHOW SYSTEM 2001). The systems listed
are shown in numerical order.
TCP LIST
Lists all active TCP/IP connections.
TIME
Displays the current time on the Master Card.
URL LIST <D:P:S>
Displays the list of URL addresses programmed in the Master Card.
Escape Pass Codes
Command Description
+ + ESC ESC
Exit Pass Mode:
Typing a plus (shift =) followed by another plus followed by an ESC (the escape
key) followed by another escape exits the pass mode. The Telnet session
returns to "normal".
+ + ESC A
ASCII Display Mode:
Typing a plus (shift =) followed by another plus followed by an ESC (the escape
key) followed by an 'A' sets the display to ASCII mode. Any ASCII characters
received by the device will be displayed by their ASCII symbol. Any non-ASCII
characters will be displayed with a \ followed by two hex characters to indicate
the characters hex value.