NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

NI5112 oscillator frequency

Solved!
Go to solution

Hello,
 

   I have a NI5112 and I want to measure the frequency of an oscillator across it. Can anyone tell me how can I use NI5112 to measure the frequency of an oscillator?  


Regards 

0 Kudos
Message 1 of 4
(3,688 Views)

The 5112 is a digitizer.  So you would have to capture a waveform and perform measurements from there.  I doubt you are doing all of this in TestStand.  What other languages are you using?  LabVIEW has some VIs already made to get the frequency reponse from a waveform.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(3,686 Views)

I have installed NI-SCOPE driver software and I'm writing the program in Visual C++. You are saying me to capture the waveform and perform measurements but how can I do that? As the oscillator frequency is measured across 2 ends of the oscillator you are saying me to place one channel across one end and measure with respect to ground and in the same way placing other channel to other end and measuring with respect to ground and finally summing up both of them? If it is the case then how can I do that practically?

0 Kudos
Message 3 of 4
(3,677 Views)
Solution
Accepted by topic author kumarkpramod

Hi,

There can be many options in which you can look into. Here I'm discussing two ways to measure the frequency that you can use...

 

1. You can use MAX in ouder to measure the inputs that you provides across the two terminals of 5112.

2. You can write a small code in order to mesaure the amplitude and frequency of the input. You can also include ActiveX Controls in order to log the data in excel file.

I'm attaching a code that you can refer to understand how you can use the latter method.

 

0 Kudos
Message 4 of 4
(3,674 Views)