BMW Garage BMW Meets Register Today's Posts

Go Back   BMW M3 and BMW M4 Forum > BMW F80 M3 / F82 M4 Technical Topics > DIY and Coding Discussions

Post Reply
 
Thread Tools Search this Thread
      10-19-2020, 10:37 AM   #1
SuprUsrStan
New Member
3
Rep
15
Posts

Drives: F80 M3
Join Date: Jan 2016
Location: SC

iTrader: (0)

How to check if car has a tune?

Is there a simple way (tutorial) of how to check if the car currently has a tune through E-Sys? What would you look for for something like that? I saw some mention something about a flash counter. I can't seem to figure out where that info is located within the software.

I'm just trying to confirm that the car is currently stock and if possible check if the car has ever had a tune in the past.
Appreciate 0
      10-19-2020, 01:20 PM   #2
kubax86
BimmerPost Supporting Vendor
kubax86's Avatar
No_Country
1780
Rep
3,052
Posts


Drives: M2
Join Date: Jul 2017
Location: World

iTrader: (8)

You can check flash counter but it's possible that counter remained even though car is flashed.
Appreciate 0
      10-19-2020, 01:54 PM   #3
SuprUsrStan
New Member
3
Rep
15
Posts

Drives: F80 M3
Join Date: Jan 2016
Location: SC

iTrader: (0)

So I was able to pull the readProgrammingCounter stats.

Code:
=== Request : readProgrammingCounter (22 25 02) ============================
// state of prog counter: several times
// prog counter: 1
10->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 1
61->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 0
35->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
67->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
44->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
43->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
3F->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
56->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
2C->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
17->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 1
06->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 0
78->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
5F->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
72->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
08->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
30->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
40->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
01->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
6D->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 3
63->F4 62 25 02 00 00 00 03
// state of prog counter: several times
// prog counter: 0
60->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
1C->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
76->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
0F->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 1
12->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 0
37->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
29->F4 62 25 02 00 00 00 00
Of note, I think is the entry for 12->F4 62 25 02 00 00 00 01 with a value of // prog counter: 1. Am I correct in that this is the ECU? With a count of 1, is it a pretty good bet that this car currently has a tune on it?

Last edited by SuprUsrStan; 10-22-2020 at 02:40 PM..
Appreciate 0
      10-23-2020, 09:48 AM   #4
SuprUsrStan
New Member
3
Rep
15
Posts

Drives: F80 M3
Join Date: Jan 2016
Location: SC

iTrader: (0)

Is there any way to check to see if the car currently has a tune without actually putting the car on a dyno? I would hate to flash a car with a stock map if it's already on the stock tune.
Appreciate 0
      10-24-2020, 11:40 AM   #5
Kilabyte
I'm Batman!
Poland
3947
Rep
1,477
Posts

Drives: Mineral White M3 6MT
Join Date: Jun 2019
Location: Massachusetts

iTrader: (1)

Find a stock M and do a pull
__________________

S55, 2JZ, M48.00
Appreciate 0
      11-11-2020, 01:57 PM   #6
Djdnav
First Lieutenant
227
Rep
369
Posts

Drives: F80 M3
Join Date: Jul 2018
Location: Central FL

iTrader: (6)

Quote:
Originally Posted by SuprUsrStan View Post
So I was able to pull the readProgrammingCounter stats.

Code:
=== Request : readProgrammingCounter (22 25 02) ============================
// state of prog counter: several times
// prog counter: 1
10->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 1
61->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 0
35->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
67->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
44->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
43->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
3F->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
56->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
2C->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
17->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 1
06->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 0
78->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
5F->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
72->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
08->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
30->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
40->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
01->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
6D->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 3
63->F4 62 25 02 00 00 00 03
// state of prog counter: several times
// prog counter: 0
60->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
1C->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
76->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
0F->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 1
12->F4 62 25 02 00 00 00 01
// state of prog counter: several times
// prog counter: 0
37->F4 62 25 02 00 00 00 00
// state of prog counter: several times
// prog counter: 0
29->F4 62 25 02 00 00 00 00
Of note, I think is the entry for 12->F4 62 25 02 00 00 00 01 with a value of // prog counter: 1. Am I correct in that this is the ECU? With a count of 1, is it a pretty good bet that this car currently has a tune on it?
I don't know what values those are, or what program you're using; but any module that has been initialized to the car will have a flash count of 1. Sometimes modules are updated for whatever reason, so having a flash count of 2-3 doesn't necessarily mean it was tuned.
__________________
///M3
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 03:28 PM.




f80post
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