07-05-2017 06:38 AM
I am using cDAQ-9133 controller and two 9201 modules to acquire the data, and I'd like to save the data to a predetermined file path in PC and I have tried many write file functions to do that, but no data file was created. So I connected cDAQ directly to a monitor and found out all the data files are saved into cDAQ instead of PC.
It explains why data file cannot be saved in PC because the code was running in cDAQ and it seems that it can only save the data to a file path in cDAQ.
My question is that, is there any way that I can save the data file into PC when I am using cDAQ to run the code? Please help me out. Thanks so much
07-05-2017 06:41 AM
The first thing to try would be to make a shared folder on your computer and try to have the cDAQ write to that.
If that does not work, make an application that the cDAQ can stream the data to via TCP/IP or a Network Stream. That application then saves the data file.