09-15-2024 04:04 AM
Hello Everyone,
I am facing issue while measuring the dutycycle using LabVIEW.I am using NI-PXIe 6363,where i have used Counter input to measure the duty cycle and it is showing error-201314.If i go with analog input channel and using pulse measurement it is not measuring the accurate value.Can you help me with this....I want to measure 1KHz with 30%dutycycle.
Thanks
09-15-2024 08:23 AM
Error -201314 Counter Sample Clock Buffered Pulse Measurements
If you are unsure how to resolve the issue, please post your code so we can understand what went wrong.
09-15-2024 09:25 PM
Hint: it's pretty likely you'll want to change to the "Implicit" version of DAQmx Timing rather than the "Sample Clock" version. The timing constraints described in the helpful link ZYOng posted that are necessary for Sample Clock mode to work aren't trivial to meet.
-Kevin P