Detailed Description
2.12 Block descriptions
PLC Basic Program Solution Line (P3 sl)
2-124 Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
PI service: TMPCIT
Set increment value for workpiece counter
Function:
Incrementing the workpiece counter of the spindle tool
Parameterization:
Signal Type Value range Meaning
PIService ANY PI.TMPCIT Set increment value for workpiece counter
Unit INT 1 to 10 TOA
WVar1 WORD 0 ... Maximum Spindle number; corresponds to the type index in the
location data with spindle location type of the buffer
magazine in channel.000 = main spindle
WVar2 WORD 0 ... Maximum Increment value; indicates the number of spindle
revolutions after which the workpiece counter is
incremented
PI service: TMRASS
Reset active status
Function:
Resetting the active status on worn tools.
This PI service is used to search for all tools with the tool status active and disabled. The
active status is then canceled for these tools. Potentially appropriate times for this PI service
are the negative edge of VDI signal "tool disable ineffective", an end of program, or a
channel reset. This PI service is intended mainly for the PLC, since it knows when the
disabled tool is finally no longer to be used.
Parameterization:
Signal Type Value range Meaning
PIService ANY PI. TMRASS Reset active status
Unit INT 1 to 10 TO area
PI service: TRESMO
Reset monitoring values
This PI service resets the monitoring values of the designated edges of the designated tools
to their setpoint (initial) values.
This only relates to tools with active monitoring.
Compare this with the RESETMON NC command.