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

Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
105
Hi. I need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
73
Hello all, I'm having trouble opening an application. After clicking open I'm prompted to login and after putting in username & password it...
Replies
0
Views
88
Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
78
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
5
Views
264
Back
Top Bottom