Controller Topics

Controller Concepts

Like it or not, modern automobiles heavily rely on computer controllers to achieve:

  • Meet tailpipe emission standards defined by OBD-II
  • Safety features, Anti-Lock Braking, Obstacle Avoidance, Suspension Tuning, ...
  • Interior climate control
  • High Performance, e.g. modern cars car achieve over 600 HP, have decent gas mileage, are reliable, and smog legal

So, to maintain and enhance modern automobiles you need a descent understanding of the four stroke motor and computer control systems. This section will give a high level explanation of computer control systems.

Related Links

Related Videos

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + "://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } } (document, "script", "twitter-wjs"); function DisplayDTC(inputValue) { BootstrapDialog.show({ title: inputValue, message: $('
Loading....
').load('https://www.geekdiymechanic.com/OBDII/PerformOBDIIDetailCodeLookUp' + "?filter=" + inputValue), buttons: [{ label: 'Close', action: function (dialogItself) { dialogItself.close(); } }] }); return false; } // end of DisplayDTC() $(function() { var icons = { header: "ui-icon-circle-arrow-e", activeHeader: "ui-icon-circle-arrow-s" }; $( "#accordion" ).accordion({ icons: icons, collapsible: true, icons : icons }); });