Skip to content

4 Using Modbus.Net

luosheng edited this page Jun 7, 2023 · 2 revisions

Modbus.Net unified all interfaces for different types of devices as for users(user developer).
That means users can use different device in a same architechture.

This blueprint turns Modbus.Net from pure Modbus library to open architechture hardware communication library.

Modbus.Net has two different API levels: BaseUtility and BaseMachine, and task schedule tool MachineJobScheduler. Users can use these three methods for their targets.

Home

Clone this wiki locally