Rank: Newbie Groups: Member
Joined: 1/15/2010 Posts: 5 Location: us
|
I want to get a tag description given the tag name and print it to a txt box on the process book display. Any help would be greatly appreciated.
|
Rank: Administration
 Groups: Administration
Joined: 6/20/2008 Posts: 458 Location: Cheshire, United Kingdom.
|
Hello, Something like the following should work for you... Code: Dim PITag As PISDK.PIPoint Set PITag = PIServer.PIPoints("SINUSOID")
myTextBox.Text = PITag.PointAttributes("descriptor").Value
Cheers. OSIsoft PI System SpecialistsPI consultancy on PI Systems, PISDK, AFSDK, OLEDB etc and PI custom developments. Well pretty much anything to do with PI!
|