LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ Assist with error in labview

Solved!
Go to solution

I trie to use the function DAQ assistent but this error appears.

image.png

 

 

 

0 Kudos
Message 1 of 5
(527 Views)

Hi Helder,

 


@Helder_Menezes wrote:

I trie to use the function DAQ assistent but this error appears.


Why do you need the DAQAssistent?

Why not learn from those DAQmx example VI found in the example finder? (Use plain DAQmx functions.)

 

Did you search the forum for your specific problem?

It's quite common, a lot of people have problems with DAQAssistent. Most often the solution is to repair the LabVIEW installation…

 

(see here)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(523 Views)

Right, i will try to reinstall the software and drivers. 

0 Kudos
Message 3 of 5
(513 Views)
Solution
Accepted by Helder_Menezes

Rather than "reinstall the software and drivers" (which will probably NOT solve your problem, but may create more trouble), a much better use of your time and efforts is to learn how to use DAQmx.  Search the Web for "Learn 10 Functions in NI-DAQmx and handle 80 Percent of your Data Acquisition Applications" (if that's not the exact title, it's close enough that you should be able to find it).  Ignore Point 1, which talks about the Dreaded DAQ Assistant, and also skip over the parts involving calling Windows functions.  Most simple acquisition and signal-generating tasks can be coded with 4 or 5 basic DAQmx functions.  If you need "more functionality", the Examples that ship with LabVIEW (Help, Find Examples, Hardware Input and Output, DAQmx) will overwhelm you with all the Bells and Whistles, but if you've read the "Learn 10 Functions" sections, you should be able to "chop out" the bits you don't need (for example, to programmatically set the scaling at Run Time) and reduce simple tasks to Configure, Start, Read (or Write), Stop, Clear.  Note -- you might want to learn about State Machines (with states "Configure", "Start", etc.).

 

Bob Schor

0 Kudos
Message 4 of 5
(482 Views)

Thank you for the clarification

0 Kudos
Message 5 of 5
(478 Views)