FTV ME Multistate Indicator Addressing

Buggy

Member
Join Date
Nov 2012
Location
Baden, Ontario
Posts
1
Hello. Beginner Programmer here.... thanks in advance for the answers. I am replacing a Panelmate with a Panelview Plus. I am trying to keep the screens the same for simplicity. In Panelmate you are able to assign diffent addresses to different states of a Multistate Indicator, where in FTV ME I only see option to assign one Tag, or use an expression. Do I have to create logic in my PLC for an integer file to produce the State # and use that Tag as the Multistate Indicator Tag? Or is it simpler to use the 5 different Tags in an expression to get my State #? And if so what would be an example please.

Thanks
 
Last edited:
you can do either - but it is easier to use int file as you can change state and add states quickly
 
The Expression method.

If {Tag1} Then 1 else
If {Tag2} Then 2 else 0

If Multiple expressions are true then then the top expression will be displayed. So you have to set your priority for display. You can Assign 0 or leave it blank to make message disappear.
 

Similar Topics

Hello all, I am rebuilding an app formerly in WonderWare to FactoryTalk View. In the WW app, there was a color animation based on an analog...
Replies
3
Views
1,925
Hi Guys! What are the possible causes of Multistate Indicators displaying 'error' messages when test-running application in Factory Talk View ME
Replies
3
Views
1,930
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
127
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
96
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
131
Back
Top Bottom