12-31-2020 08:19 AM
Hello, I have a CRIO 9045 connected to sensors/accelerometers (S/A) through its interfaces. I can get the real-time data coming from the S/A by running Labview inside the CRIO. However, I do need to process these data and, for several reasons, it is better to process them in a PC, i.e., outside the CRIO.
I could get the real-time data and send them by Labview FTP or Labview TCP-Socket to the PC. However, as I am not "fluent" in Labview, I find a bit awkward to manage/program FTP or Socket in Labview.
I guess the best solution is to make CRIO work as a CDAQ. In this case, I can run Labview inside the PC to get the real-time data coming from the S/A and process them. So, can I configure CRIO to work as a CDAQ? if yes, is there a tutorial for doing this configuration?
I thank you all in advance, cheers,
Otavio Carpinteiro
12-31-2020 11:51 AM
Use a Network Stream to send your data to your host PC. They are pretty simple to use and are quite fast.