07-24-2007 09:31 PM
07-24-2007 10:53 PM
07-25-2007 12:19 AM
07-25-2007 11:00 AM
07-26-2007 07:41 PM
07-26-2007 08:56 PM
Ace66,
You've been asking the same question for about the last month and a half. You've been pointed to LabVIEW and DAQmx tutorials as well as the large number of examples that ship with LabVIEW. Have you tried to run anything or written any code? Have you tried to use the DAQ Assistant? Lets walk through a simple analog output with the DAQ Assistant.
On an empty block diagram, right click to get the Functions Palette and go to Measurement I/O>DAQmx>DAQ Assistant. When the Create New Express Task window pops up, select Analog Output>Voltage. Next, select the physical channel you want to use for the output. Click the Finish button. In the DAQ Assistant window, select 1 Sample (On Demand) on the bottom of the window. Click OK. You will see a Building VI window. When this is done, you will have a DAQ Assistant on the block diagram with an input called Data. Right click on this and select Create Control. You are all done. You have a front panel control that you can enter a voltage and when you run the VI, the DAQ Assistant will output that voltage. At any time, you can change that front panel control to a constant or wire it to something else in your program.
07-27-2007 02:41 AM
08-07-2007 11:44 AM
08-07-2007 02:07 PM
08-07-2007 10:18 PM