Lenze · Decentralised frequency inverter 8400 motec (CANopen option) · EDS84DMOTCAN EN 4.0 - 02/2019 61
Parameter data transfer
Parameter data telegram examples
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
9.3.3 Reading block parameters
Task: The firmware version (code C00099) is to be read from the parameter set of the inverter with
the node address "12". The firmware version has a length of 11 ASCII characters, which is
transmitted as a block parameter. Within the user data, a data width of 2nd to 8th byte is assigned
to each block.
Telegram 1 to the drive: Read request
Response message 1 from the drive: Indication of the block length (11 characters)
Identifier User data
1st byte 2nd byte 3rd byte 4th byte 5th byte 6th byte 7th byte 8th byte
Command Index Subindex Data 1 Data 2 Data 3 Data 4
0x060C 0x40 0x9C 0x5F 0x00 0x00 0x00 0x00 0x00
Explanations on the telegram to the drive
Identifier = 1536 + node address = 1536 + 12 = 1548 = 0x060C
(1536 = basic identifier SDO1 to the inverter)
Command = 0x40 = "Read Request" (read request of a parameter from the inverter)
Index = 24575 - code number = 24575 - 99 = 24476 = 0x5F9C
Subindex = 0 (code C00099 does not have any subcodes)
Identifier User data
1st byte 2nd byte 3rd byte 4th byte 5th byte 6th byte 7th byte 8th byte
Command Index Subindex Data 1 Data 2 Data 3 Data 4
0x058C 0x41 0x9C 0x5F 0x00 0x0B 0x00 0x00 0x00
Explanations on the telegram from the drive
Identifier = 1408 + node address = 1408 + 12 = 1420 = 0x058C
(1408 = basic identifier SDO1 from the inverter)
Command = 0x41 = "Read response" (response is block telegram)
Index As in telegram to the drive
Subindex
Data 1 ... 4 = 0x0000000B = data length of 11 characters in the ASCII format