Skip to content

4 Using Modbus.Net

parallelbgls edited this page Jun 29, 2017 · 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, especially in TaskManager.

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 TaskManager. Users can use these three methods for their targets.

Home

Clone this wiki locally