login about faq

Every time the CompactLogix processor I'm working with loses power and comes back, the processor has a major fault (type 01, code 01). The fault description is "Power lost and restored in RUN mode". How can I disable this fault? The processor should just return to run mode.

asked Mar 07 '10 at 20:18

Scott%20Whitlock's gravatar image

Scott Whitlock ♦♦
635115


It turns out that the controller program had a power-up event handler created for it. If you have a power-up event handler, you need to have that handler automatically reset the power-up fault. In my case, the event handler wasn't doing anything, so I just removed it. (Note that I had to go into the controller properties to do this - you couldn't do it by hitting the delete button on the program itself, which was a bit confusing.)

link

answered Mar 07 '10 at 20:20

Scott%20Whitlock's gravatar image

Scott Whitlock ♦♦
635115

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26
×14
×4
×3

Asked: Mar 07 '10 at 20:18

Seen: 1,671 times

Last updated: Mar 07 '10 at 20:20