User Tools

Site Tools


getting_started:tutorials:controlsystem2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
getting_started:tutorials:controlsystem2 [2016/10/23 10:29] – created grafgetting_started:tutorials:controlsystem2 [2020/11/26 17:18] (current) – removed ursgraf
Line 1: Line 1:
-====== Control System with Several Time Domains ====== 
-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> 
-  eeros::Executor &executor = eeros::Executor::instance();  
-  executor.setPeriod(0.001); // runs every millisecond 
-</code> 
  
getting_started/tutorials/controlsystem2.1477211378.txt.gz · Last modified: 2016/10/23 10:29 by graf