05-02-2006 04:05 PM
05-03-2006 12:49 PM
Hi,
Well the driver has only one pair of virtual Interfaces for Frame to channel conversion, so you have to make changes on the cRIO part of your application.
Try to bundle all messages from all 4 ports in one stream of data and use DMA technologie to transmit the data to the host for processing. If you have one stream of data, you should be able to do the conversion with the virtual interfaces you have.
The only risk i see is the performance for the virtual interfaces. It depends on your Busload, whether or not the controller is able to convert the streamin realtime.
Hopefully you work with an R-series Board. 😉
Attached you can find an picture for an example of bundling two ports together for receiving one stream using DMA.
Hope that helps
DirkW
05-03-2006 12:59 PM