11-12-2010 04:44 PM
I have a current circuit semi-set up (which is attached). What i am trying to do is set up a constant user-chosen time duration that will create an output of 3.3 (constant voltage) using a DAQ device (NI USB-6211). im stuck on where to go from here and how to create the output of 3.3. i have the timing pretty much figured out but its just putting it all together now. any help is greatly appreciated
11-16-2010 11:06 AM - edited 11-16-2010 11:07 AM
octavius88:
Have you taken a look through the DAQ examples in LabVIEW? If you go to Help --> Find Examples, you can find them by browsing to "Hardware Input and Output --> DAQmx --> Analog Generation --> Voltage (or Current, depending on your circuit)."
Your best bet for timing is to wire a control to the "Wait" function inside the while loop. Additionally, you may want to make sure the example you use is software-timed (it won't have a DAQmx Timing function in the chain).
Good luck!