FT View permissives

Burch

Member
Join Date
Jun 2014
Location
Michigan
Posts
54
Hello,

I've been a ton of great information from this site the last week or so, thanks to all!

I have another question. I have a application where we would like an input from a valve position switch to prevent an operator from entering data (set points) in the PanelView HMI. Using a CompactLogix PLC.

Is this possible? If so, how can it be done?

Thanks in advance,

Burch
 
Sure its possible.

Step by step approach

1. What needs to be controlled? (Entry of setpoint data)
2. How can we control it? (Example use visibility animation)
3. What controls it? (Valve Position)

Depending on what kind of valve you have either a fail open or fail close, lets take a fail open for simplicity, which means that the valve by default when its not energized is in the closed position.

So now say when the valve is in the closed position you don't want the user to enter setpoint data.

So on a rung lets say the NC contact when true represents closed, then we would turn on an output called visibility for setpoint data, which means when that output is true we want the numeric entry setpoint to be invisible

Hope this helps
 
Use the limit switches to simply make the setpoint controls invisible perhaps? Right click on the control, select animation, visibility, and assign a control tag.
 
Thanks!

I had a warning message being displayed, so I will just add a bit to that logic and use to make the entry invisible.

Burch
 

Similar Topics

Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
129
Hello all, I was modifying an HMI in factory talk and went to change a go to display button using the ... to select from a list as I had done...
Replies
4
Views
165
Hello, We recently upgraded our control server to a newer model. After the transition we are experiencing issues with our trend graphs to where...
Replies
2
Views
120
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
79
I have a German programed ME program. I want to know what tag in the PLC a latched button turns on. However when I open up the tag properties I...
Replies
14
Views
201
Back
Top Bottom