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

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
105
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
72
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
231
Hello all, I have been tasked with flashing our processors to the newest version of Studio 5000, and have downloaded the DMK file for the...
Replies
4
Views
176
Hi First post here! I admit I am not too used to handle interrupt OBs in Siemens. I have a customer who has been buying a standardized solution...
Replies
4
Views
219
Back
Top Bottom