Detailed Description
2.12 Block descriptions
PLC Basic Program Solution Line (P3 sl)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
2-183
Signal Type Type Value range Remarks
TimerNo I Int 10.. Timer for programming the wait
time
Y Q Bool Energizing of star contactor
Delta Q Bool Energizing of delta contactor
Ref I/O Word Instance for status information
Internal use
Call example
CALL FC 17 (
YDelta := I 45.7, //Star delta
SpindleIFNo := 4,
TimeVal := S5T#150ms,
TimerNo := 10, //Timer 10
Y := Q 52.3, //Star contactor
Delta := Q 52.4, //Delta contactor
Ref := mw 50); //Instance
2.12.21 FC 18: SpinCtrl spindle control
Description of functions
FC SpinCtrl can be used to control spindles and axes from the PLC.
References:
/FB1/ Description of Functions, Basic Machine; Spindles (S1)
/FB2/ Description of Functions, Expansion Functions; Positioning Axes (P2)
/FB/ Description of Functions, Expansion Functions; Indexing Axes (T1)
This block supports the following functions:
• Position spindle
• Rotate spindle
• Oscillate spindle
• Indexing axes
• Positioning axes
Each function is activated by the positive edge of the appropriate initiation signal (start, stop).
This signal must remain in the logic "1" state until the function has been acknowledged
positively or negatively by InPos="1" or Error = "1". The output parameters are deleted when
the relevant trigger signal is reset and the function terminated.