EasyManua.ls Logo

AMX NXI User Manual

AMX NXI
26 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #21 background imageLoading...
Page #21 background image
Programming
9
NetLinx Integrated Controller (No Master) - Operation Reference Guide
IR/Serial Send_Commands (Cont.)
CH Sends IR pulses to select a channel. All channels below 100 are transmitted as two digits.
If the IR code for ENTER (#21) is loaded, an Enter will follow the number.
If the channel is greater than or equal to 100, the IR function 127 is generated for the one hundred digit.
Syntax:
SEND_COMMAND <DEV>," 'CH',<Number>"
Variable:
Number = 0-199
Example:
SEND_COMMAND IR_1," 'CH',18"
The NXI performs the following:
Transmits IR signals for 1 (IR code 11). The transmit time is set with the CTON command.
Waits until the time set with the CTOF command elapses.
Transmits IR signals for 8 (IR code 18).
Waits for the time set with the CTOF command elapses. If the IR code for Enter (IR code 21) is
programmed, the NXI performs steps 5 and 6.
Transmits IR signals for Enter (IR code 21).
Waits for the time set with the CTOF command elapses.
CP Clears buffered IR commands, and sends a single IR pulse. You can set the Pulse and Wait times with the
CTON and CTOF commands.
Syntax:
SEND_COMMAND <DEV>,"'CP',<Number>"
Variable:
Number = 1-252 and 256-65,000 (253-255 reserved)
Example:
SEND_COMMAND IR_1,"'CP',2"
Clears the active/buffered commands and pulses IR_1 port's channel 2.
CTOF Sets the duration of off time (no signal) between IR pulses for channel and IR function transmissions. Off
time settings are stored in non-volatile memory.
The factory default for channel off time is 5 (.5 second).
This command is associated with the SP (single pulse) and CP (clear pulse) commands.
Syntax:
SEND_COMMAND <DEV>,"'CTOF',<Time>"
Variable:
Time = 0-255 in tenths of a second increments
Example:
SEND_COMMAND IR_1,"'CTOF',10"
Sets the off time between each IR pulse to 1 second.
CTON Sets the total time of IR pulses transmitted, and is stored in non-volatile memory.
Syntax:
SEND_COMMAND <DEV>," 'CTON',<Time>"
Variable:
Time = 0-255 in tenths of a second increments; default = 5 (.5 second).
Example:
SEND_COMMAND IR_1,"'CTON',20"
Sets the IR pulse duration to 2 seconds.
GET MODE Polls the IR/Serial ports and reports the active mode settings to the device requesting the information.
Syntax:
SEND_COMMAND <DEV>, 'GET MODE'
Example:
SEND_COMMAND IR_1,'GET MODE'
System response example:
PORT 4 IR,CARRIER,IO LINK 0

Other manuals for AMX NXI

Question and Answer IconNeed help?

Do you have a question about the AMX NXI and is the answer not in the manual?

AMX NXI Specifications

General IconGeneral
Memory2 GB DDR3
Ethernet10/100/1000 Mbps
RS-232/422/485 PortsUp to 8
Relay PortsUp to 8
I/O PortsUp to 8
GPIO PortsUp to 8
Power Supply100-240VAC, 50-60Hz
Storage8 GB
IR/Serial Ports8
IR PortsUp to 8 (configurable as IR or Serial)
USB Ports2 (USB 2.0)

Summary

Overview

Front Panel

Describes the front panel components and LED indicators of the NXI controller.

Rear Panel

Details the rear panel connectors, ID pushbutton, and ICSP LED of the NXI controller.

Specifications

NXI Specifications

Details power requirements, memory, enclosure, dimensions, and heat dissipation of the NXI.

Front Panel Components

Lists and describes components located on the NXI's front panel, including card slots and LEDs.

Rear Panel Components

Details components found on the NXI's rear panel, such as ports, pushbuttons, and LEDs.

Certifications and Accessories

Covers product certifications and lists included and optional accessories for the NXI.

Connections and Wiring

Installation Procedures

Guides for installing cards and preparing wires for NXI connections.

Port Wiring Specifications

Details wiring for RS-232/422/485, Relay, IR/Serial, and I/O ports on the NXI.

Programming

Programming Fundamentals

Covers overview, ID button, D:P:S notation, and general port commands.

Communication Command Sets

Details commands for RS-232/422/485, IR/Serial, and I/O ports for device control.

Related product manuals