Synchronisation type of the spindle S function (P-CHAN-00081)
P-CHAN-00081 | Synchronisation type of the spindle S function |
Description | This parameter defines the synchronisation type of the spindle S function. The synchronisation type is defined as a string constant or a hexadecimal value. |
Parameter | spindel[i].s_synch |
Data type | STRING |
Data range | |
Dimension | ---- |
Default value | NO_SYNCH |
Remarks | Parameterisation example: For a (position-controlled) spindle 'S1' the spindle function is executed without synchronisation. The PLC is not informed. spindel[0].bezeichnung S1 spindle[0].log_achs_no 6 spindel[0].s_synch MOS 0x00000001 spindle[0].m3_synch PLC_INFO | MVS_SVS 0x00020002 spindle[0].m4_synch PLC_INFO | MVS_SNS 0x00020004 spindle[0].m5_synch PLC_INFO | MVS_SVS 0x00020002 spindle[0].m19_synch MNS_SNS 0x00000008 Note: Programming a UNS32 variable is permissible for downward compatibility reasons. Example: spindle[0].s_synch 0x00000001 |