FTV SE 9 Non Networked

asterof

Member
Join Date
May 2007
Location
Califonia
Posts
554
Have a button, an FTV native button
Need to change the caption of that button
based on a analog tag value
For the life of me I can find no reference
on how to do that. I can change it based on
an event like a click , but not a tag value
Am I missing something
Thanks
 
use a expression referencing to the integer value you want the caption to change to.
 
Last edited:
?

so you saying if I open the button and then create an expression,

If Analog_In(TAG) = 1 Then
Button.Caption = "xxxxx"
Else
Button.Caption = "yyyyy"
End If

?????????????
 
using a multi-state button:
if(your tag)==(what ever number you want) then 1 else 0

the 1 makes it true
 

Similar Topics

Hello everyone, I am currently working on a project that uses a Rockwell L33ER controller and the FTV Studio V13 as Supervisory computer...
Replies
0
Views
128
Hello everyone, I am working in a platform and we installed FTV CLIENT SE V 12 IN ALL THE CLIENTS COMPUTERS, we have 6 clients and only 1 is not...
Replies
0
Views
100
Hi all, I'm having difficulties trying to connect FactoryTalk View SE Local Station (V13.00) to MS SQL Server Express. I state that they are...
Replies
2
Views
133
Hi to all, Does TIA portal support creating reusable pop-up display as FTV has it implemented? Something like on link below. Thanks in advance.
Replies
5
Views
531
Hi all, I have a question about the communication from the FTV and the PLC for different machine I use. Most of these use a SLC5/04 PLC and...
Replies
0
Views
294
Back
Top Bottom