AMX Signature Series NetLinx Integrated Controller NI-3101-SIG User Manual

Page 131

Advertising
background image

Programming

121

NI-3101-SIG Signature Series NetLinx Integrated Controller

Configuration Port Commands (Cont.)

Command

Description

ON <D:P:S, NAME, CHAN>

Turns on a channel on a device. 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 that is defined in the
DEFINE_DEVICE section of the program.
Syntax:

ON[name,channel]

or

ON[D:P:S,channel]

Example:

>ON[5001:7:4]
Sending On[5001:7:4]

PASS <D:P:S or NAME>

Sets up a pass through mode to a device. In pass through mode, any
string received by the device is displayed on the screen, and anything
typed is sent as a string to the device. 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 that is defined in the
DEFINE_DEVICE section of the program.
Example:

>pass[5001:7:4]
Entering pass mode.

To exit pass mode, type + + esc esc. Refer to the ESC Pass
Codes
section on page 131 for
more information.

PING <IP ADDRESS>

Tests LAN connectivity to and confirms the presence of another LAN
device. The syntax is just like the PING application in Windows or Linux.
Example:

>ping 192.168.29.209
192.168.29.209 is alive.

PROGRAM INFO

Displays the name of the NetLinx program residing on the Master.
Example:

>PROGRAM INFO
-- Program Name Info
-- Module Count = 1
1 Name is i!-PCLinkPowerPointTest

-- File Names = 2
1 = C:\Program Files\AMX Applications\i!-
PCLinkPowerPoint
2 = C:\Program Files\Common
Files\AMXShare\AXIs\NetLinx.axi
2 = Name is MDLPP

-- File Names = 2
1 C:\AppDev\i!-PCLink-PowerPoint\i!-
PCLinkPowerPointMod.axs
2 C:\Program files\Common
Files\AMXShare\AXIs\NetLinx.axi

PULSE <D:P:S, or NAME, CHAN>

Pulses a channel on a device on and off. 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 that is defined
in the DEFINE_DEVICE section of the program.
Example:

>PULSE[50001:8:50,1]
Sending Pulse[50001:8:50,1]

PWD

Displays the name of the current directory.
Example:

pwd
The current directory is doc:

Advertising