04-26-2013 07:13 AM
I have an encoder with a resolution of 1024PPR. I would like to measure RPM of a motor in LabVIEW using that encoder via a DAQ Card (Counter). Is there any example availble for the same?
04-26-2013 07:34 AM
Hi Kartik,
RPM = (pulses per second) * 60 / 1024 PPR
All you need to do is to check the value of the counter each second and to calc the difference to the previous value...
Examplesfor reading a CTR are found in the example finder (Help menu in LabVIEW)!
04-26-2013 07:47 AM
Thanks buddy 🙂
I would like to know one more thing. Generally in Digital Inputs along with Logic States (High or Low) we get Time Stamps. Like that do we get any time stamps from Counters to calculate number of pulses per second accurately?
Regards,
Kartik S
04-26-2013 07:55 AM
04-26-2013 08:02 AM
I will try this and come back to you in a couple of days.
Weekend ahead 😛 😄
Thank you 🙂
Regards,
Kartik S