Take a look at 'Function Generator.vi' that you will find in examples shipped with LabVIEW
I remember modifyingand using it for a similiar requirement
Message Edited by devchander on 11-09-2006 12:07 AM
Message Edited by devchander on 11-09-2006 12:08 AM
@ampm wrote:
I want to use certain AO lines of the PXI 6723 board to generate 3 (at least) different waveforns sequentially on them.
I would like to switch from generation of the first waveform to generation of the second one and then the third one at an arbitrary moment of time (upon receipt of a trigger signal).
I wonder if there is a known way to accomplish such task in LabView and is it possible to look at the sample code?
The speed of a LabVIEW application relative to one written in C is not really an easy thing to benchmark. It totally depends on the application (complex algorithms, parallel loops, etc.). In most applications though, the performance of a LabVIEW application should be comparable to the performance of a C program.
-Justin D