Example: configuring a two-channel system with three spindles
Channel 1
Initialization in the channel parameter list (channel 1):
3 spindles. 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
Initialization in the channel parameter list (channel 2):
2 spindles. The spindle with axis number 11 (S2) is to be the main spindle.
spdl_anzahl2
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 the logical axis number 11 as the main spindle via the spindle name "S". It can be programmed in conventional DIN syntax or in spindle-specific syntax. The spindle "S1" can also be programmed from both channels in spindle-specific syntax. Spindle "S3" is only available in channel 1; this spindle is unknown in channel 2.