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

We are having issues with our viewpoint server randomly crashing and only loading the error page if anything at all. It lives on 3 servers all of...
Replies
0
Views
10
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
107
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
74
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
80
Back
Top Bottom