LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

iDAQ 6009

Hi, I'm facing some issue, when I insert iDAQ-USB-6009 and open iDAQMonitor. In the lower right corner of the desktop, it shows that iDAQ-USB-6009 is detected, but the prompt keeps flickering?
The device iDAQ-USB-6009 is not displayed in iDAQMAX, what is the reason? How to solve this issue?Pop-Up.jpeg

0 Kudos
Message 1 of 7
(1,833 Views)

Are you referring to the USB-6009?

 

The iDAQ-USB-6009 does not seem to be an NI product. I recommend replacing it with the official one.

 

Regards,

0 Kudos
Message 2 of 7
(1,797 Views)

Hi,

I have to acquire two analog signal from QAQ-6009. But its is showing error and sometimes it only runs one analog input graph. Can you help me here pleaseV-Signal.PNGError.PNG

0 Kudos
Message 3 of 7
(1,632 Views)

Hi Rao,

 


@RaoMustafa wrote:

I have to acquire two analog signal from QAQ-6009. But its is showing error and sometimes it only runs one analog input graph.


Don't use the DAQAssistent ExpressVI!

Use only one DAQmx task to read both channels…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(1,630 Views)

I used the DAQmax , Its showing the graph but with same error. How Can I get the both analog input on different graphs?

 

Graph--.PNGGraph---.PNG

 

0 Kudos
Message 5 of 7
(1,611 Views)

Have you searched for error 50103?  That has come up thousands of times before.

 

That is not "DAQmax" which doesn't mean anything.   It is still using the DAQ Assistant.  The other choice is DAQmx which uses the underlying subVI's for more directly controlling the acquisition.

 

But Gerd already gave you the answer.  Just create 1 DAQ Assistant that acquires both channels.  You cannot create 2 DAQ assistants that point to different channels on the same module.

 

 

0 Kudos
Message 6 of 7
(1,607 Views)

Hi Rao,

 

please do the basic training courses, they are offered in the header of the LabVIEW board…

 

Use just one DAQmx task:

Even though I don't recommend to use ExpressVIs and DDT wires I just adapted your VI.

You should set more reasonable default values for "sample rate" and "number of samples" within the DAQAssistent. The settings you use right now will end up in timeout errors…

 

(And you really need to learn to actually take suggestions when you get them…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 7
(1,603 Views)