05-24-2018 07:07 AM
Hi folks,
I need to retrieve some data from a test bench that uses cDAQ-9132 and send them to another computer in order to save them along with other information. Does a USB work or could there be any other way to get it.
Thank you in advance.
Solved! Go to Solution.
05-24-2018 09:33 AM
If you have the FTP software installed on your controller you can use that, but otherwise WebDav should be installed with just about anything and allows for you to map a network drive to your controller and then files can be manipulated in Windows Explorer.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019PlESAU
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-25-2018 07:17 AM
Hi Hooovahh,
thank you for your answer, I read the article in the link you provided and I have a couple of questions:
1- the data i want to retrieve is not saved into file, is it possible to get cluster indicator?
2- I can provide the IP address of the c-DAQ right?
05-25-2018 07:57 AM
Yes the IP is all that is needed to identify it. As for getting other data, checkout the various recommended communication methods described by NI.
http://zone.ni.com/reference/en-XX/help/371361L-01/lvconcepts/data_comm/
http://www.ni.com/white-paper/53345/en/
You can of course do something low level like TCP or UDP with your own flattening/unflattening but it's a lot of work with little pay off. Just use one of NI's APIs. I generally stick with Network Streams but it can have issues. Examples of all of these can be found in Help >> Find Examples.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-28-2018 02:19 AM
Thank you for your help, i'll surely go with it