Joined
·
298 Posts
I was about to modify my key fob to kill the panic button since I'm back in a Giulia, but I found a way to do it with MES. There is a thread here that references it in the context of enabling panic for non-North American cars (like buying a North American keyfob in Europe for the remote start button that also has a panic button), but I couldn't find where anyone had done this to disable the feature. I am in the camp where I constantly set off panic with the keyfob and have used it never in 30 years, so disabling it entirely is fine with me. Plus it's reversible.
Confirmed after doing this my panic function no longer works and everything else seems to work fine.
When doing proxi alignment in multiecuscan, changing byte 126 disables panic:
1) On the proxi alignment screen pressing ctrl+alt+c brings up the window to change coding
2) Convert the existing value from your car in byte 126 from hexadecimal to binary (google to find converters)
3) Change the first bit to 0 to disable panic and leave the rest of it the same
0xxxxxxx - Panic disabled
1xxxxxxx - Panic enabled
4) Convert your new binary number back to hexadecimal (online converter)
5) In MES change byte 126 to the new hexadecimal value
6) Complete proxi alignment
For example, my byte 126 was E4. There are other things stored in that byte, so all cars might not start or end with the same value. Converting E4 to binary:
11100100
Changing the first bit from 1 to 0:
01100100
Convert to hexadecimal:
64
My new value would be 64 for byte 126. Again, your value might be different.
Confirmed after doing this my panic function no longer works and everything else seems to work fine.
When doing proxi alignment in multiecuscan, changing byte 126 disables panic:
1) On the proxi alignment screen pressing ctrl+alt+c brings up the window to change coding
2) Convert the existing value from your car in byte 126 from hexadecimal to binary (google to find converters)
3) Change the first bit to 0 to disable panic and leave the rest of it the same
0xxxxxxx - Panic disabled
1xxxxxxx - Panic enabled
4) Convert your new binary number back to hexadecimal (online converter)
5) In MES change byte 126 to the new hexadecimal value
6) Complete proxi alignment
For example, my byte 126 was E4. There are other things stored in that byte, so all cars might not start or end with the same value. Converting E4 to binary:
11100100
Changing the first bit from 1 to 0:
01100100
Convert to hexadecimal:
64
My new value would be 64 for byte 126. Again, your value might be different.