04-10-2006 07:01 AM
04-10-2006 09:10 AM
04-11-2006 06:36 AM
04-11-2006 07:08 AM - edited 04-11-2006 07:08 AM
The trick is to first build a waveform of finite points, then generate it on the analog output of DAQ card with a suitable update rate, such that the signal generated will have microseconds interval as descriibed below
Your DAQ card has update rate upto 2.8Mega samples/second.
for example, if you have a pulse that stays low for 10 samples and high for next 10 samples( as shown in the example attached by Quick beam) and u update this on one DAQ channe at 2 Mega samples/sec, you will get a cycle pulse of duration 10 Microseconds( 5 micro seconds low, five microseconds high)
Here, 20 samples are updated at the rate of 20 Megasamples/sec to give this output pulse
similiarly choose a suitable number of points to build a pattern you want and generate it a suitable update rate.
hope this helps
Dev
Message Edited by devchander on 04-11-2006 07:10 AM
Message Edited by devchander on 04-11-2006 07:12 AM
04-11-2006 07:14 AM
To generate on an AO of a DAQ, you will find following examples helpful.
In LabVIEW, Go to find examples>>hardware inpit/output>.DAQmx>>analog generation>> Voltage folder will have all the relevant examples.
04-13-2006 09:26 AM
( error- 200565) occures
in DAQmx write(Digital 1D U8 1Chan N5amp).vi
the possible reasons:
the used ditial channel contains more bits than 8
bit-version von DAQmx- port writing)
i will apperciate if you tell me how can i solve this problem
thank you very much