Detailed instructions for use are in the User's Guide.
[. . . ] instruction manual
NXI
NetLinx Integrated Controller
N e t L i n x C e n t ra l C o n t r o l l e r s a n d C a r d s
AMX Limited Warranty and Disclaimer
AMX Corporation warrants its products to be free of defects in material and workmanship under normal use for three (3) years from the date of purchase from AMX Corporation, with the following exceptions: · · · · · Electroluminescent and LCD Control Panels are warranted for three (3) years, except for the display and touch overlay components that are warranted for a period of one (1) year. Disk drive mechanisms, pan/tilt heads, power supplies, MX Series products, and KC Series products are warranted for a period of one (1) year. Unless otherwise specified, OEM and custom products are warranted for a period of one (1) year. Batteries and incandescent lamps are not covered under the warranty.
This warranty extends only to products purchased directly from AMX Corporation or an Authorized AMX Dealer. [. . . ] 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 NetLinx Program. The device can be on any system 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 NetLinx Program. When the date is set on the Master Card, the new date will be reflected on all devices in the system that have clocks (i. e. By the same token, if you set the date on any system device, the new date will be reflected on the system's Master, and all connected devices. This will not update clocks on devices connected to another Master (in Master-to-Master systems).
PROGRAM INFO PULSE
REBOOT <D:P:S> RELEASE DHCP SEND_COMMAND
SEND_STRING
SET DATE
SET DNS <D:P:S>
Prompts you to enter a Domain Name, DNS IP #1, DNS IP #2, and DNS IP #3. Then, you enter Y (yes) to approve/store the information in the Master Card. Prompts you to enter a Host Name, Type (DHCP or Fixed), IP address, Subnet Mask, and Gateway IP address. When the time is set on the Master Card, the new time will be reflected on all devices in the system that have clocks (i. e. By the same token, if you set the time on any system device, the new time will be reflected on the system's Master, and all connected devices. This will not update clocks on devices connected to another Master (in Master-to-Master systems)
SET IP <D:P:S>
SET TIME
SET URL <D:P:S>
Prompts you to enter the URL address and port number. Displays a list of all devices present on the bus.
SHOW DEVICE <D:P:S>
NXI NetLinx Integrated Controller
11
Programming
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. · The text of the message:
SHOW LOG [start] [end] SHOW LOG ALL
· If start is not entered, the most recent will be first. · 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. 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. Displays information about how this NetLinx master is connected to other NetLinx masters. 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. [. . . ] SET IO LINK Links an IR or Serial port to an I/O channel for use with DE, POD, PON and POF commands. The I/O status is automatically reported on channel 255 on the IR port. Syntax:
SEND_COMMAND <DEV>, "'SET IO LINK <Number>'
Variable: Number = 1-8; set the I/O channel to 0 to disable I/O link settings. Example:
SEND_COMMAND IR_1, " 'SET IO LINK 1'"
Sets the IR_1 port link to I/O channel 1. [. . . ]