python 的实现OPC 转 Modbus

工具材料:安装好 Python 开发环境(我用的是eclipse编辑器),和所需要的模块(Modbus_tk,openOPC,pyinstaller-pyinstaller-483c819),opc模拟数据(MatrikonOPCSimulation.EXE),Modbus客户端(ModbusPollSetup64Bit.exe),pywin32(要与python位数一致如:32位;

得注意各个插件间的版本号,可能导致打包成exe文件,运行失败。

你可能感兴趣的:(python 的实现OPC 转 Modbus)