Faulted 1200 Micrologix

jlacomis

Member
Join Date
Mar 2008
Location
WB
Posts
2
HI,
I'm trying to figure out why a 1200 Micrologix keeps faulting. S:1/13 = 1 and major error S6=20H. I just inherited this machine and have no documentation. I see in notes left behind that processor has faulted in the past and they noted weight overscale. The bulk of the work this 1200 is doing consists of weighing product. 4 Load cells into 4-20 signal conditioners into AI on the 1200. I see N7:0 and N7:1 at 32767 but S5/0=0 after the fault. This is my first 1200. I usually use 1000's for smaller projects but I admit that the programming in this more complicated than I'm used to.
 
Can you post the program?

It sounds like a math overflow fault although I don't know why S:5/0 shows 0. For PLC5s, SLCs, and Micros I always have a unlatch S:5/0 as the very last instruction in the scan, placed after last JSR of LAD2. This prevents processor from faulting when a math overflow occurs, typically caused by a divide by 0.

This obviously doesn't resolve the problem that is causing the math overflow but, at least the processor won't fault and the rest of the program can continue on.
 
Here is the file. The errors had been cleared at this point. This is a machine that has been recently moved and the riggers never secured the load cells during the move. My first thought is that the load cells are out of calibration forcing a math error in the PLC. I've been doing a lot of reading and have a few things to try on Monday to narrow it down in the program. Biggest pain is that I constantly am losing comms to the processor which is making everything take forever.
 
What are the values of the other bits in s:5? Bits 0 through 7 can all indicate a problem. One example is S:5/2 which indicates a control word fault (R6) from some instruction that uses it. In your case, possibly the FLL instruction. You would then look at the error value of R6:0 after the fault.
 

Similar Topics

Hi I have hms-en2mb-r module . When i configure and go online the module is faulted with error code 16#0009 and addition code 16#0001. Is there...
Replies
2
Views
723
Studio 5000 version 34. Have error on PIDE CVFaulted (Status1.2), Control variable (CV) health bad. No more information online or in...
Replies
3
Views
964
Hello, I am trying to do a very simple task (just checking to confirm that all channels work) with a 1756-OF8. However, when I add the module in...
Replies
4
Views
1,225
Hi Guys, I just wanted to ask regarding to an error that we got troubleshooting the PLC system. Everything is working well then we tried to add a...
Replies
15
Views
5,346
Hi Guys, I just wanted to ask regarding to an error that we got troubleshooting the PLC system. Everything is working well then we tried to add a...
Replies
0
Views
1,003
Back
Top Bottom