Fault Flags and FIFO?

biggles

Member
Join Date
May 2014
Location
England
Posts
4
Hi All,
Have just registered so this is my first post. I have a question relating to the best or easiest method of handling error messages arising out of Fault flags being set. I wish to address these in the order they arise.

Perhaps I should start by descibing the task in brief.
FX3UC CPU with 4 CH A-D and RS232 Comms module out to VFD 4 Line 20 CHarHMI Display.
Task = Monitor Qty 3 of 4-20mA inputs and 3 digital inputs and set alarms at different levels of inputs. To date 11 possible fault combinations exist which are stored in D22 which is used as a fault register, each bit representing a different fault.

Remote possiblity exists that two faults may appear simultaneously.Some of the faults require a reset button to be pressed after fault correction which would presumably reset a bit in the fault register. but while we are waiting for the reset to be pressed I still need to add new faults to the register as they arise. Each fault requires a message output to the HMI Display. Currently using the RS instruction to do this.

Has anyone got any suggestions please?
Many thanks
Biggles
 
I think you will need to post your exact PLC program (the part for the fault reset) before someone can help you add new faults to the register. Normally, having 2 faults occur at the same time is not a problem because they will use different bits in the fault word. If it is the same fault, then the old bit simply gets overwritten with another "1".

You can print your program logic to a PDF file and attach it to your next post.
 

Similar Topics

Kindly, we have the following configuration fault on a Kinetix 5700 axis. It only appears when we go online on the Plc. We are just starting the...
Replies
2
Views
91
Have a system that has been running for over a year and all of a sudden getting a ExcessiveVelocityFault on one of the drives when the MSO command...
Replies
2
Views
144
Hi, Experts: We have 20 + years old GE PLC series 90-30 stop running (the run led not on and battery led not on) and HMI showing that "PLC has...
Replies
7
Views
198
Power flex 527 Network based safety drive had faulty and alarm pop up SOS Code internal fault Unable to set or clear the fault manually or...
Replies
5
Views
116
Hi hoping someone can assist me with current issue I am experiencing with an ABB drive. Problem I’m experiencing is a ABB drive supply a large...
Replies
4
Views
210
Back
Top Bottom