我在 c#.net 中使用 IHUAPI.dll 从 Proficy Historian 数据库中获取记录。它只给了我 100,000 条记录。
以下是我正在使用的功能:
result= IHUAPI.ihuRetrieveSampledData(handle, tags, start, end,ihuSamplingMode.Trend,0, (uint)interval, out tagValues, out resultError);
我不明白这是 API 的限制还是缺少某些东西,我也没有找到任何与此相关的文档。
任何人都经历过这个..!!
提前致谢。