FactoryTalk View SE Global Object Visibility Based on Parameter

Mere

Member
Join Date
Aug 2018
Location
Lake Benton,MN
Posts
15
I am using a Global Object Touch animation to open up a popup window.
Can you use one of the Parameters you pass though to adjust the visibility on the popup window?

This is my Touch animation.
Display Popup_Auto_Manual /T #1,#2,#3

On the Popup window I am trying to set a visibility based on the #2 parameter. Which I set as 0 or 1.

I have tried many variations of IF #2==0 THEN 1 ELSE 0 and haven't gotten it to work. I always get Expression contains a tag that has error value.: IF #2==0 THEN 1 ELSE 0

I can have #2 show on the screen and it is showing as the correct number.

Right now I am setting a PLC tag to #2 with the touch animation but that limits one type of popup window at a time. If you have a 0 up then try to open a 1 it breaks the 0 window.

This is due to a limited number of displays I have available to use.
 

Similar Topics

I’m trying to use two string parameters as a title. I have a caption like: /*LS:0 {#100#101}*/ If #100 = Cat and #101 = Dog I get “#100Dog” Not...
Replies
0
Views
2,214
V 10.00.01 Patch 9 Is there a good way to get the child Global Objects to update? It seems whenever I make a change like moving an object (text...
Replies
11
Views
9,861
V 10.00.01 Patch 6 Is there a good way to hide unused values or objects inside a Global object? I have a number of pumps and rather than creating...
Replies
12
Views
6,183
V 10.00.01 Patch 6 Having a bit of a tiff with View SE. Ideally there would be a memory tag or parameters file with a color value that could be...
Replies
0
Views
3,194
Can anyone tell me what happens to the tags I enter in Global Connections under "Display" for "Replace Display Number" and "Remote Display...
Replies
3
Views
2,091
Back
Top Bottom