Parameter data transfer
Parameter data telegram examples
62
Lenze · Decentralised frequency inverter 8400 motec (CANopen option) · EDS84DMOTCAN EN 4.0 - 02/2019
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Telegram 2 to the drive: Request of the 1st data block
Response message 2 from the drive: Transmission of the 1st data block
Identifier User data
1st byte 2nd byte 3rd byte 4th byte 5th byte 6th byte 7th byte 8th byte
Command Data 1 Data 2 Data 3 Data 4 Data 5 Data 6 Data 7
0x060C 0x60 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Explanations on the telegram to the drive
Command = 0x60 = "Read segment request" (request: read data block)
• Bit 4 = 0 (toggle bit)
Influence of the toggle bit on the request command
The individual blocks are toggled successively, i.e. first the request with command "0x60" is
effected (= 0110*0000
bin
), then command "0x70" (= 0111*0000
bin
), then "0x60" again, etc.
* Toggle bit
Identifier User data
1st byte 2nd byte 3rd byte 4th byte 5th byte 6th byte 7th byte 8th byte
Command Data 1 Data 2 Data 3 Data 4 Data 5 Data 6 Data 7
0x058C 0x00 0x30 0x31 0x2E 0x30 0x30 0x2E 0x30
0
asc
1
asc
.
asc
0
asc
0
asc
.
asc
0
asc
Explanations on the telegram to the drive
Command = 0x00 = 00000000
bin
• Bit 4 = 0 (toggle bit)
Influence of the toggle bit on the transmission command
• The 1st response of the inverter in the command byte is "0x0000*0000
bin
" if bytes 2 ... 8 are
fully occupied with data and further telegrams are following.
• The 2nd response of the inverter in the command byte is "0x0001*0000
bin
" if bytes 2 ... 8 are
fully occupied with data and further telegrams are following, etc.
* Toggle bit
Data 1 ... 7 = "01.00.0" (ASCII representation)