Chapter 6 Drive Communication Network|VP3000
250
1. Communication Data Frame
ASCII mode:
Start character = ‘ : ’ (3AH)
Communication address:
one 8-bit address consists of 2 ASCII codes
Command code:
one 8-bit command consists of 2 ASCII codes
Contents of data:
n x 8-bit data consists of 2n ASCII codes
n ≤ 16, maximum of 32 ASCII codes (20 sets of data)
LRC checksum:
one 8-bit checksum consists of 2 ASCII codes
End characters:
END High = CR (0DH), END Low = LF (0AH)
A silent interval of more than 10 ms
Communication address: 8-bit binary address
Command code: 8-bit binary command
Contents of data:
n×8-bit data, n ≤ 16
CRC checksum:
one 16-bit CRC checksum consists of 2 8-bit binary characters
A silent interval of more than 10 ms
2. Communication Address (Address)
00H: Broadcast to all AC motor drives
01H: AC motor drive at address 01
0FH: AC motor drive at address 15
10H: AC motor drive at address 16, and so on, up to address 254 (FEH)
Function code (Function)
Write continuous multiple data (can write at most 20 sets of data
simultaneously).