dislpay "plc has fault"

boubb

Guest
B
hi

Happy new year to all,

The PLC is GE Fanuc 9030( logic master )
the control panel is from Total control.

1_ How to display when a (PLC or I/O) has fault in HMI
(using quick designer )?

2_ can we display the number of faults also ?

thanks

excuse me for my english
 
There are several system bits (%S) that indicate fault conditions. Your HMI can monitor them. For example, %SC0009 is set whenever there is a fault, %SC0010 is set when the fault is in the PLC fault table, and %SC0011 is set when the fault is in the I/O fault table.

In ladder logic, you can include a Service Request #15 to read the most recent fault table entry. That will fill an array of data registers with fault data which can be displayed on the HMI.
 

Similar Topics

Is there a way to display jpg files in displays in Rsview. What I what to do is call them up from a touch animation? Thanks for any suggestions.
Replies
6
Views
1,570
I'm trying to integrate a Beckhoff IPC with a Controllogix PLC. There is some documentation, on the Beckhoff website, on how to do a PLC-PLC comms...
Replies
0
Views
21
kindly need to understand why can't upload the plc
Replies
2
Views
52
Hello all, I have a one problem. I would like to upgrade Mitsubishi PLC Q02 to Q03UDVCPU. I have Q02 program and I change to PLC type and try to...
Replies
3
Views
55
The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
9
Views
256
Back
Top Bottom