FactoryTalk SE

krish23sep90

Member
Join Date
Mar 2017
Location
*******
Posts
2
Hi.
i am using Factorytalk site edition. i need to read tag in VB. This is my Tag "{::[BOILER]ST35:1}".
i dont have idea about format to read in VB. kindly support me.

Thanks in Advance.
Krish
 
Last edited:
Do you mean VBA in factorytalk?

you need to create a tag group and add tags to it

Set MyGroup = Application.CreateTagGroup(Me.AreaName, 500)

MyGroup.Add "{[BOILER]ST35:1}"
MyGroup.Active = True

to access value = MyGroup.Item("{[BOILER]ST35:1}").Value

if you to go View Object Browser in VBA it shows you all of the objects and their properties, events and methods
 

Similar Topics

I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
2
Views
80
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
37
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
88
We are a water/wastewater plant, collecting realtime and manually entered data. We have been using FactoryTalk Historian (OSI PI) for real time...
Replies
3
Views
133
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
71
Back
Top Bottom