|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Re: Encoder Problem
My mistake. Thanks for pointing that out but would that make a difference for the encoders.
|
|
#17
|
|||
|
|||
|
Re: Encoder Problem
If you don't recall changing that, then maybe there's others. Obviously, something's different = one works, one dosen't.
How about the fact that you're getting the encoder count for #s 1..4 in one chunk of code, and for #s 1..6 in the other. Is encoder.h set up to use six(6) encoders? PS: The call to Default_Routine() is commented out in both sets of code, so don't expect any changes there to show up once you get encoders working. Last edited by Jack Jones : 03-01-2007 at 09:52. Reason: added PS |
|
#18
|
|||
|
|||
|
Re: Encoder Problem
I have tried it both ways. I have tried it with all six encoders enabled and I have tried it with 4 enabled. Other than that there are no changes between the encoder.h files. About the default routine I have tried commented and uncommented but it still will only read one encoder.
Last edited by DustinB_3 : 03-01-2007 at 10:19. |
|
#19
|
||||
|
||||
|
Re: Encoder Problem
It could be that your interrupt handlers are set up wrong in user_routines_fast.c. Have you checked those?
You should be able to drop the user_routines_fast.c from Kevin's code into your project, unless you are using custom timers, or have already written up some autonomous routine. At the very least, check to see if InterruptHandlerLow is set up the same in both sets of code. Hope this helps. |
|
#20
|
|||
|
|||
|
Re: Encoder Problem
|
|
#21
|
||||
|
||||
|
Re: Encoder Problem
Quote:
|
|
#22
|
|||
|
|||
|
Re: Encoder Problem
I am using the exact user routines fast from kevin watsons frc_encoder code.
|
|
#23
|
|||
|
|||
|
Re: Encoder Problem
Thanks for all of your help. I have finally fixed the problem. I swear that I did not edit the encoder.h file but when I overwrote the old one with one that I got directly from kevin watsons website it fixed the problem.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Encoder Pinout | bear24rw | Electrical | 4 | 04-12-2006 21:43 |
| Encoder help | Windward | Programming | 21 | 14-01-2006 15:10 |
| Strange Encoder Problem | AIBob | Electrical | 3 | 20-02-2005 22:20 |
| encoder.c | Gary Bonner | Programming | 2 | 14-01-2005 13:41 |