Axis designation (P-CHAN-00006)
Here, a string is permitted. With this variable the axis designations of axes belonging to a specific group are preset to the Interpolator. The corresponding axis number is preset using the parameter "log_achs_nr".
| |
The axis designations must begin with the letters A, B, C, U, V, W, X, Y, Z or Q. Subsequently, all the letters and digits are possible. The axis designations must be distinct. |
Variable name | Type | Index | Dimension |
bezeichnung | ACHS_NAME | String | ---- |
Variable name | Type | Index | Dimension |
zeichen[m] | SGN08 | m = 0 ... [ACHS_NAME_LAENGE - 1] | ---- |
Value ACHS_NAME_LAENGE | Significance |
---|---|
application-dependent | Maximum length of axis designation |
EXAMPLE: An axis group with 3 axes are to be configured. The first axis is to be addressed with "X_ACHSE1" in the NC-program. The second axis is addressed with "A", the third axis is addressed with "W1".
Extract from channel parameters list:
# Designation of the axes
gruppe[0].achse[0].bezeichnung X_ACHSE1
gruppe[0].achse[1].bezeichnung A
gruppe[0].achse[2].bezeichnung W1