Please help me out.

BoSChoW

Member
Join Date
Apr 2006
Location
Nova Gorica
Posts
107
Hello,
I dont know but my PLC is always is STOP mode even when i switch it to RUN mode. Something is wrong and i dont know what. . .
Thank for helping.
 
A few generic reasons why a PLC of any brand will not go into RUN.

1. Corrupted or non-existent program. Could be from electrical noise or loss of backup battery.

2. Hardware failure. Could be the CPU, the power supply or an I/O module.

3. Fatal error in the program. You have to clear the error before being able to restart. In some PLCs, division by zero can be fatal.
 
OK then , open up the processor online and look in the diagnostic buffer - post what you find .It would never have crossed my mind to have mentioned what processor/platform it was in the first place ?!?!
 
Thanks for the tip, i used module information and i found out that was something wrong with the memmory "STOP caused by CPU memmory management", i checked Help on event. According to the help i had to restart the CPU memmory ... so i used CPU->Diagnostics/Setting->Clear/Reset. Now is working. Again thanks man.
 
Just a note on this,
Siemens S7 uses some special OB blocks to handle most errors. These are in the range from OB80 and onwards. If an error occurs, the correct block will be called and the program in it run. If the block is missing, the CPU will enter STOP mode. If the block is empty, the PLC will effectively ignore the error and continue running. I reccomend that you program some error trapping code into these blocks that will alert you to your errors without stopping the PLC.
 

Similar Topics

please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
12
Views
409
HOW to communicate with OPTIX and Mitsubishi's Q Series PLC?? PLEASE HELP ME
Replies
0
Views
81
Hello, I am trying to get a Yokogawa Hart pressure Transmitter and a Rosemount Temp Transmitter to read on a 1769-IF4 module on an L33ERM...
Replies
10
Views
397
Please help me, I have solve many week but still not solve it. I found trouble of factory talk studio when I set tag by browse address of OPC...
Replies
0
Views
130
Hello Everyone, i Have im my Industry a Endress & Hauser Promag400 this has a screen that constantly have that error, it says to wait, somebody...
Replies
2
Views
502
Back
Top Bottom