This is a C# library for accessing the Advantech Wise 4012E
This library gives access to eg. the two Knobs (read), the two Switches (read) and the two Relays (write).
I reference the Modbus Nuget package called NModbus.
- Fork or download this project and recompile the solution
- Just reference the Wise.4012E.Modbus project in your own solution
- See the Demo app for examples on how to read Knobs and Switches
- See the Demo app for examples on how to change the Relays
Compile the solution, Run the test app
More documentation about Modbus on the Wise 4012E can be found here. Just download the PDF from primary or secondary site.
Current features which are supported:
- two Knobs (read)
- average of two knobs (if activated on Wise)
- two Switches (read)
- two Relays (write)
Want to contribute? Throw me a pull request....