简体   繁体   English

确定修改标签值或将其插入Wonderware Historian服务器时要更新的表的列表

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

I would like to ask the following: 我想问以下问题:

  1. Identify the list of tables, which are updated when tag values are modified or new tag is inserted into the system. 标识表列表,这些表在修改标签值或将新标签插入系统后会更新。

  2. What SQL query should I run to retrieve the list of updated tags including their latest value, old value, updated time etc at any point in time? 我应该运行哪个SQL查询来检索更新标签的列表,包括它们在任何时间点的最新值,旧值,更新时间等?

Please let me know about it. 请让我知道。

While tightly integrated with SQL Server, Wonderware Historian does not actually store the real-time tag data in SQL Server. 尽管与SQL Server紧密集成,但Wonderware Historian实际上并未在SQL Server中存储实时标记数据。 Instead all tag data is stored in a proprietary file system. 相反,所有标签数据都存储在专有文件系统中。 The data is expose within SQL Server as views via a proprietary OLE DB provider. 数据通过专有的OLE DB提供程序在SQL Server中作为视图公开。 The following pdf will give a better understanding of the WW Historian architecture: 以下pdf文件将使您更好地了解WW Historian架构:

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

The following pdf will provide more detail as to what features and functions that is supported by the OLE-DB provider, this includes query options, versioning etc.: 以下pdf文件将提供有关OLE-DB提供程序支持哪些功能的更多详细信息,其中包括查询选项,版本控制等:

https://www.logic-control.com/datasheets/1/Historian/HistorianConcepts.pdf With regards to retrieving the latest values for each of the tags you can query the “Live” table / view. https://www.logic-control.com/datasheets/1/Historian/HistorianConcepts.pdf关于检索每个标签的最新值,您可以查询“实时”表/视图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM