How to use a wildcard variable in an expression.

ldrewes

Member
Join Date
Apr 2008
Location
Ohio
Posts
43
I am working on a visibility animation that I can't figure out how to get right.
I want to compare two different string tags, one of them has a specific string value that is needed and the other can be anything but blank. How do i tell the expression to agree with any alphanumeric characters?

Thanks in advance for any help!!

BTW, I'm using Factory Talk View SE
 
Is it easier to do a comparison within the PLC?

Use a not equal instruction to compare a blank string to your reference string, if the result is true, then display your animation....
 
Is it easier to do a comparison within the PLC?

Use a not equal instruction to compare a blank string to your reference string, if the result is true, then display your animation....

Thanks for the suggestion! I ended up using the "NOT" instruction and it worked great.
Thanks for the input!
 

Similar Topics

The initial problem here is that I do not know the correct terminology for this to be able to properly search for the answer that I'm sure is...
Replies
3
Views
3,261
dear all.. i am designing the Sea Water Intake pump which the 4 pumps will be operated parallel, and 1 pump will be as stand by pump The pump data...
Replies
3
Views
150
I have a old lathe with a 120 VCA 9.5 AMP motor. Has white, black and red wires. I need to find a way to connect it to a variable speed controler...
Replies
0
Views
93
I am trying to display a variable within a cicode function onto a graphics page. This function queries a SQL database. I can get the value onto a...
Replies
3
Views
266
Hi all. I'm running a VBA code on my FTView which is actually working, but everytime I open the display that calls the VBA code, it throws the...
Replies
28
Views
1,771
Back
Top Bottom