Skip to content

4.1 Modbus.Net的使用规范

luosheng edited this page Jun 7, 2023 · 6 revisions

您可以从ProtocolLinker, Utility, Machine, Job任何一个层级使用Modbus.Net。

我们建议Utility, Machine, Job使用反射方法获取设备中的方法,这种方法灵活性最强,且可以在IMachineProperty和IUtilityProperty接口中调用。

utility.GetUtilityMethods<IUtilityMethodDatas>();
machine.GetMachineMethods<IMachineMethodDatas>();

Home

Clone this wiki locally