Example: Configuration of a 2-channel system with 3 spindles
Channel 1
Initialisation in the channel parameter list of channel 1:
3 spindles where the spindle with axis number 11 (S2) is to be the main spindle.
spdl_anzahl 3
main_spindle_ax_nr 11
main_spindle_name S
main_spindle_gear_change 0
#
spindel[0].bezeichnung S1
spindel[0].log_achs_nr 6
spindel[1].bezeichnung S2
spindel[1].log_achs_nr 11
spindel[2].bezeichnung S3
spindel[2].log_achs_nr 30
:
Channel 2
spdl_anzahl 3
main_spindle_ax_nr 11
main_spindle_name S
main_spindle_gear_change 0
#
spindel[0].bezeichnung S1
spindel[0].log_achs_nr 6
spindel[1].bezeichnung S2
spindel[1].log_achs_nr 11
spindel[2].bezeichnung S3
spindel[2].log_achs_nr 30
Initialisation in the channel parameter list of channel 2:
2 spindles where the spindle with axis number 11 (S2) is to be the main spindle.
spdl_anzahl 2
main_spindle_ax_nr 11
main_spindle_name S
main_spindle_gear_change 0
#
spindel[0].bezeichnung S1
spindel[0].log_achs_nr 6
spindel[1].bezeichnung S2
spindel[1].log_achs_nr 11
Both channels can address the spindle with logical axis number 11 as the main spindle by the spindle name "S". It can be programmed in conventional DIN syntax or in spindle-specific syntax.
Spindle "S1” can also be programmed from both channels in spindle-specific syntax.
Spindle "S3” is only available in channel 1. This spindle is not known in channel 2.