@X4-0047-5
- 28 -
■
Read high voltage monitor value
You can read the high voltage monitor value.
The command length of the high voltage monitor value is 2 byte.
Syntax
:
T<CR>
As shown below, the command line can be also described in binary.
<54h><0Dh>
※
hexadecimal representation
For example, in the case of Visual Basic, you can write as follows;
Dim Cmd
Cmd = “T” + Chr(13)
or
Dim Cmd(1) As Byte
Cmd(0) = 84 : Cmd(1) =13
Response
:
command
success
⇒
Return value is in 2 byte.
Notes:
Return value is the integer value of the hundreds place and less
than 100.
CR(Carriage return) is not returned.
command failure
Bad Command
⇒
“BC” is returned.