WW adding popup condition for window

remullis

Member
Join Date
Oct 2012
Location
Georgia
Posts
179
I have created a window "Popup", and I would like to show this window when I reach a certain analog value. The tag is created in WW so I would be monitoring that one. The WW tag is SD11FOM_OP (f18:15).

Should I do this in quick function?

I started off with this script but I am not sure I have the syntax correct and I am not sure where I should create this, within the window, quick function or as a condition.

Show "11 OP ALARM";
SD11FOM_OP = >5;



I understand indirect tags would be the way to go but I would like to prove this one out and then I will be adding several popups
 
Last edited:
I put this condition in but I am getting an error for another operand?

In " Condition": SD11FOP_OP ==<5 (On true if less than 5)

In the large window script: Show "11 OP ALARM";
 

Similar Topics

Hi Everyone, Currently we have three plants running with Controllogix PLCs (L72, L73, L74). In each of these plants we have 2 FTView SE...
Replies
0
Views
36
Hello, Im building project with 1756-L82ES controller and 1756-IB16S card but i cant find it when trying to add the card to IO configuration...
Replies
3
Views
119
Hello, I have a pair of redundant 1756-L71 controllers rev 24. These controllers currently have produced and consumed tag interfaces to 3 other...
Replies
2
Views
152
I'm adding an IAI Gateway with 2 axes connected to it. To an ethernet network on my PLC. So, I think the math is correct on the Input and Output...
Replies
0
Views
133
Hi Folks. I am gearing up to add a 2nd identical HMI to a project. This 2nd HMI will basically be an exact clone of the 1st one. The equipment...
Replies
3
Views
255
Back
Top Bottom