User Guide

18
Commands
COMMAND CONCEPT QUESTION ANSWER
VER Read 61-805 version $00 VER ch $00 4 digits + ch
DIN Number of files $00 DIN ch $00 5 digits + ch
in memory
DIR Directory of one $00 DIR + 5 $00 + 12 file name
file in memory number of the ext + 7 num.
file to be Bytes + 17 date of
displayed + ch file creation + ch
SZC Ask for a file $00 SZC + 12 $00 initial date + end date +ch
file name. The AR5 starts to communicate
ext + ch under Zmodem protocol.
$00 ERR00 + ch
61-805 in Setup menu.
$00 ERR if file does not exist
SZP Ask for a part $00 SZP $00 ACK + ch.
of a file + 12 file name The 61-805 starts to communicate
.ext + initial under Zmodem protocol.
date + end
date ch $00 ERR00 + ch.
AR5 in Setup menu.
$00 ERR + ch. if file does not
exist or initial date > end date
DIF Consult a file $00 DIF 12 $00 12 file name.ext + initial
content file name.ext date + end date + 6 number
+ ch bytes ASCII + ch
Note: The date format is “DD/MM/AA hh:mm:ss” with a 17 bytes length.
Communication Wiring
The connection of the PC to the 61-805 must be done through the power supplier set, which needs to be connected to
power. Perform the connection using the two wires factory-delivered with the 61-805.
One cable links the 61-805 to the power supplier, and the other cable is a standard RS232 connector.
When starting communication tasks take into account:
Communication parameters of the 61-805 and the PC must fully coincide.
Connections must go through the power supply.
The 61-805 cannot be into the setup menu.
Communications Software
The 61-805 power analyzer comes complete with a powerful software package, Power Vision, to assist in analyzing the
data captured by the power analyzer. See the Power Vision instruction sheet for complete details on the operation of
this software.
A confirmation is required prior to formatting the internal memory. Formatting the memory of the power ana-
lyzer will delete all stored data.
Note: Do not turn the 61-805 off during the memory format process, the display will show an error message and the
process should be redone.
Clear Menu
The clear menu resets saved parameters within the power analyzer.
Energy
The power analyzer has several energy counters, which keep their values even after the analyzer is turned off. These
values can be reset by selecting the energy submenu and pressing enter.
MAX/MIN:
The maximum and minimum values are stored by the 61-805, even after the analyzer is turned off. These values can be
reset by selecting the MAX/MIN submenu and pressing enter.
Communications Protocal
Demand format
The demand format is: $00CCCAA.... ch [LF]
(example = $00RVI75 )
The answer format is: $00AA.... ch [LF]
$ Any message starts with this symbol (ASCII-36)
PP The identification code for the portable AR5 is always 00
CCC COMMAND
AA ARGUMENT (decimal-ASCII)
Ch CHECK-SUM: Check-sum of all the elements forming the message. It is calculated
with the decimal addition of all the previous bytes in ASCII and translating the result
to hexadecimal. Two digits are taken.
example = $00RVI —> 36 + 48 + 48 + 82 + 86 + 73 = 373
373 decimal 175 hexad. CHECK-SUM = 75 —> $00RVI75
[LF] [ LF ] LINE FEED indicates the end of the message (ASCII-10)
17