FTV ME Screens for Multiple Identical Machines on one PLC

Geoff White

Member
Join Date
Oct 2005
Location
Brisbane
Posts
461
I am building a system that has three identical machines running in a single Logix PLC as separate programs: Cell1, Cell2, Cell3

There are going to be three screens that are used to run the machines.
The obvious way to do it is to build a screen for Cell1 and then clone it and replace instances of cell1 with cellx. However this is somewhat time consuming after each update.

I know you can pass the program name as a parameter when a screen is opened so I can add a parameter file for each screen specifying the cell number to use in the tags.

Is there a way to specify a global parameter that can be substituted to every screen so I only have to alter one parameter to change a screen from one cell to another after cloning?
 
I am building a system that has three identical machines running in a single Logix PLC as separate programs: Cell1, Cell2, Cell3

There are going to be three screens that are used to run the machines.
The obvious way to do it is to build a screen for Cell1 and then clone it and replace instances of cell1 with cellx. However this is somewhat time consuming after each update.

I know you can pass the program name as a parameter when a screen is opened so I can add a parameter file for each screen specifying the cell number to use in the tags.

Is there a way to specify a global parameter that can be substituted to every screen so I only have to alter one parameter to change a screen from one cell to another after cloning?

How many tags do you have on each screen?

Depending on how you do your tagging, CTRL-R does a tag substitution on what you have selected.



From the Manual...

(Rockwell Automation Publication VIEWME-UM004Q-EN-E - March 2022)

Use these global connections to replace tag placeholders in displays that use
parameters when they open:
• Parameter file — identifies the parameter file for the display being
opened remotely.
• Use Parameter List — notifies the application that a parameter list is
to be used to provide the parameters to the display being opened
remotely.
• Parameter Tag #1-10 — the tag values assigned to these global
connections will replace the tag placeholders on the display being
opened remotely

Chapter 25, pages 401-415
 

Similar Topics

Hi Guys I have seen on you tube an AB video showing FTV SE sending different HMI Pages to different monitors. We are considering installing some...
Replies
8
Views
3,887
Is it possible to copy individual screens from one project to another in Factory Talk View Machine Edition. I have FTV ME 8.1 and would like to...
Replies
7
Views
3,768
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
84
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
79
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
109
Back
Top Bottom