将 Sql Server 数据库与 Pi System 数据库同步

发布于 2024-08-07 05:03:52 字数 138 浏览 4 评论 0原文

我正在开发一个工具来将 SQL Server 数据库与 PI System (OleDb) 同步。每次 PI System 发生更改时,我都需要更新 SQL Server 数据库中的值,反之亦然。您能给我提供可能的选择以及如何完成吗?

谢谢, MK

I'm developing a tool to synchronize SQL Server database with a PI System (OleDb).Each time there is a change in the PI System I need to update the values in SQL Server Database and vice-versa. Could you please provide me with the options possible and how it can be done.

Thanks,
M.K

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

胡大本事 2024-08-14 05:03:52

目前,这可以通过 OSI Soft 的关系数据库(通过 ODBC 的 RDBMS)接口来完成。该接口允许在 PI System 和任何关系数据库管理系统 (RDBMS) 之间双向传输数据支持开放数据库连接 (ODBC) 驱动程序。该界面在 Microsoft Windows 操作系统上运行,并且能够连接到网络上可用的任何 PI Server 节点。

我用过这个接口,非常稳定。在 OSI PI YouTube 学习频道中,他们提供了一系列视频,其中它们将引导您逐步完成界面的安装和配置过程。

At this time this can be done through the Relational Database (RDBMS via ODBC) Interface from OSI Soft.The interface allows bi-directional transfer of data between the PI System and any Relational Database Management System (RDBMS) that supports Open DataBase Connectivity (ODBC) drivers. The interface runs on Microsoft Windows operating systems, and is able to connect to any PI Server node available on the network.

I have used this interface and it is very stable. In the OSI PI YouTube Learning Channel, they have a series of videos where they take you step-by-step in the installation and configuration process of the interface.

天邊彩虹 2024-08-14 05:03:52

也许您可以在数据上使用 EventPipe,每次出现新的或编辑的事件时,您都可以将其推送到 SQL Server。

Maybe you could use an EventPipe on your data and every time a new or edited event comes in you could push that out to the SQL Server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文