Hi all.
Does someone know how to use this function.
void Load(int Count, ref Array Values, ref Array Times, ref Array nvAttribs);
It's defined in _PIValues interface. I've tried to define some arrays, but with no positive results
What should be types of arrays, or is there any other way to load values for point?
Next function doesn't help me ...
oVals = myPIPoint.Data.RecordedValues(startTime, endTime, PISDK.BoundaryTypeConstants.btInside, "", PISDK.FilteredViewConstants.fvShowFilteredState, null);
where: PISDK.PIValues oVals;, PISDK.PIPoint myPIPoint;,
I wanto to "oVals.Load()"
Or, is there any other way to get values(like double, string, int, etc.)
I'm working with AF SDK also, and there is everything ok. There is this function:
AFValues afValues = attribute.GetValues(afTimeRange, 0, null); and this one retrieves all of data...
Thanks in advance