Hello,
Yes, it is possible to use multiple acquisition boards with a single pc. Just add two Rhythm nodes to the Open awohus GUI and each will use a different board. There a some caveats, though:
First, board order is somewhat arbitrary, as it depends on some usb descriptors. When you instantiate a Rhythm node it will use one of the boards, and the second the other, but loading the signal chain does not guarantee the nodes will be connected to the same boards. That is something you should manually check prior to acquisition.
Second, the two boards will act as independent, asynchronous devices. Their internal clocks are not synchronized and the small delays on start and stop commands might cause misalignments. I would recommend an external ttl trigger routed to both boards to be able to synchronize them.
Finally, due to the asynchronous nature and the block processing the GUI uses, trying to do operations mixing inputs from the two boards (eg.: using a channel from one board as a reference to channels from another) might cause issues.
Apart from those details, everything else will work. You could record data from both boards as normal. Data will be stored in different files, though. But that is done automatically by the software.
Let us know if you have any more doubts about how multiple boards could behave.
Best,
Aarón