Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Disable CC messages relating to a CC-ID codes
28-02-2023, 14:15 PM,
Post: #21
XZBMW  RE: Disable CC messages relating to a CC-ID codes
(19-01-2023, 12:57 PM)elthox Wrote:  Hi Node,

How would you operate among the below codes? so basically when there are multiple codes for the same message.

CC-ID 253
Parking Brake Failed

CC-ID 239
Parking Brake Failed
CC-ID 240
Parking Brake Failed
CC-ID 241
Parking Brake Failed
CC-ID 242
Parking Brake Failed
CC-ID 243
Parking Brake Failed



For all listed ccid the group is the same cc_aktivierung_4

cc-id 253 7 byte -32
cc-id 239 5 byte -128
cc-id 240 6 byte -1
cc-id 241 6 byte -2
cc-id 242 6 byte -4
cc-id 243 6 byte -8

I think that with the 6th byte, 
if you give:
-3 will turn off 240 and 241, 
-6 will turn off 241 and 242, 
-7 will turn off 240, 241 and 242, 
etc. etc.
Quote this message in a reply
28-02-2023, 20:34 PM,
Post: #22
RE: Disable CC messages relating to a CC-ID codes
someone asking for this If You dont now which exactly error You have on dash is easy to check in ista after reading errors dont go to test plan just double click on error and it is on the bottom of description
Reputation: +1 - Mwahab [+1]
Quote this message in a reply
[+] 2 users say Thank You to kklobo for this post
10-03-2023, 11:25 AM,
Post: #23
RE: Disable CC messages relating to a CC-ID codes
Can a similar logic be applied to e-series kombi? I'm looking to remove id-56 in nettodata.


Attached Files Thumbnail(s)
   
NETTODAT.txt
File Type: .txt
Downloaded: 22 times
Size: 1.3 KB

Quote this message in a reply
18-07-2023, 11:51 AM,
Post: #24
XZBMW  RE: Disable CC messages relating to a CC-ID codes
(12-01-2023, 14:31 PM)Node Wrote:  IMHO general idea is that there is 1 bit for each CC-ID and all of them are sequential.

AFAIK SOS failure is CC-ID 299.

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 = 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.

ELEMENTARY!!!

Hi

And how to calculate the smaller number: CC ID-18 - Bonnet Open ??


Because I'm getting some nonsense in the calculations

Gretings

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
18-07-2023, 12:13 PM,
Post: #25
RE: Disable CC messages relating to a CC-ID codes
Why nonsense??? You will just get some zeros.
Reputation: +1 - Semi14 [+1]
Quote this message in a reply
18-07-2023, 12:37 PM,
Post: #26
XZBMW  RE: Disable CC messages relating to a CC-ID codes
(18-07-2023, 12:13 PM)Node Wrote:  Why nonsense??? You will just get some zeros.

18 / 64 = 0,28 = Group 1

18 -  64 * 1 = -56  
-56 / 8 = -7  
-56 - 7 * 8 = 0


Group 1  Bit 0 :


FE FF FF FF FF FF FF FF


Did I calculate correctly??

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
18-07-2023, 12:42 PM,
Post: #27
RE: Disable CC messages relating to a CC-ID codes
(18-07-2023, 12:37 PM)Semi14 Wrote:  
(18-07-2023, 12:13 PM)Node Wrote:  Why nonsense??? You will just get some zeros.

18 -  64 * 1 = -56  

Did I calculate correctly??

NO. Why * 1???
Quote this message in a reply
18-07-2023, 13:03 PM,
Post: #28
RE: Disable CC messages relating to a CC-ID codes
(18-07-2023, 12:42 PM)Node Wrote:  
(18-07-2023, 12:37 PM)Semi14 Wrote:  
(18-07-2023, 12:13 PM)Node Wrote:  Why nonsense??? You will just get some zeros.

18 -  64 * 1 = -56  

Did I calculate correctly??

NO. Why * 1???

My mistake

18 / 64 = 0,28 = Group 1

18 -  64 * 0 = 18  
18 / 8 = 2,25  
18 - 2 * 8 = 2


FF - 2^2 = FB


Group 1 Bit 2

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
18-07-2023, 13:06 PM,
Post: #29
RE: Disable CC messages relating to a CC-ID codes
(18-07-2023, 13:03 PM)Semi14 Wrote:  
(18-07-2023, 12:42 PM)Node Wrote:  
(18-07-2023, 12:37 PM)Semi14 Wrote:  
(18-07-2023, 12:13 PM)Node Wrote:  Why nonsense??? You will just get some zeros.

18 -  64 * 1 = -56  

Did I calculate correctly??

NO. Why * 1???

My mistake

18 / 64 = 0,28 = Group 1

18 -  64 * 0 = 18  
18 / 8 = 2,25  
18 - 2 * 8 = 2


FF - 2^2 = FB


Group 1 Bit 2

Forgot byte 2
Reputation: +1 - Semi14 [+1]
Quote this message in a reply
[+] 2 users say Thank You to Node for this post
19-07-2023, 01:53 AM,
Post: #30
RE: Disable CC messages relating to a CC-ID codes
hi,

what would the value be if the 5th bit has value of 32 (= 2 ^ 5)?
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Brake Pads Warning Disable -Racing purpose marcdts 4 248 28-04-2024, 18:48 PM
Last Post: CeyLive
  Disable active steering e91 xMoses 1 102 28-04-2024, 01:35 AM
Last Post: Marx
XZBMW Requesting fsc DEBLOCKING codes 0x1AA for Headunit BMWF01 1 137 21-04-2024, 10:05 AM
Last Post: BugFix
  Flash CAS 3 for disable ELV UnFan 3 223 19-04-2024, 08:20 AM
Last Post: ravager
XZBMW Requesting FSC enabling codes for BMW F40 BMWF01 3 190 10-04-2024, 10:10 AM
Last Post: RuleNormaliai
  E60 disable active steering BimmerSLO 4 434 05-03-2024, 19:32 PM
Last Post: BimmerSLO
  NEED FA CODES FROM VIN E92 tigre 1 115 28-02-2024, 17:41 PM
Last Post: nBlacky
  G01 disable Seat Belt Tightening after drive away BusyBox 5 461 13-02-2024, 13:03 PM
Last Post: BusyBox
  Solved ✔ F56, disable Keyless Entry by coding Edward1968 5 708 07-02-2024, 19:48 PM
Last Post: Edward1968
  Solved ✔ Cas3 black disable elv sokisoki3 6 603 25-01-2024, 11:35 AM
Last Post: sokisoki3

Forum Jump:


Users browsing this thread:
2 Guest(s)

Return to TopReturn to Content