09-10-2007 10:11 AM
09-11-2007 06:03 PM
09-12-2007 10:09 AM
Thanks Paul, I will take a look at those examples. I am trying to trigger two devices, first I want to count the onboard clock and then off that count trigger the PXI-5610 to transmit a waveform. I then want to export that clock to the PXI-5600 and also count the clock in order to trigger the device to receive the signal. I am working on reproducing a TDMA frame structure and the only clock I have to use is the onboard clock that is built in to the two devices I mentioned. Now that you know more about what I am doing, is this achievable using the onboard clock.
Thanks
Joe
09-13-2007
10:00 AM
- last edited on
02-02-2024
10:37 AM
by
migration-bot
Hello Joe,
Are you trying to acquire what you generated here? I am probably not understanding why you want to use the reference clock and not marker signals. Could you elaborate your current challenge description a little more?
09-13-2007 10:24 AM
Hello Gerardo,
I am trying to reproduce a TDMA slot and frame structure. The TDMA frame I am working on has 1 simplex, 4 uplink and 4 downlink slots with different length guard times between each slot. I need to transmit a 8.28ms burst every 90ms on one of the 4 downlink slots with the PXI-5610 to a device which will decode process and reply in the next TDMA 90ms frame to my PXI-5600 on one of the 4 uplink slots. The PXI-5600 will decode and process the signal, it is then passed to some code that will form a reply which is again sent out by the PXI-5610 on one of the 4 downlink slots. This process will be continuous. I have already created the vi's used to transmit and receive the bursts and now I need to set up the timing between them.
My idea is to use the onboard reference clock to trigger the PXI-5610 to transmit and then to trigger the PXI-5600 to receive the signal in the next 90ms frame, to do this though I have to either count or divide down the clock. I am just unsure on how to do this. The reason I am looking at the onboard clock is because that is the only clock I have. If achieving this timing structure would be easier by buying more equipment please let me know and I will contact our sales person, just give me a model number.
Again as always thanks for your help.
Joe
09-14-2007
02:58 PM
- last edited on
02-11-2025
02:32 PM
by
Content Cleaner
Hello Joe,
Thank you for the explanation, it now makes much more sense.
Yes we can use the reference clock but any division of the clock will require extra hardware. Mi initial assessment would be to use your 544x (part of the 567x). If you are doing what we talk about on that forum, you can generate a marker event once your first 4 generation frames finished. This will trigger the acquisition.
The only problem I see here is your external device might need also a sync signal. You can have a second marker event at the beginning of the generation and send this on a PFI line. I attached this image:
If you prefer to use the reference clock, you can divide it down with a 660x card or a 665x card.
Hope this helps,
Message Edited by Yardov on 09-14-2007 02:58 PM
09-14-2007 03:29 PM
Thanks Gerardo,
I have been so focused on a clock that I did not think about using a marker event until you mentioned it in a previous posting. I set one up and it works perfectly.
Thanks
Joe