How Do I detect Comms Fault On HMI?

Join Date
Oct 2019
Location
UK - portsmouth
Posts
28
I have Compact Logix and HMI and when there is a comms fault between the two the HMI mer cannot be shut down due to interlocks on buttons that rely on tags from the PLC.

I need to be able to detect when there is a comms fault between the HMI and PLC to change button visibility on the HMI so the mer can be shut down.

I was looking on the Rockwell Site and found some knowledge but I'm not sure how to emplement this into the FTView Syntax / Expression for button visibility.

https://rockwellautomation.custhelp.com/app/answers/answer_view/a_id/9398
https://rockwellautomation.custhelp.com/app/answers/answer_view/a_id/23092
https://rockwellautomation.custhelp.com/app/answers/answer_view/a_id/43438/loc/en_US#__highlight

I am an apprentice so any knowledge insight or ways you may have done this before would be very helpful :)
 
do you have a picture or any description of the fault?

could there be an undefined tag on one of the screens causing the fault? maybe multiple screens.

is the system on a network with others? could be that there is an ip conflict causing the error.
just throwing out things I have come across.
james
 
Add the visibility animation to your shutdown button, select the invisible radio button. For the expression use:

{[shortcut]@IsPresent}

There is a bit of a delay when the reset of of the controls on the screen show their error state and when the shutdown button appears, but this seems to work.
 
Sounds like you are just trying to mask a problem.

I would be looking at why you are having so many comms faults.

Fix that and you wouldn't need to be shutting the HMI down.

Cheers

Mark
 
On lines I worked on years back that had Quartech HMI's with PLC 5's the OEM had a N.C. pushbutton inside the cabinet next to the HMI that the power was run through.

No electricity and the HMI will shut down regardless of any tag on or off.
 

Similar Topics

Does anyone know of a way to detect if someone is online with the controller in ControlLogix (from logic) I'm thinking that maybe there is a CIP...
Replies
7
Views
384
Hi all, I am trying to find a way of detecting a motor is not isolated before attempting to run an inverter. We would normally use a 4 pole...
Replies
19
Views
3,077
Hello everybody, I have a vendor system that has some remote monitoring (read only) and remote control (read/write) data that is available via...
Replies
7
Views
2,872
Replies
1
Views
1,219
Hello.We are using S7-300 Cpu.Sometimes give an error.OB86 and OB122 blocks called.OB86 Block ; L #OB86_FLT_ID T...
Replies
7
Views
1,921
Back
Top Bottom