From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer data from cDAQ 9132 to laptop

Solved!
Go to solution

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.

0 Kudos
Message 1 of 5
(2,395 Views)
Solution
Accepted by topic author Syrine

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

0 Kudos
Message 2 of 5
(2,371 Views)

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?

0 Kudos
Message 3 of 5
(2,358 Views)

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.

0 Kudos
Message 4 of 5
(2,356 Views)

Thank you for your help, i'll surely go with it

0 Kudos
Message 5 of 5
(2,339 Views)