Hello Gang,
I am trying to check some data that I have in PI. I need to ccompare a tags timestamp and value in pi to the ones I have in a text file. I just need a way to get the exact value and timestamp from PI using VB. Right now my code looks like this:
piValue = server.PIPoints(tagName).Data.ArcValue(timeStamp, PISDK.RetrievalTypeConstants.rtAuto, Nothing)
There's no retrieval type constant for getting the exact time like there is in datalink. Is there another function I should be using?