Detailed Description
2.3 Type-specific output behavior
Auxiliary Function Output to PLC (H2)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
2-19
Output behavior
The following output behaviors can be parameterized:
MD $MC_AUXFU_xx_SYNC_TYPE = <value>
Value Meaning
0 Output prior to motion
1 Output during motion
2 Output at block end
3 No output to the PLC
4 Output according to the predefined output specification
For a description of the various output behaviors, see Section: "Predefined auxiliary
functions" > "Parameter: Output behavior".
Note
For the output behaviors that can be set for each type of auxiliary function, please refer to
the relevant detailed machine data description.
References
/LIS/ Lists
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 movement
MD22220 $MC_AUXFU_T_SYNC_TYPE = 0
• M function: Output during the movement
MD22200 $MC_AUXFU_M_SYNC_TYPE = 1
• H function: Output at end of block
MD22230 $MC_AUXFU_H_SYNC_TYPE = 2
Part program block
N10 G01 X100 M07 H5 T5