Search found 2 matches

by LozCool
05 Oct 2021, 14:19
Forum: Software
Topic: .Net5.0 C# and PiControl access DIO-module
Replies: 3
Views: 2115

Re: .Net5.0 C# and PiControl access DIO-module

Hi there, I use this NuGet package which you can find on GutHub: https://github.com/FrankPfattheicher/RevolutionPi It is a C# interface to the PiControl driver using InterOp IOCtl calls. It lets you get the Pictory configuration from the driver, read and write values, set LEDs etc., etc. It is the b...
by LozCool
23 Sep 2021, 18:16
Forum: Software
Topic: AIO Module Range / Scaling Problem
Replies: 2
Views: 2369

AIO Module Range / Scaling Problem

I have bought a RevPi Core 3+ and 2 AIO modules, and everything is fine. But, the AIO spec says that a 4-20ma input (or other) is 16 bit. And the Outputs are 15 bit. But, for example, I have to send (output 4-20ma) a value of 4000 – 20000 (integer) to the process image. This means I have a range of ...