S7 error

Try running without user program (no calls in OB1). If the SF led switches off you have a software problem you need to fix. If you don't understand the Siemens Diagnostic buffer messages you can test the software by adding youre program step by step. (If possible for you're application).

If you found the block with the error you can exit the block with an BEU. This helps you find the problem inside the block (by shifting the BEU. Start half way -> SF Led on then problem before BEU otherwise beyond the BEU etc....)
 
I would recommend NOT using BEU's. Create a flag called "I_Need_Fixing" (say M1.7). When you want to do exit a block early, use

A M1.7
ON M1.7
BEC

When you have finished, do a search on M1.7 and you can then remove all your testing without leaving any BEU's behind to trip you up.
Also, do not comment out code, but jump around it.
 
SimonGoldsworthy said:
I would recommend NOT using BEU's. Create a flag called "I_Need_Fixing" (say M1.7). When you want to do exit a block early, use

A M1.7
ON M1.7
BEC

When you have finished, do a search on M1.7 and you can then remove all your testing without leaving any BEU's behind to trip you up.
Also, do not comment out code, but jump around it.

I did not mean leaving them in! Only to find the problem in the first place. What you mean is a reminder bit. I also use this to know what I still have to do. Most of the time I create a local temporary indication the work still to do. Like "Conveyor empty", I know I have to make some kind of flag indication an empty conveyor.

It is my experience that errors are found very quick using this instruction.
 
Similar problem

Hi
I have an SF and a flashing BF, looking on the diagnostic buffer, I dont see any points for concern.

What is SF?
What is a flashing BF?

Darren





Werner said:
I did not mean leaving them in! Only to find the problem in the first place. What you mean is a reminder bit. I also use this to know what I still have to do. Most of the time I create a local temporary indication the work still to do. Like "Conveyor empty", I know I have to make some kind of flag indication an empty conveyor.

It is my experience that errors are found very quick using this instruction.
 
BF=Bus failure
SF=System failure

BF > profibus nodes are not connected or in error or something simulair
SF > Configuration error or rack failure or program failure or ....
 
Ok many thanks, I should have realised, I have set up 5 micromaster 420's in the HWConfig, but the PLC is not connected or addressed to them. Is the 'SF' likely to clear as well once comms established with the Profibus?

Darren
 

Similar Topics

Hi Everyone. Not posted on here for a long time, but I am hoping someone can help me. I am doing a differential pressure calculation in a L27ERM...
Replies
15
Views
246
Hello Everyone, I have a issue with communication between two different PLCs. So here is the facts, The Master PLC is Guard Logix 5069 with IP...
Replies
4
Views
89
Hi Siemens guys! I am experiencing SF fault on our S7-300 (6ES7 315-2AH14-0AB0) CPU from time to time. I've checked the diagnostic buffer and...
Replies
13
Views
174
Hello..I am new to Plc.I have Mitsubishi Melsec Fx3Ga-40MR PLC controlling a machine for packing powder.Currently the Plc has issue which power...
Replies
3
Views
143
hello, I'm a student and for my final grade I have to repare a sepro robot. the only problem I have for now is that i have an error code 3...
Replies
0
Views
37
Back
Top Bottom