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 everyone I have the next issue with FactoryTalk Linx, when i configure the Ethernet driver and try to find the IP Address of the PLC Device...
Replies
0
Views
21
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
31
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
108
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
90
Back
Top Bottom