
Originally Posted by
LandyAndy
The dash lights dont remain constant until the magical 254 times is counted,they self reset until then.Its a binary computer number Im told.
,interestingly my CAT graders magical number is 127 counts for a fault code.
Check your disc rotors for thickness wear,I was getting constant issues with the 3 Amigoes,always front right when turning.I just replaced all the rotors/pads,early days but sofar they are on holidays






The old rotors had a big lip,the front right was worst.
GOODLUCK
Andrew
It just depends on how the manufacturers decide to set the fault code. In both cases they are probably using an 8bit word.
If you look at the binary representation it makes more sense:
2^8 = 256 (or 0-255)
2^7 = 128 (or 0-127)
Code:
0 = 0000 0000
127 = 0111 1111
128 = 1000 0000
^
bit 8
254 = 1111 1110
255 = 1111 1111
CAT is probably reading bit 8 to determine if a fault is permanent.
On the D2 a fault count of 255 represents a permanent fault. The 254 will be he number of non-permanent faults prior to permanent fault status.
Getting back to the original question, I've read reports of the Nanocom displaying no fault codes, but when the same vehicle is connected to testbook or similar gear there are in fact codes logged.
On thing I found with old versions of the firmware was that saving the faults to file sometimes showed hidden fault codes. Might be worth trying out?
cheers
Paul
Bookmarks