FactoryTalk View SE VBA Tag Group Question

JGWoods

Member
Join Date
Mar 2012
Location
Sudbury, Ontario
Posts
2
Hi. So this is my first project with FT View SE coming from the WW world and it has been more than a little frustrating. Programming is not an issue with me although I may be a bit rusty as I have not done it in some time. I tried to find answers to my questions and did find a lot of them here and in RA's KB but some I have not been able to find or sort out.

The HMI has a requirement to do significant lookups on data that is stored in the PLC. There are product profiles of some significant size including strings, ints, and bools. There could be up to 60 registers storing these and I need to consistently refer to them on several displays throughout the HMI. So I am consistently searching them, reading them, updating the tags, and so.

I have a "header" display always loaded so I have been trying to populate tags groups in the header's display load. I have figured out how to call public subs from this header display but I cannot seem to do the same with the tag groups. Is there no way to create "application level" tag groups to be used across displays so only one is in memory versus making one on each display? I keep thinking I am missing something really simple but I just can't seem to get it to work.

Sorry for all the typing....
 

Similar Topics

I'm creating an HMI that has a recipe with 288 data point. It has 3 pieces of data for 96 segments. I need help with VBA code to copy all 288...
Replies
0
Views
140
Hi, Can someone guide me through how to use FactoryTalk SE VB script to open communication with SQL Server? which command I can use? Are there...
Replies
2
Views
2,291
Hello group, I have been migrating a project from RSView 32 V7.6 to FactoryTalk View SE Local Station V12 over the last couple of days. All told...
Replies
0
Views
998
For trend charts, I can use an ActiveX Calendar control to select a date on a trend using the following code where "Trend" is the name of the...
Replies
2
Views
1,581
Anyone know how to change the mouse icon to something else using VBA? It looks like it can be done with VBA forms and based on the object the...
Replies
0
Views
2,215
Back
Top Bottom