Dear Brian Spears,
Thanks for your reply. Using NI RFSG 5670, If you write any arbitrary waveform into RFSG, you can generate the same data as many times as u required. So here the same data will be generated until you press the stop button or if you gave any condition for the while loop which is generating or if there is any error occured while generation.
If you want to generate multiple arbitrary waveforms, you have to write them into RFSG using different labels and you can generate them using the script trigger. (see the example "C:\Program Files\National Instruments\LabVIEW 7.1\examples\instr\niRFSG\niRFSGExamples.llb\Multiple Arbitrary Waveforms.vi").
But Here my problem is, First i will write one set of data (one arbitrary waveform) and I will have to generate this waveform once and after that I have to write one more different set of data and this time i need to generate this. If I have only two or three different sets of data, I can do this in similar way mentioned in niRFSGExamples.llb\Multiple Arbitrary Waveforms.vi and generate them one after the other by writing some script.
But here, I have to generate 1000 packets of 1000 different datas. So It is difficult to write 1000 packets in to RFSG with different labels.
So Is it possible to generate that kind of application. I hope I clearly explain the problem.
Thanks and Regards