getting_started:tutorials:controlsystem
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:tutorials:controlsystem [2016/10/21 09:45] – graf | getting_started:tutorials:controlsystem [2016/10/23 10:28] (current) – graf | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== Control System |
- | A simple control system consists of a single time domain which has to be run periodically by the excutor. Write your main program as follows. First you have to define the executor and set ist own speed. The executor runs its own periodic task | + | A simple control system consists of a single time domain which has to be run periodically by the excutor. Write your main program as follows. First you have to define the executor and set ist own speed. The executor runs its own periodic task, the main task. |
<code cpp> | <code cpp> | ||
eeros:: | eeros:: | ||
Line 6: | Line 6: | ||
</ | </ | ||
- | Next we have to define | + | Next we have to define |
<code cpp> | <code cpp> | ||
- | | + | |
executor.setMainTask(ss); | executor.setMainTask(ss); | ||
</ | </ |
getting_started/tutorials/controlsystem.1477035949.txt.gz · Last modified: 2016/10/21 09:45 (external edit)