02-12-2009 11:29 AM
02-13-2009
05:25 PM
- last edited on
11-07-2024
06:01 PM
by
Content Cleaner
How do you have the reset signal control set for the Sine Waveform VIs? From the LabVIEW 8.6 Help for the Sine Waveform VI, "If TRUE, resets the phase to the phase control value and the time stamp to zero."
02-16-2009 09:31 AM
Mark,
I am running the VI with the phase control set to TRUE. If I set it to FALSE no phase shift occurs.
02-17-2009 05:22 PM
Have you tried putting a waveform graph on the outputs of the Sine Waveform VIs to see if their output is changing as opposed to just the output of the DAQ Assistant.
If it's just the DAQ Assistant, then you'll need to use basic DAQmx VIs. Express VIs like the DAQ Assistant are great for many applications, but in your case you would want to program with the DAQmx VIs. You can find basic examples for DAQmx with the LabVIEW Example Finder. in LabVIEW, open the Example Finder by going to Help»Find Examples... In the Example Finder, select Hardware Input and Output»DAQmx»Analog Generation»Voltage. You can also specify your hardware, the PXI-6289, in thelower left corner of the Example Finder.