当标记值被修改或插入到 Wonderware Historian 服务器时,确定更新的表格列表

Identify list of tables which are updated, when Tag values are modified or inserted into Wonderware Historian server

我想请教以下问题:

  1. 标识表的列表,当标签值更新时 已修改或新标签已插入系统。

  2. 我应该 SQL 查询什么 运行 检索更新标签的列表,包括 它们在任何时间点的最新值、旧值、更新时间等?

请告诉我。

虽然与 SQL 服务器紧密集成,但 Wonderware Historian 实际上并不将实时标签数据存储在 SQL 服务器中。相反,所有标签数据都存储在专有文件系统中。数据通过专有的 OLE DB 提供程序在 SQL 服务器中公开为视图。 以下 pdf 将让您更好地了解 WW Historian 架构:

http://iom.invensys.com/EN/SoftwareGCC14Presentations/Wonderware/WW%20INFO-07%20Valuable%20Information%20From%20WSP%202014%20R2.pdf

以下 pdf 将提供有关 OLE-DB 提供程序支持的特性和功能的更多详细信息,其中包括查询选项、版本控制等:

https://www.logic-control.com/datasheets/1/Historian/HistorianConcepts.pdf 关于检索每个标签的最新值,您可以查询“实时”table/视图。