01-27-2008 01:11 PM
01-29-2008
12:24 AM
- last edited on
08-14-2025
12:13 PM
by
Content Cleaner
Hello Joe,
The ability to "synchronize" your on board sample clock to an external clock will depend on the frequency of the external clock. I have copied the block diagram for the clocking circuitry on the NI 6551 below. This diagram is in the section entitled "Clocking" in the NI 655x section of the NI Digital Waveform Generator/Analyzer Help. As you can see, there is no clock divider circuitry on the NI 6551 that directly divide down an external clock, only the clock divider for the internal clock highlighted in the figure.
However, rather than dividing down the external clock on board, you can PLL the on board clock to a 10 MHz Reference Clock and that will ensure that your sample clock is phase synchronized to your external clock. However, as shown on page 17 of the NI PXI/PCI-6551/6552 Specifications, the external reference clock must be almost exactly 10 MHz (I have copied this information for your reference below.
Another important factor about the reference clock is that it is limited to terminals that can accept a higher bandwidth (10 MHz) signal. Again, this issue is addressed in the NI Digital Waveform Generator/Analyzer Help in the section "Clock Sources Summary" under the NI 655x section, which I have copied below.
I hope this information addresses your question, feel free to post back if you have any other questions.
01-29-2008
12:42 AM
- last edited on
08-14-2025
12:14 PM
by
Content Cleaner
Hello Joe,
I apologize for my mistake but I was not able to copy the images in-line with the text. Here is my original post with images placed appropriately:
"Hello Joe,
The ability to "synchronize" your on board sample clock to an external clock will depend on the frequency of the external clock. I have copied the block diagram for the clocking circuitry on the NI 6551 below. This diagram is in the section entitled "Clocking" in the NI 655x section of the NI Digital Waveform Generator/Analyzer Help. As you can see, there is no clock divider circuitry on the NI 6551 that directly divide down an external clock, only the clock divider for the internal clock highlighted in the figure.
However, rather than dividing down the external clock on board, you can PLL the on board clock to a 10 MHz Reference Clock and that will ensure that your sample clock is phase synchronized to your external clock. However, as shown on page 17 of the NI PXI/PCI-6551/6552 Specifications, the external reference clock must be almost exactly 10 MHz (I have copied this information for your reference below.
Another important factor about the reference clock is that it is limited to terminals that can accept a higher bandwidth (10 MHz) signal. Again, this issue is addressed in the NI Digital Waveform Generator/Analyzer Help in the section "Clock Sources Summary" under the NI 655x section, which I have copied below.
I hope this information addresses your question, feel free to post back if you have any other questions.
"
01-29-2008 01:18 PM
Matt,
Thanks so much for the response. Unfortunately, I was not crystal clear with my original post.
Given that I'm able to programmatically divide down the on-board clock, can I have the divide-down initiate at a trigger edge (this is the synchronous external signal I was referring to in my original post that I erroneously described as periodic -- it is not periodic -- it is a one-shot trigger edge)?
It appears I'm not able to capture samples consistently starting at a trigger edge because the on-board divided-down clock is not synchonous with the trigger edge.
I'm assuming this is because the on-board clock does not initiate the divide-down based on anything I have control over. Is there a feature that allows me to initiate the divide-down of the on-board clock with an external trigger edge?
Thanks,
Joe
01-30-2008
03:21 PM
- last edited on
08-14-2025
12:15 PM
by
Content Cleaner
Hi,
The clock is always going to start when the trigger is received. Depending on the trigger mode you select you will have different behaviors in your case you are looking to do: "digital edge", the data operation does not start until a digital edge is detected. “Digital Edge: the source of the digital edge is specified with the Digital Edge Start Trigger Source property, and the active edge is specified with the Digital Edge Start Trigger Edge property.”
Make sure you are setting up number of samples to be acquired per record and total number of records you want to acquire correctly. Now the question would be how fast is your trigger? What are the voltage levels for the trigger? Check that everything is under specifications page 20 of 6551 Manuals.
I hope it helps