@X4-0047-5
- 21 -
■
Step voltage setting
You can set step voltage value.
The command length of the step voltage value setting is 4 byte.
Syntax
:
S<value1><value2><CR>
Notes:
Input value1 and value2 in binary.
The range of value1 is from 0 to 20.
The range of value2 is from 0 to 99.
Step
voltage
=
<value1> x 100 + <value2>
Step voltage is limited to maximum voltage value or less.
As shown below, the command line can be also described in binary.
<53h><value1><value2><0Dh>
※
hexadecimal representation
For example, in the case of Visual Basic, when you want to set the
step voltage of 100V, you can write as follows;
Dim Cmd
Cmd = “S” + Chr(1) + Chr(0) + Chr(13)
or
Dim Cmd(3) As Byte
Cmd(0) = 83 : Cmd(1) =1 : Cmd(2) = 0 : Cmd(3) = 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 ...