AMX NI-3100 Specifications Page 103

  • Download
  • Add to my manuals
  • Print
  • Page
    / 160
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 102
NetLinx Programming
93
NetLinx Integrated Controllers- WebConsole & Programming Guide (FMv3)
Input/Output SEND_COMMANDs
The following SEND_COMMANDs program the I/O ports on the Integrated Controller.
IR/Serial SEND_COMMANDs (Cont.)
XCHM (Cont.) Mode 5 Example: <x><x><x><x><enter>
SEND_COMMAND IR_1,"'XCH 3'"
Transmits the IR code as 0-0-0-3-enter.
SEND_COMMAND IR_1,"'XCH 34'"
Transmits the IR code as 0-0-3-4-enter.
SEND_COMMAND IR_1,"'XCH 343'"
Transmits the IR code as 0-3-4-3-enter.
SEND_COMMAND IR_1,"'XCH 1343'"
Transmits the IR code as 1-3-4-3-enter.
Mode 6 Example: <x><x><x><x>
SEND_COMMAND IR_1,"'XCH 3'"
Transmits the IR code as 0-0-0-3.
SEND_COMMAND IR_1,"'XCH 34'"
Transmits the IR code as 0-0-3-4.
SEND_COMMAND IR_1,"'XCH 343'"
Transmits the IR code as 0-3-4-3.
SEND_COMMAND IR_1,"'XCH 1343'"
Transmits the IR code as 1-3-4-3.
I/O ports: Port 4 (NI-700).
Channels: 1 - 8 I/O channels.
I/O SEND_COMMANDs
Command Description
GET DBT
Get Debounce Time
Syntax:
GET DBT <n>
Variable:
n = the channel number of the I/O input port
SET DBT
Set Debounce Time
Syntax:
SET DBT <n><v>
Variables:
n = the channel number of the I/O input port
v = Value 1-50 which sets the debounce time in increments of 50ms
Example:
SEND_COMMAND 5001:17:0,'SET DBT 1 10'
Sets channel 1 on the I/O port to 50ms Debounce time.
Page view 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 159 160

Comments to this Manuals

No comments