LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

duty cycle measure

Hello,

 

I am trying to measure a PWM duty cycle using  DC values, can anyone help me, if my PWM is 200 Hz  10V , what should i use on  LabVIEW  in order to estimate the PWM duty cycle .

 

thank you IM USING PXI-4065

0 Kudos
Message 1 of 3
(1,163 Views)

PXI-4065 does not have any circuitry to measure the duty cycle. On the other hand, you can use the DMM in digitizer mode, capture the waveform and calculate the duty cycle in the software layer.

 

Another approach I would use is to set the aperture time to match 5ms (200Hz), measure voltage. Since you already know that the amplitude is 10V, any averaged voltage you measure in 5ms is duty cycle x 10V. For instance, if you measure 1V, it means, duty cycle is 10% and so on.

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(1,140 Views)

@yugant7 wrote:

Hello,

 

I am trying to measure a PWM duty cycle using  DC values, can anyone help me, if my PWM is 200 Hz  10V , what should i use on  LabVIEW  in order to estimate the PWM duty cycle .

 

thank you IM USING PXI-4065


It doesn't matter what hardware you are using 

 

Vrms = Vpk * (100 * DC)  

So, you only need Vpk = 10 and Vrms to CALCULATE Duty Cycle!

 

You might a also need algebra 101


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 3
(1,122 Views)