@X4-0047-5
- 26 -
■
Remote/Local setting of the device
You can set the device in Remote or Local.
The command length of the LED ON/OFF setting is 3 byte.
This setting is available only while the high voltage output is ON.
Syntax
:
Q<value><CR>
Notes:
Input value in binary.
The value is 0 or 1. (0 : Local, 1 : Remote)
As shown below, the command line can be also described in binary.
<51h><value><0Dh>
※
hexadecimal representation
For example, in the case of Visual Basic, when you want to set the
device in local mode, you can write as follows;
Dim Cmd
Cmd = “Q” + Chr(0) + Chr(13)
or
Dim Cmd(2) As Byte
Cmd(0) = 81 : 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.
Notes
:
In the case of switch to local mode, turn off the high voltage output
by all means.
If it shifts to local mode when the high voltage output is ON, the
device keeps the high voltage output ON regardless of the state of
high voltage output switch.
Содержание C9525 SERIES
Страница 34: ... X4 0047 5 34 7 Dimensional Outline UNIT mm ...