SkodaDriver Posted November 29, 2021 Report Share 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. Quote Link to comment Share on other sites More sharing options...
SkodaDriver Posted December 2, 2021 Author Report Share Posted December 2, 2021 Just to follow up, if you need a beta tester for this please let me know. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.