 | | Re: Struggling with encoder wheel
|
|
Pretty neat Chris. You've very nearly recreated a special kind of optical encoder that was developed by my former employers called a virtual absolute encoder. It didn't use diferent colors but it used a "time-window" to read the last few states off (...) (24 years ago, 12-Apr-01, to lugnet.robotics)
|
|
 | | Re: Pneumatic Pump Testing Goes Hi Tech
|
|
(...) Thanks for the information. I'm going to see if I can get hold of one of these... (...) I use pneumatics mainly where brute strength is needed rather than smooth motion, such as the raising/lowering mechanism on a crane (although this (...) (24 years ago, 12-Apr-01, to lugnet.robotics, lugnet.technic)
|
|
 | | Re: Struggling with encoder wheel
|
|
(...) If I had room for a 64 element array, I'd just use that and make a lookup table. Unfortunately I don't, and I can't figure out a way to pack things in and still look them up with any speed. I also can't find any way to mathematically convert (...) (24 years ago, 12-Apr-01, to lugnet.robotics)
|
|
 | | Re: Struggling with encoder wheel
|
|
(...) Can't you just use a large switch() statement inside a function to simulate a 64 element array? If none of the values in the array ever change: int array ( int x ) { switch ( x ) { case 0 : return element_0 ; case 1 : return element_1 ; case 2 (...) (24 years ago, 12-Apr-01, to lugnet.robotics)
|
|
 | | Re: Battery Tests
|
|
I really cant make any comparison to batteries, ever since day one I've used Rayovac Rechargeable Alkalines. I bought two 4 packs for.. $6 each? and the recharger that only charges 4 at a time for another $8? I forget, bought it all around the (...) (24 years ago, 12-Apr-01, to lugnet.robotics)
|