proficy

How do I query raw data from a Proficy Historian?

亡梦爱人 提交于 2019-12-03 16:34:01
问题 How can I retrieve raw time-series data from a Proficy Historian/iHistorian? Ideally, I would ask for data for a particular tag between two dates. 回答1: There are several different sampling modes you can experiment with. Raw Interpolated Lab Trend Calculated These modes are available using all of the following APIs. User API (ihuapi.dll) SDK (ihsdk.dll) OLEDB (iholedb.dll) Client Acess API (Proficy.Historian.ClientAccess.API) Of these the trend sampling mode is probably what you want since it

How do I query raw data from a Proficy Historian?

断了今生、忘了曾经 提交于 2019-12-03 05:41:11
How can I retrieve raw time-series data from a Proficy Historian/iHistorian? Ideally, I would ask for data for a particular tag between two dates. There are several different sampling modes you can experiment with. Raw Interpolated Lab Trend Calculated These modes are available using all of the following APIs. User API (ihuapi.dll) SDK (ihsdk.dll) OLEDB (iholedb.dll) Client Acess API (Proficy.Historian.ClientAccess.API) Of these the trend sampling mode is probably what you want since it is specifically designed for charting/trending. Though, lab and interpolated may be useful as well. Read the