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

Hey everyone and anyone that can lend a helping hand. I have a project that I am being asked to add some animations of Solidworks or "3D" models...
Replies
7
Views
114
Rockwell Tech Support seemed to have hit a wall with this question. Already updated the version to 5.00.13 per their suggestio but am still...
Replies
1
Views
64
I can't seem to get the Panel View Plus 7 standard edition to downgrade to V_11, when I check the AB downloads and compatibility websites for this...
Replies
1
Views
95
Hi, I'm trying to export data from a DataGrid to Excel using VBA, but I'm getting an error "Object doesn't support this property or method". The...
Replies
0
Views
61
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
74
Back
Top Bottom