Jump to content

Euro flash tuning


Puffwagon

Recommended Posts

Yeah so as he says WinOLS is really beyond 95% (or more) of tuners. Generating definitions from scratch is extremely time consuming. For example there are 165 operating systems from 2002 to 2016 in the Ford Falcon. Each of these has to be defined separately. We have written our own decompiler that pattern matches several calibration that we have defined by hand against all of the others, this makes the process much faster, but you still have to write the decompiler. There is probably 2 years full time work that went into just that one part of the software.

Basically this job gets harder each year as PCMs get more complex, different security (and checksums) and they add more and more advanced algorithms and tables. The current 2018 Mustang for example has over 33,000 scalars and tables. This is a compilation of 100s of engineers work over 20+ years. It is not really possible for one (or even several) people to reverse engineer and understand all of this. Sure you can reverse engineer and define the tables, but how they all interact and work is incredibly complex.

Even calibrators who work for large OEMs who have access to source code and calibration guides struggle to understand how a lot of it works at times. This is simply because of the vast amount of code that needs to be understood. Often you'll have a full team of engineers, each working on calibrating only one part of the PCM, they often don't understand what the other ones are doing as they don't have the time to learn everything.

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...
8 minutes ago, Roland@pcmtec said:

My browser was being a dickhead and posting the wrong time stamps on another forum. I just posted here to check if it was happening here.

I think it would have taken 24 hours before the actual time came up on the post anyway.

Link to comment
Share on other sites

  • 1 year later...
On 6/30/2020 at 4:51 PM, Roland@pcmtec said:

Often you'll have a full team of engineers, each working on calibrating only one part of the PCM, they often don't understand what the other ones are doing as they don't have the time to learn everything.

My (non) understanding of it is that they designed basically as flow charts, which in turn each part of the flow chart is a reference to another flow chart, and so on and so on and so on until you reach flowchinifinity. It's quite impressive what PCMTec has done, it's one thing to figure out how to download and upload the data, but to then go on and define it and make use of it was likely not an easy process.

Link to comment
Share on other sites

17 hours ago, jakka351 said:

My (non) understanding of it is that they designed basically as flow charts, which in turn each part of the flow chart is a reference to another flow chart, and so on and so on and so on until you reach flowchinifinity. It's quite impressive what PCMTec has done, it's one thing to figure out how to download and upload the data, but to then go on and define it and make use of it was likely not an easy process.

That's why you often see 6 copies of the same variable, depends how many departments wrote blocks of code that need the same thing. 

Some of the code in the modern mustangs is shared all the way back to the 90s and uses the same struct definitions and even table values. 

Then you have 5 different tables types, Bosch tables (knock and low level stuff), old 90s ford float tables, modern ford uint16 tables with built in equation coefficients to turn them back into low effectively half word floats to save memory. 

Then you also have code and tables that are clearly simulink generated and absolutely impossible to follow the asm due to the incredibly inefficient code that it outputs. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...