Difference between revisions of "HANcoder/Training Material/ThrottleValveController"

From OpenMBD
Jump to: navigation, search
(Created page with "{{HANcoder}} == Project description == The goal of this assignment is to make a control system using HANcoder. You will be taught which problems you can run into making such...")
 
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
  
 
== Contents ==
 
== Contents ==
*Part 1: [[/1| The things you'll need]]
+
*Part 1: [[/HardwareSetup| The things you'll need]]
 +
*Part 2: [[/OpenLoopBuild | Building open loop control model]]
 +
*Part 3: [[/OpenLoopTest | Testing the open loop model]]
 +
*Part 4: [[/ClosedLoopBuild | Building the closed loop model]]
 +
*Part 5: [[/ClosedLoopTest | Testing the closed loop model]]

Latest revision as of 11:24, 13 April 2018


Project description

The goal of this assignment is to make a control system using HANcoder. You will be taught which problems you can run into making such a control system and how to solve them. You will see the advantages and the disadvantages of a closed loop versus an open loop system. By the end of this assignment you’ll be able to make a closed loop control system for an automotive throttle body.

Contents