|
PIBufferInputAdapterReadBuffer Method
|
Commnad that reads the PI Buffer for the specified time range and tags.
Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.260-beta
Syntaxfunction ReadBuffer(start, end, tags, interpolationInterval);
View SourceParameters
- start DateTime
- The start Time of the requested data.
- end DateTime
- The end time for the data requested.
- tags String
- The list of PI Tags of the data requested separated by ;.
- interpolationInterval Int32
-
Return Value
StringA string representing the read buffer data as comma-separated values in form tag:data1,time1;data2,time2 \newLine
See Also