Detailed description
2.3 Type -specific output behavior
Basic logic functions: Auxiliary Function Output to PLC (H2)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
35
Example
Output of auxiliary functions with different output behaviors in a part program block with
traverse movement.
Parameterized output behavior
• T function: Output before the motion
MD22220 $MC_AUXFU_T_SYNC_TYPE = 0 (Output time of the T functions)
• M function: Output during the motion
MD22220 $MC_AUXFU_M_SYNC_TYPE = 1 (Output time of the M functions)
• H function: Output at the end of the block
MD22230 $MC_AUXFU_H_SYNC_TYPE = 2 (Output time of the H functions)
Parts program block
N10 G01 X100 M07 H5 T5
Time sequence for auxiliary function output
!6WDUW1
W
;
7
0
+
Figure 2-4 Example of auxiliary function output