AMX EXB-COM2 Specifications Page 46

  • Download
  • Add to my manuals
  • Print
  • Page
    / 70
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 45
NetLinx Send Commands
38
ICSLan Device Control Boxes
NetLinx Send Commands (Cont.)
Command Description EXB Modules
CH Send IR pulses for the selected a channel.
All channels below 100 are transmitted as two digits. If the IR code
for ENTER (function #21) is loaded, an Enter will follow the number.
If the channel is greater than or equal to (>=) 100, then IR function
127 or 20 (whichever exists) is generated for the one hundred digit.
This command uses a binary parameter. To generate a Send
Command of this type, use string expressions, such as:
'CH',$01”.
Note: Set the Pulse and Wait times with 'CTON' (page 39) and 'CTOF'
(page 39).
Syntax:
'CH',<Channel Number>
Variable:
channel number = 0 - 199.
Example:
SEND_COMMAND IR_1,"'CH',$18"
The EXB-IRS4 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 IRS4 performs the
following steps.
Transmits IR signals for Enter (IR code 21).
Waits for the time set with the CTOF command elapses.
EXB-IRS4
EXB-MP1
CHARD Set the delay time between all transmitted characters to the value
specified (in 100 microsecond increments).
Syntax:
CHARD-<time>
Variable:
time: 0 - 10000 (1 second)
Example:
SEND_COMMAND RS232_1,"'CHARD-10'"
Sets a 1-millisecond delay between all transmitted characters.
EXB-COM2
EXB-MP1
CHARDM Set the delay time between all transmitted characters to the value
specified (in 1 millisecond increments).
Syntax:
CHARDM-<time>
Variable:
time: 0 - 1000 (1 second)
Example:
SEND_COMMAND RS232_1,"'CHARDM-10'"
Sets a 10-millisecond delay between all transmitted characters.
EXB-COM2
EXB-MP1
Page view 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 69 70

Comments to this Manuals

No comments