Detailed description
2.12 Block descriptions
Power Line Basic PLC Program (P3)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
2-163
Error identifiers
State Meaning
5 Fixed end stop will not be reached -> axis reset was initiated
6 Traversing inhibit/approach too slow -> fixed end stop cannot be reached. TV
FXSreached monitoring timeout
7 Brake is not holding at all (end position is reached)/approach velocity too high
8 Brake opens during the holding period
9 Error in brake test deselection
10 Internal error
11 "PLC monitoring axis" signal not activated by the user program
Note
The block must be called by the user program. The user must provide an instance DB with
any number for this purpose. The call is multi-instance-capable.
Example of FB11 call:
UN M 111.1; //Request to close brake, Z axis of FB
= Q 85.0; //Brake control, Z axis
OPEN "Axis3"; //Brake test, Z axis
O I 73.0; //Brake test trigger, Z axis
O M 110.7; //Brake test running
FP M 110.0;
UN M 111.4; //Error has occurred
S M 110.7; //Brake test running
S M 110.6; //Next step
S DBX 8.4; //Request neutral axis
V DBX 68.6; //Checkback signal, axis is neutral
V M 110.6;
FP M 110.1
R M 110.6
S M 110.5; //Next step
R DBX 8.4;
S DBX 28.7; //Request PLC-monitored axis
V DBX 63.1; //Checkback signal, axis monitored by PLC
V M 110.5;
FP M 110.2;
R M 110.5;
S M 111.0; //Start brake test for FB