View Single Post
Old 12-13-2011, 09:50 PM   #5296 (permalink)
adamj12b
Master EcoModder
 
Join Date: Apr 2009
Location: Charlton MA, USA
Posts: 463

EVVette - '71 Chevy Corvette Coupe
Thanks: 31
Thanked 183 Times in 94 Posts
Alright, I think Ive got some insight.

Your controller is triggering 4 different faults, at different times.

The most common one, and worst is hex code 1 binary 00000001. This is a throttle fault code.

There is also codes for Paul's pwm with no feedback fault hex 8 binary 00001000.

The other 2 faults are for high pedal lockout and precharge. codes 10000000 and 00100000 respectively.

The throttle fault is what is causing the trouble. What are you using for a throttle pot?

After looking at the files again, the pot was not connected for some time.

If you look at these lines, you can see the throttle connected, then disconnected and then connected again. The 3rd column, RT, is the signal from the ADC.


Code:
TIME	        TR	RT	CR	CF	HS	PW	FB	BA	AH	TempF
1009.5	0	717	0	0	153	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1009.6	0	717	0	0	153	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1009.7	0	717	0	0	153	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1009.84	0	717	0	0	153	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1009.92	0	717	0	0	153	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.01	0	717	0	0	153	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.1	0	716	180	90	153	22	0	4	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.2	0	717	0	0	152	0	0	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.3	511	0	0	0	152	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.4	511	0	0	0	152	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.5	511	0	0	0	153	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.6	511	0	0	0	153	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.7	511	0	0	0	153	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.8	511	0	0	0	153	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1010.9	0	706	0	0	152	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1011	0	716	0	0	152	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1011.1	0	713	0	0	152	0	1	0	5	40																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
1011.2	0	715	0	0	153	0	1	0	5	40
I got to go to bed now. gotta get up early. This should give some insight.

-Adam
__________________
www.EVVette.com - 1971 Corvette Coupe Conversion to all Electric!
www.AdamBrunette.com - Machining, CNC, Robotics and Electronics.

You can download RTD Explorer for the Cougar controllers at www.EVVette.com
  Reply With Quote