@X4-0047-5
- 25 -
■
LED ON/OFF setting of High voltage output switch
You can set LED of High voltage output switch ON/OFF.
The command length of the LED ON/OFF setting is 3 byte.
Syntax
:
L<value><CR>
Notes:
Input value in binary.
The value is 0 or 1. (0 : OFF, 1 : ON)
As shown below, the command line can be also described in binary.
<4Ch><value><0Dh>
※
hexadecimal representation
For example, in the case of Visual Basic, when you want to turn
the LED off, you can write as follows;
Dim Cmd
Cmd = “L” + Chr(0) + Chr(13)
or
Dim Cmd(2) As Byte
Cmd(0) = 76 : Cmd(1) =0 : Cmd(2) =13
Response
:
command
success
⇒
“VA”(Valid Argument) is returned.
command failure
Bad Command
⇒
“BC” is returned.
Bad Argument
⇒
“BA” is returned.
Содержание C9525 SERIES
Страница 34: ... X4 0047 5 34 7 Dimensional Outline UNIT mm ...