47
-AA = 01= address of the MICROVIP3 PLUS selected (2 bytes ascii)
-03H = Code of the command for reading of N words (2 bytes ascii)
-0000 = address from which the reading starts (4 bytes ascii)
-0001 = Number of words to be read (2 bytes ascii)
-LRC = Longitudinal Redundancy Check (2 bytes ascii)
-CR = 0DH (1 byte ascii)
-LF = 0AH (1 byte ascii)
-02 = Number of bytes read
-D1 = not used
-D2 = b7 b6 b5 b4 b3 b2 b1 b0 bit
0 0 - - - 0 - - ==> 10 minutes
0 1 - - - 0 - - ==> 15 minutes
1 0 - - - 0 - - ==> 20 minutes
1 1 - - - 0 - - ==> 30 minutes
0 0 - - - 1 - - ==> 60 minutes
0 1 - - - 1 - - ==> 1 minutes
1 0 - - - 1 - - ==> 2 minutes
1 1 - - - 1 - - ==> 5 minutes
E.g. :
-Integration Time = 15’
Reading string :
: 01 03 0000 0001 FB cr lf
Response from MICROVIP3 PLUS :
: 01 03 02 01 40 B9 cr lf
- Reading in eeprom of the flags for selection of the Star/Delta switching
P.C.
MICROVIP3 PLUS
:,AA,03H,0000,0001, LRC, CR,LF ------>
<------ :,AA,03H,02,D1,D2,LRC,CR,LF
where:
-AA = 01 = address of the MICROVIP3 PLUS selected(2 bytes ascii)
-03H = Code of the command for reading of N words(2 bytes ascii)
-0000 = address from which the reading starts (4 bytes ascii)
-0001 = Number of words to be read (2 bytes ascii)
-LRC = Longitudinal Redundancy Check (2 bytes ascii)
-CR = 0DH (1 byte ascii)
-LF = 0AH (1 byte ascii)
-02 = Number of bytes read
-D1 = not used
-D2 = b7 b6 b5 b4 b3 b2 b1 b0 bit
- - - - 0 - - 0 ==> Star
- - - - 0 - - 1 ==> Delta
E.g. :
-Insertion "Delta"
Reading string :
: 01 03 0000 0001 FB cr lf
Response from MICROVIP3 PLUS :
: 01 03 02 01 51 A8 cr lf