F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Today's Posts
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > Help DTC OFF
Studio RSR
Post Reply
 
Thread Tools Search this Thread
      02-29-2024, 03:04 PM   #1
Kacperrrr
Registered
0
Rep
2
Posts

Drives: 335
Join Date: Sep 2023
Location: Poland

iTrader: (0)

Help DTC OFF

Hello, Is there any free program to CEL blacklist ?
Appreciate 0
      03-03-2024, 12:31 PM   #2
mrpingu
Lieutenant
181
Rep
593
Posts

Drives: 2018 F48 X1 xDrive 18D
Join Date: Nov 2022
Location: Norway

iTrader: (0)

Garage List
Quote:
Originally Posted by Kacperrrr View Post
Hello, Is there any free program to CEL blacklist ?
No not for free, you need a FDL-coding solution. Then you need to calculate which byte need to be changed.

I have this in my notes, taken from internet once

Quote:
general idea is that there is 1 bit for each CC-ID and all of them are sequential.



Each group has 8 bytes so 64 (= 8 * 8) bits total.

299 / 64 = 4.xxx so it's 5th group (as groups are counted from 1: 4 + 1 = 5).

299 - 64 * 4 (group) = 43 so it's 43rd bit in 5th group.

43 / 8 = 5.xxx so it's 5th byte (as bytes are counted from 0: 5 + 0 = 5).

43 - 5 * 8 = 3 so it's 3rd bit (as bits are also counted from 0)

3rd bit has value of 8 (= 2 ^ 3) so FF - 8 = F7.
Well, to be more precise - works when bit WAS SET ONLY. Normally you would do NOT-AND operation which works always. So initial value FF & (~8). ~8 = F7. FF & F7 = F7.


Assuming cc-id 256, how this math will work?

256 - 64 * 4 = 0
0 / 8 = 0
0 - 0 * 8 = 0

So it will be 0'th bit in byte 0 smile
0'th bit value is 2^0 = 1, so FF & (~1) = FE (assuming initial value was FF).
Appreciate 0
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 10:08 AM.




f30post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST