09-28-2011 12:19 PM
Hi All,
I am using a motor with encoder. The encoder give count information. It always count 2000 to 1, and repeat again and again. I want to make it as 1 to 2000, 2001 to 4000 etc.
In summary:
I have count no as 2000, 1999.........1, 2000, 1999......1, 2000, 1999,.....
I want to make it as 1, 2,..............2000, 2001, 2002.....4000, 4001, 4002....
Could you please help me how I can make it.
Thank you for your co-operation!
Regards
Azim
09-29-2011 06:06 PM
Hey Azim,
There are a lot of ways you could do this based on the information provided, you could just use an increment in labview instead of the physical encoder if all you are trying to do is count the encoder pulses.
There is also a good tutorial on how to set up a counter
http://zone.ni.com/devzone/cda/tut/p/id/5373
good luck
Beau H