EasyManuals Logo
Home>AMX>Controller>NetLinx NI-3101-SIG

AMX NetLinx NI-3101-SIG User Manual

AMX NetLinx NI-3101-SIG
176 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 #172 background imageLoading...
Page #172 background image
Programming
166
NI-3101-SIG Signature Series NetLinx Integrated Controller
Input/Output Send_Commands
The following Send_Commands program the I/O ports on the Integrated Controller.
In these examples: <DEV> = device.
I/O ports: Port 17.
Channels: 1 - 8 I/O channels.
I/O Send_Commands
GET INPUT
Get the active state for the
selected channels.
An active state can be high (logic high) or low (logic low or contact closure).
Channel changes, Pushes, and Releases generate reports based on their
active state. The port responds with either 'HIGH' or 'LOW'.
Syntax:
SEND_COMMAND <DEV>,"'GET INPUT <channel>'"
Variable:
channel = Input channel 1 - 8.
Example:
SEND_COMMAND IO,"'GET INPUT 1'"
Gets the I/O port's active state.
The system could respond with:
INPUT1 ACTIVE HIGH
SET INPUT
Set the input channel's active
state.
An active state can be high (logic high) or low (logic low or contact closure).
Channel changes, Pushes, and Releases generate reports based on their
active state. Setting an input to ACTIVE HIGH will disable the ability to use that
channel as an output.
Syntax:
SEND_COMMAND <DEV>,"'SET INPUT <channel> <state>'"
Variable:
channel = Input channel 1 - 8.
state = Active state HIGH or LOW (default).
Example:
SEND_COMMAND IO,"'SET INPUT 1 HIGH'"
Sets the I/O channel to detect a high state change, and disables output on the
channel.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the AMX NetLinx NI-3101-SIG and is the answer not in the manual?

AMX NetLinx NI-3101-SIG Specifications

General IconGeneral
BrandAMX
ModelNetLinx NI-3101-SIG
CategoryController
LanguageEnglish

Related product manuals