Visibility expression error in FT View ME

Join Date
May 2011
Location
South Carolina
Posts
87
Good afternoon everyone,

I am trying to do a visibility expression in FT View ME and I am getting an error but I don't see the problem. I have used visibility animation many times but never had a need to have two requirements. Can someone tell me what I am doing wrong? See attached screenshot.

Expression_Editor.jpg
 
Add parenthesis to each side of the AND expression. For example...

(Tag1 > Tag2) AND (Tag2 < Tag3)

OG
This is what you need. If in doubt, add more parenthesis. Basically, your AND instruction is probably trying to perform a logical AND with the zero immediately to its right, and that of course doesn't work.
 
This is what you need. If in doubt, add more parenthesis. Basically, your AND instruction is probably trying to perform a logical AND with the zero immediately to its right, and that of course doesn't work.


And guess what the first hit is that The Google returns for "factory talk view visibility expression?" This: http://www.plctalk.net/qanda/showthread.php?t=99660
 

Similar Topics

I have 3 groups of users under security settings. i want a button to be visible when group1 or group3 logged in, and invisible when group2 is...
Replies
5
Views
1,281
Dabbling with some expressions in my OIT program FTV ME 9, not something I am that experienced with. Managed an If,then, else that works well for...
Replies
6
Views
1,813
I am trying to hide a button unless 2 possible users are logged in AND a DINT in my processor is == 0. I can't seem to work out the syntax with...
Replies
0
Views
1,369
Hi, I wanted to ask is there a way to have a visibility expression use the IP address of the HMI (Dynics, not PV) to show certain elements? The...
Replies
3
Views
222
Hello, hope yall are doing well. I have a HMI program where I need to add a "GoToDisplay" button, so when this button is pressed, it goes to a...
Replies
5
Views
905
Back
Top Bottom