07-18-2013 01:14 PM
Hi everyone,
I'm asking You for help, it is my first steps with Labview software so pleas be patient.
I'm using measurement card Agilent series 2500 and Labview 2010.
I creat program that can generate function waveform and arbitrarywave, and now i want to change/convert that wave signal in to a burst. I want to set number of cycle, period and shape of that burst signal(sin/sawtooth/ect). I attach the Vi with generator and a eample of burst i try to archieve
Hope you can help me.
Best Regards
Simon
07-30-2013 03:38 AM - edited 07-30-2013 03:38 AM
Hi Simon and welcome to NI Forums!
In this case I believe you have to generate the burst output as an arbitrary waveform, since that is the custom mode your device supports. You can use the Signal Processing > Signal Generation palette VIs to create the array of double precision floats that you can input as an abitrary waveform on the device.
You also do not necessarily need to use a loop architecture to generate multiple busts, just wire a non-zero value to the iteration terminal of the Configure Channel (AO) VI.
If yu have any trouble usng the diver or with the application, please let me know.
Best regards:
Andew Valko
NI Hungary
08-06-2013 07:19 AM
Thanks for the reply, but I already solved the problem
06-11-2018 09:52 PM
Can you post how you solved the problem? Thanks!