Skip to content

sandervandevelde/Wise.4012E.Modbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Getting Started

  1. Fork or download this project and recompile the solution
  2. Just reference the Wise.4012E.Modbus project in your own solution
  3. See the Demo app for examples on how to read Knobs and Switches
  4. See the Demo app for examples on how to change the Relays

Build and Test

Compile the solution, Run the test app

Modbus

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:

  1. two Knobs (read)
  2. average of two knobs (if activated on Wise)
  3. two Switches (read)
  4. two Relays (write)

Contribute

Want to contribute? Throw me a pull request....

About

Modbus access to the Advantech Wise 4012E using Modbus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages