C# Класс XDAFunctions, openXDA

openXDA SQL functions used to query trending data from openHistorian.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetTrendingData_FillRow ( object source, SqlInt32 &channelID, SqlInt32 &seriesID, DateTime &time, SqlSingle &value ) : void

Used to fill table columns with enumerable data returned from GetTrendingData.

Приватные методы

Метод Описание
GetTrendingData ( SqlString historianServer, SqlString instanceName, DateTime startTime, DateTime stopTime, [ MaxSize = -1)]SqlStringchannelIDs, SqlInt32 seriesCount ) : IEnumerable

Описание методов

GetTrendingData_FillRow() публичный статический Метод

Used to fill table columns with enumerable data returned from GetTrendingData.
public static GetTrendingData_FillRow ( object source, SqlInt32 &channelID, SqlInt32 &seriesID, DateTime &time, SqlSingle &value ) : void
source object Source data, i.e., a SeriesMeasurement.
channelID System.Data.SqlTypes.SqlInt32 SeriesMeasurement Channel ID
seriesID System.Data.SqlTypes.SqlInt32 SeriesMeasurement Series ID
time DateTime SeriesMeasurement Timestamp
value System.Data.SqlTypes.SqlSingle SeriesMeasurement value
Результат void