9300 Servo PLC
Connection
3-44
9300ServoPLC EN 1.4
Index LOW-byte, Index HIGH-byte
The selection of the parameter or the selection of the Lenze code is made with these two bytes
accordingtotheformula:
Index = 24575 - Lenze code number
Example:
The parameter C0012 (acceleration time) ist to be addressed:
24575 - 12 = 24563 = 5FF3
hex
According to the left-aligned Intel data format, the entries are as follows (see “Description of a data
format”):
• Index LOW-byte = F3
hex
• Index HIGH-byte = 5F
hex
Subindex
A subindex is a table position of a parameter under the index.
Example:
Terminal X5/A1, Subcode 1 unter dem Parameter C0117 soll angesprochen werden.
Index = 24575 - 117 = 24458 = 5F8A
hex
(Index LOW-byte = 8A, Index HIGH-byte = 5F)
Subindex = 1
If a parameter is addressed, that does not have a subindex, then 0 must be entered here.