CityEl Tacho - roll over?



Bis zu 350 € für alle Fahrer von Elektroautos!
» Jetzt die höchste Quote am Markt sichern
» Oder direkt FIX 85 € erhalten.

Bereits jetzt THG-Quote für 2024 beantragen! Sichere dir deinen Quoten-Anspruch bevor die Prämie sinkt!
(Werbung)

zaprodk

Neues Mitglied
27.09.2021
21
Hi. Anyone have information on what happens on the latest Tacho (1998 ->) when it reached 99.999 km? does it roll over to 00000 like the old mechanical counters?

I am moving tacho from donor vehicle into another vehicle with lower kilometers. Apparently no one knows how to reset the counter or access to a fresh CPU with no odometer reading, so i was thinking about connecting the tacho to a signal generator and "drive" the odometer until it zeroes out, but i wanted to make sure that it indeed does this.

Regards,
Per.
 

Sascha Meyer

Bekanntes Mitglied
18.05.2007
5.269
Hi Per,
same at me, not a single clue. But nevertheless, be heartily welcomed here in this forum.
Btw., where do you come from? We connected to quite some countries..


Greetings from Saarland, Sascha
 

zaprodk

Neues Mitglied
27.09.2021
21
Kamikaze: Yeah, what happens? Maybe it's stuck at 99999 and needs a new chip, or it will just roll over. I guess there is only one way to find out.
Sasha, I'm in Denmark.
Using a CityEl from 2000 as a donor for a MiniEl from 1988.
All driveline components have been fixed and moved over, next job is electrics.

 
  • Like
Wertungen: Kamikaze

Sascha Meyer

Bekanntes Mitglied
18.05.2007
5.269
Kamikaze: Yeah, what happens? Maybe it's stuck at 99999 and needs a new chip, or it will just roll over. I guess there is only one way to find out.
Sasha, I'm in Denmark.
Using a CityEl from 2000 as a donor for a MiniEl from 1988.
All driveline components have been fixed and moved over, next job is electrics.

Hi Per,
do you join us in our traditional Ellert Træf, this year happening in Aabenraa?
Have a look here..

oh, just saw you are active in the danish facebook group, so you will be well aware..

Mange Hilsen fra Tyskland, Sascha
 

zaprodk

Neues Mitglied
27.09.2021
21
I can report that it indeed rolls over as expected. I connected up a signal generator (Arduino + optocoupler) and left it overnight. Sadly my calculations were a bit off so instead of the count being near 00000 when i went back into the lab today, it was 1900 something. So i'm taking it for a spin again :D This time i've calculated how long and have it stop before it turns over.
 

zaprodk

Neues Mitglied
27.09.2021
21
I guess you broke the record for daily kilometers on an EL speedometer then.:ROFLMAO:
Which drive speed are you simulating? (Maybe you broke a record there, too...)
It's driving 135 km/minute. Probably the fastest CityEl in existence :D
Also, the button under the display, how is it supposed to work? It doesn't react when i press it.
 
  • Haha
Wertungen: Kamikaze

zaprodk

Neues Mitglied
27.09.2021
21
Yeah, i guess the designer of the code on the microcontroller made leeway for upgrading the motor and mounting wings ?.
It cannot go any faster since it takes too much CPU time (the counting is interrupt-driven) so the LED displays starts flickering wildly and eventually locks up if going any faster.

 
  • Haha
Wertungen: Kamikaze

zaprodk

Neues Mitglied
27.09.2021
21
sure.
Code:

Code:
void setup() { pinMode(9, OUTPUT);
}
void loop() { digitalWrite(9, HIGH); // turn the optocoupler on. delayMicroseconds(100); // wait for a short moment digitalWrite(9, LOW); // turn the optocoupler off. delayMicroseconds(70); // wait for a short moment
}

On the Arduino, I have a generic optocoupler (PC817) connected with a 180 ohm resistor in series. The output of the opto is connected to GND and pin 3 of the dash.
 
Zuletzt bearbeitet:
  • Like
Wertungen: Kamikaze

zaprodk

Neues Mitglied
27.09.2021
21
" the button under the display, how is it supposed to work "
This switch between Daily km and total km
Yes, so much i understood from reading the handbook. It just doesn't do anything on mine.

Before pressing "send" i went to test the buttons for continuity. Both broken! No signs of moisture damage. I went to find some new buttons in my stockpile but didn't find any with the same height of the pin in the middle, so i carefully took the switches apart to clean them from corrosion, and see what I found - a bunch of hardware bugs!



After cleaning the bugs out the switches works once again :)

 

Anmelden

Neue Themen

Neueste Beiträge