Slashdot Mirror


Volkswagen CEO Issues Apology Over Emission-Cheating Software

cartechboy writes: Last Friday we learned that Volkswagen got caught cheating on emissions testing via software programming. The punishment? It could get slapped with up to $18 billion in fines. While the company has yet to admit to any wrong doing, the CEO has now issued a formal apology and said the automaker will cooperate fully with any and all investigations. It's issued a stop-sale on all new and used TDI vehicles until further notice. VW's currently in talks with the EPA and the California Air Resources Board in regards to these allegations. It's also ordered an external investigation of its own into the matter. Whether criminal charges will be filed is yet to be seen.

3 of 301 comments (clear)

  1. Re:Another 40 years before we see popular diesel c by Dzimas · · Score: 5, Informative

    The Audi A3 is one of the models implicated in this scam. It appears that it includes any VW and Audi vehicles that don't have a urea injection system.

  2. Blaming American Engineers by BenJeremy · · Score: 5, Informative

    In the German press, the CEO is already painting this as a bunch of rogue American engineers doing this.

    One problem: If there was any engineering in the US, it was probably only to tweak the existing calibrations. It's pretty rare to see the actual source to ECUs, which is mostly unchanged over long periods of time. Most of the adjustments made are in the calibrations - a checksummed block of mapped constants in the ROM image file where the symbolic map has been exported by the compiler.

    As somebody who has actually authored calibration tools used in the automotive industry, and worked on some of the software used to provide version control, I have a pretty clear idea of what is going on here.

    In this case, the code itself - the algorithms used in the ECU, specifically disabled emissions controls (either by an alternative set of calibrations, or by skipping entire routines) when in Emissions Test Mode. If it's using an alternative set of calibrations... it still demands an answer to why it would need a second set of calibrations to begin with.

    Sadly, the press and many of the investigators involved in this will probably not understand the techical aspects of this, and why this is a fundamental cheat that could only have been created by the team that engineered the ECU.