Hello,
I'm wondering if it is possible streaming of data to a memory connected to cRIO 9063 USB connector.
My application currently streams data to a circular buffer implemented in Pc Host, using Network Streams. I need data of 24 channels sampled at 250 Hz for half an hour. This because sometimes the trigger condition is given from a web service which is updated every 20 minutes giving the timestamp of the event. So I use the timestamp to search data in the buffer and extract it from there.
This cannot be carried out by 9063. I would remove Pc Host from my application and use USB memory. Is it possibile? I'm looking for an example but it seems there are no examples on the web.
KR
Davide