06-08-2007 02:54 PM
06-11-2007 06:48 PM
06-12-2007 07:19 AM
Each file is a 90ms frame. I am trying to send the files at different times to a device to decode. I got the vi to work and generate the different files but the wait command seems to have no effect. Each file is separated by approximately 1 second.
I am using a PXI-1045 chassis with a PXI-8105, PXI-5600, PXI-5620, PXI-5610 and PXI-5441. My IQ rate is 100kHz.
Thanks
Joe
06-12-2007 09:16 AM
06-12-2007 02:01 PM
Unfortunately that did not work or I did something wrong, I went into each of my IQ files and appended the zeros with no effect. The signal I am creating is 90ms with a 20.32ms burst somewhere inside of that which means that there are zeros before and after the actual data that complete the frame. I have 7 of these that must be sent at different times. I have tried everything I can think of to make the wait command work without any luck.
Thanks
Joe
06-12-2007 02:32 PM
06-12-2007 03:02 PM
That is correct, basically I am generating seven 90ms frames that must be sent at different times. Within those 90ms frames is a 20.32 ms data burst. I don't see any time delay between the signals when they are generated. The script I am using is
wait until scriptTrigger0
generate syncSignal
wait (samples)
generate syncSignal2
wait (samples)
generate syncSignal3
I use these commands for all of the signals with a different number of samples to wait for each one.
Thanks
Joe
06-12-2007 05:09 PM - edited 06-12-2007 05:09 PM
Message Edited by Yardov on 06-12-2007 05:09 PM
06-13-2007 08:25 AM
Understood, I am thinking now that the wait command will not do what I require. I am basically trying to simulate a TDMA superframe, block and frame structure without creating the entire thing. I just want to generate the frames at the correct times so that my device will decode properly. Any ideas on how I can do this?
Thanks
Joe
06-14-2007 05:22 PM