11-07-2006 03:21 PM
11-08-2006 12:53 AM
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
11-08-2006 09:50 AM
11-09-2006 12:05 AM - edited 11-09-2006 12:05 AM
Message Edited by devchander on 11-09-2006 12:07 AM
Message Edited by devchander on 11-09-2006 12:08 AM
11-09-2006 09:15 AM
11-10-2006 12:01 AM
11-10-2006 10:24 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?
11-13-2006 10:03 AM
11-13-2006 10:26 AM
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