09-14-2009 04:50 AM
Hi,
I am evaluating PCI-5922 for the my application.
In my application, PCI-5922 will get signal from agilent 33250 function generator and both instruments will be triggered at the same time with the same trigger signal.
Is there any way to take out reference clock (10 MHz) out of PCI-5922? If that is possible, synchronizing can be easier.
I am expecting to have answers from experts!
Zeehoon
Solved! Go to Solution.
09-16-2009 03:59 PM - edited 09-16-2009 04:00 PM
Hi Zeehoon,
There are two steps to export the 10MHz reference clock out of the PCI-5922.
1)Specify the reference clock source (to use the internal reference select "no source")
2)Specify the reference clock output (a list of valid terminals can be found in the PCI-5922 Routing Matrix inside the High Speed Digitizers Help)
Here is a LabVIEW snippet showing the clock exported to PFI 1:
-Jennifer O.
09-17-2009 09:23 AM
Hi Jennifer,
Thank you for your help. I tried what you told me but it did not work. I also tried several other labview vi's of which the function is very similar to what you mentioned but in vain...
I think your suggestion is quite right. Taking out 10MHz reference clock which is phase locked to internal sampling clock shouldn't be difficult and must be easy, I think. It is quite suspicious that my PCI-5922 board has some H/W problem. I think I need to have my board be serviced.
Thanks a lot, Jennifer!
Best Regards
Zeehoon
09-17-2009 12:21 PM
Do you receive an error when you attempt my suggested coding steps? Or does the application run, but you are unable to measure a pulse on the destination? If it is the latter, what are you using to verify whether there is a signal on the specified output terminal?
And just in case, which version of the NI-SCOPE driver are you using?
- Jennifer O.
09-17-2009 08:07 PM
09-21-2009 03:38 PM
Hi Zeehoon,
Before you send in the device for repair, please try one more thing. The reference clock will not actually output until the task or acquisition is started or at least committed. Try adding an NI-SCOPE Commit function after the property node where you set the reference clock output.
Jennifer O.
09-22-2009 10:47 PM
Hi Jennifer,
Yes, it is working and I can monitor the 10MHz reference clock output with DSO. As you said, I just added NI-SCOPE commit function after the property node. It is a very simple solution! Thank you very much.
Now I can proceed with my project!
Best Regards
Zeehoon