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
kindly need to understand why can't upload the plc
Replies
2
Views
35
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
1
Views
28
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
241
the conveyor can stop because of a safety sensor or safety switch. And also it can stop because of an object jam detector sensor. If the conveyor...
Replies
5
Views
195
Back
Top Bottom