SkodaDriver Posted November 29, 2021 Report Posted November 29, 2021 I used CarPort Pro CAN to do a scan for faults on my Skoda Citigoe IV and found that CarPort (just like VCDS) does not correctly decode the dates of the faults. The Skoda Citigoe IV does not have a calendar in it's control units, therefore in the "standard ambient conditions" PID it simply keeps count of the days since it's first initialization (usually right after the production of the car). The day (5 bits) and year (7 bits) are simply used together as an incremental daily counter, while the month bits are always set to 14 (bin 1110) as a flag to indicate this format. So basically to get the date of the fault code you have to read the day counter value in the "standard ambient conditions" PID and then read the day counter in the fault code and subtract it from the first value. The resulting value then needs to be counted backwards from the current date. It might sound complicated but once worked out it's straightforward. See also this forum discussion where it was figured out: https://www.goingelectric.de/forum/viewtopic.php?p=1644829#p1644829 https://www.goingelectric.de/forum/viewtopic.php?p=1715630#p1715630 It would be great if you could fix this in your otherwise excellent software so that I can see the correct dates of the faults.
SkodaDriver Posted December 2, 2021 Author Report Posted December 2, 2021 Just to follow up, if you need a beta tester for this please let me know.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now