LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error - 10401 with SCXI-1600

Solved!
Go to solution

Hello Everyone,

 

I've a data aquistion systen based on SCXI-1600 and already working software with LV6.1 and i want to upgrade it to be used with LV12.

 

when i tried to log data using I MAX, It works fine. but when trying to log data in labVIEW with function "AI Acquire Waveforms" it gives me error 10401 as attached.

 

can anyone help me to solve that issue?

 

Thanks in advance,

Ahmed Elsayed

Download All
0 Kudos
Message 1 of 3
(2,359 Views)
Solution
Accepted by topic author ahmelsayed
That function is part of the obsolete traditional DAQ driver and your image shows DAQmx is active for the device. You should be porting all of your code to use DAQmx. DAQmx was introduced with LabVIEW 7. If you choose to stay with the obsolete driver, you will need to do a reset and switch drivers but support will be limited.
Message 2 of 3
(2,331 Views)

@Dennis_Knutson wrote:
That function is part of the obsolete traditional DAQ driver and your image shows DAQmx is active for the device. You should be porting all of your code to use DAQmx. DAQmx was introduced with LabVIEW 7.

 

Hi Dennis,

 

Thanks so much for your reply,

 

I think I had to do like you said and convert to use DAQmx and It works fine.

 

 

Can you please give me a help with that issue: http://forums.ni.com/t5/LabVIEW/Shared-Variable-Initial-value-not-licenced-error-with-cRIO/m-p/27402...

 

 

Thanks again for your help 🙂

0 Kudos
Message 3 of 3
(2,304 Views)