12-06-2005 12:14 PM
12-07-2005
10:48 AM
- last edited on
07-14-2025
12:54 PM
by
Content Cleaner
12-07-2005 10:57 AM
Thank You very much..It was very helpful..
Venkat
12-07-2005 12:16 PM
Hi,
Whenever I try to run the example that u mentioned, I am getting an error message Error- 50150 occured at Daqmx create channel.
What
12-07-2005 12:18 PM
12-07-2005 01:04 PM
08-22-2007 11:02 PM
08-23-2007 02:27 PM
Hi nasrul
The frequency that the VI is requesting is not referring to the frequency
components of your signal but rather to the number of samples per second that
you wish to update your analog output voltage. If you are simply trying to
output 10 V and have the analog output channel hold that value, you need only
to set this value once. It can be a very simple software timed application. The
VI that you are running is updating the analog output voltage every tick of the
internal clock (Int Clk) which will be running at your specified frequency.
Does this information clear things up?
11-28-2007 07:59 AM
11-29-2007 01:53 PM - edited 11-29-2007 01:55 PM
Hi,
Yes, that example is setup to only take waveforms. However, if you look at the DAQmx Write.vi, there is a drop down menu to select what type of signal, how many channels and samples, and data type. For your application we would be interested in changing the data type, where you can select between a waveform or double.
Please open up the example titled GenVoltageUpdate.vi and modify it as shown below. This modified example uses the DAQmx Write with 1 Chan. 1 Samp. with a double data input and added functions DAQmx Start Task and a While Loop.