FactoryTalk 7.0 ME Embed HMI Tag in a PLC Tag

blynn311

Member
Join Date
Feb 2015
Location
Kansas
Posts
2
I have 2000 recipes I need to display on a PanelView.
To accomplish this I would like to use an index navigate through the recipes.

The recipe structure in the PLC is as follows:
Recipes[0].PartNum
Recipes[1].PartNum
Recipes[2].PartNum
and my code for a string display...
/*S:0 {[Med Paint]Recipes[0].PartNum}*/

I have an HMI tag called Index

Ideally I want to put the Index into that string code
/*S:0 {[Med Paint]Recipes[Index].PartNum}*/

Is there syntax to point to the value of Index like #Index# or something? Can you embed within a tagname? Or should I try and create a global object with parameter files.

Thanks in advance.
 
Last edited:

Similar Topics

Hello, I was looking to store some values from our FactoryTalk Application using Datalog to a MariaDB. I see there is quite a bit of documentation...
Replies
1
Views
37
Hi Folks, who know why after start FactoryTalk activation manager V4.03, click "Get New Activations", it displays Is not I appreciate with any...
Replies
0
Views
45
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
2
Views
79
I need to use a TreeView in my FactoryTalk SE project and i found it under "ActiveX Object" > "Microsoft TreeView Control 6.0 (SP4)". Everything...
Replies
0
Views
29
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
166
Back
Top Bottom