LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Problem

Solved!
Go to solution

Hello all and thank you for all the help you have been, getting me where I am with my project. I am now trying to integrate my VISA device with the USB-6002, to write data to my spreadsheet. I have been trying unsuccessfully to get my data from the VISA device to the spreadsheet from my DAQ device. It wants to create tunnels to the outside of the while loop however, I would like to have the data transfer inside the case structure, if it is possible. Thank you.

0 Kudos
Message 1 of 4
(2,978 Views)

Hi, 

 

Are you trying to write to spreadsheet from the DAQmx tasks, or from the VISA Read in the True/False case structure at the bottom of your code? Are you getting any specific errors?

Daniel Parrott
Software Product Marketing - Data Management & LabVIEW
National Instruments
Message 2 of 4
(2,926 Views)

Yes, I am getting errors -50103 and -200479, which occur while the Initialize case structure starts

0 Kudos
Message 3 of 4
(2,902 Views)
Solution
Accepted by topic author ceilingwalker

Has the code been able to run successfully before trying to implement the spreadsheet functionality? I think your errors aren't associated with the spreadsheet functionality.

 

Here are some general tips for solving those specific DAQmx errors that might help.  

 

Causes of Error -50103: http://digital.ni.com/public.nsf/allkb/485201B647950BF886257537006CEB89

Why Do I Get Error -200479: http://digital.ni.com/public.nsf/allkb/E2F211BD94353713862579D00001E705

 

Let me know if these help at all. 

Daniel Parrott
Software Product Marketing - Data Management & LabVIEW
National Instruments
Message 4 of 4
(2,863 Views)