Detailed description
2.12 Block descriptions
Power Line Basic PLC Program (P3)
2-178 Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
Timing diagram
5HDG\
6WDUW
(UURU !
(1) Activation of function
(2) Positive acknowledgment: Tool management has been transferred
(3) Reset function activation after receipt of acknowledgment
(4) Signal change by means of FB
(5) This signal chart is not permissible. The job must generally be terminated since the new tool
positions must be forwarded to the tool management in the NCK.
(6) Negative acknowledgment: Error has occurred, error code in the output parameter "Error".
Call example
CALL FC 7 ( //Tool management transfer of block for revolver
Start := m 20.5, //Start := "1 " => transfer trigger
ChgdRevNo := DB61.DBB 1,
Ready := m 20.6,
Error := DB61.DBW 12);
u m 20.6; //Poll ready
r m 20.5; //Reset start
spb m001; //Jumps, if everything OK
l db61.dbw 12; //Error information
ow w#16#0; //Evaluate error
JC error; //Jumps to troubleshooting, if <> 0
m001: //Start of another program
error:
r m 20.5; //Reset start, if an error has occurred