Chapter 4 Parameters

RTU Mode:

Command message:

ADR

01H

 

 

CMD

10H

Starting data

00H

address

11H

Number of data

00H

(count by word)

02H

Number of data

04H

(count by byte)

 

The first data

13H

content

88H

The second data

0FH

content

A0H

CRC Check Low

B2H

CRC Check High

49H

 

 

Response message:

ADR

01H

 

 

CMD

10H

Starting data

00H

address

11H

Number of data

00H

(count by word)

02H

CRC Check Low

11H

 

 

CRC Check High

CDH

3.5CHK (check sum)

ASCII mode:

LRC (Longitudinal Redundancy Check) is calculated by summing up, module 256, the values of the bytes from ADR1 to last data character then calculating the hexadecimal representation of the 2’s-complement negation of the sum.

For example, reading 1 word from address 0401H of the AC drive with address 01H.

STX

‘:’

ADR 1

‘0’

ADR 0

‘1’

CMD 1

‘0’

CMD 0

‘3’

Starting data address

‘0’

 

‘4’

 

‘0’

 

‘1’

 

‘0’

Number of data

‘0’

‘0’

 

 

‘1’

LRC CHK 1

‘F’

LRC CHK 0

‘6’

END 1

CR

END 0

LF

01H+03H+04H+01H+00H+01H=0AH,

the 2’s-complement negation of 0AH is F6H.

4-66

Revision May 2008, ME14, SW V3.04

Page 101
Image 101
Delta Electronics VFD-M manual 0FH, A0H, B2H, Cdh