Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个 C# 应用程序来使用 modbus 监控 Sick PLC。我有一个用 Python 编写并使用模块 pyModbus 与 PLC 交谈的示例程序。是否有与 pyModbus 具有相同功能的 C# nugget 包?
也许不完全是您正在寻找的东西,但您可以尝试用 C 编写的libmodbus并在您的项目中使用它:
如何在 C 中创建 DLL 并在 C# 项目中使用它
或者由于您已经熟悉pyModbus,也许您可以尝试使其与 IronPython 一起使用并从 C# 中调用它:
C# 世界中的动态语言集成
它不是 Nuget 包,而是完整的 Visual Studio 解决方案。AdvancedHMI 包括一个 Modbus 驱动程序,并且还有许多工具可以连接到驱动程序数据而无需编写代码。
www.advancedhmi.com