Page 1 of 1

Revpicore and few AIO modules

Posted: 10 May 2020, 22:51
by Piotr Włoda
Hi, I would like to build a solution where we use 4 AIO modules. As I've read already we need two Revpicore.
Each of them has possibility to connect max two AIO modules becaouse one PiBridge could handle one AIO module on end of the chain.

Am I right ?

Or maybe there is a posibility to use onlu one Revpicore ?

If not the last question: each Revpicore has its own separate OS? Or You have OS/Application to connect two Revpicore in one ecosystem?

Thank for help

Re: Revpicore and few AIO modules

Posted: 11 May 2020, 09:18
by dirk
Hi Piotr Włoda, the short answer is yes you can connect four AIO modules to a RevPi Core 3/+ or RevPi Connect/+ Module.
Have a look at this post for the explanation about the PiBridge modules combinations possible:
viewtopic.php?f=3&t=1913&p=7210&hilit=p ... 55da#p7210
If you want to interchange data you have Ethernet, ModbusTCP, etc. available.
Have a look at this made with love video tutorials #20 and #22 about ModbusTCP Master and Slave
https://revolution.kunbus.com/tutorials ... tutorials/

Have a look a the RevPiModIO and the RevPiNetIO libraries which are also community proven to speed up your development
https://revpimodio.org/en/doc2/net/
If you need support for those libraries please answer them in this board here "RevPiModIO" as this are community supported 3rd part components.

Re: Revpicore and few AIO modules

Posted: 11 May 2020, 10:18
by Piotr Włoda
Hi dirk,
Hi Piotr Włoda, the short answer is yes you can connect four AIO modules to a RevPi Core 3...
do You mean a single RevPi Core 3 ?

And finally this is our requirement (based on Analog I/O and Digital I/O we need):
Image
Is this possible on one single RevPi Core 3 ?

Re: Revpicore and few AIO modules

Posted: 11 May 2020, 13:41
by dirk
Hi yes this is possible with a single RevPi Core 3/+ Module.
Yes, this configuration from the picture will work.

Re: Revpicore and few AIO modules

Posted: 13 May 2020, 17:53
by Piotr Włoda
OK thanks for Your support