Skip to content

4.1 Rules of using Modbus.Net

luosheng edited this page Jun 7, 2023 · 2 revisions

You can use Modbus.Net from ProtocolLinker, Utility, Machine or Job 。

We recommanded using reflection calling in Utility, Machine and Job, these methods can be used in IMachineProperty and IUtilityProperty and has maximum flexibility.

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

Home

Clone this wiki locally