User Tools

Site Tools


getting_started:practical_problems:start

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:practical_problems:start [2017/09/24 16:29] – [Don'ts] grafgetting_started:practical_problems:start [2018/04/17 14:54] (current) – [Do's] graf
Line 3: Line 3:
  
 ===== Do's ===== ===== Do's =====
-[[.:signal_checking|]]+  * [[.:signal_checking]] 
 +  * [[.:rem_unused_blocks]] 
 +  * [[.:auto_switch]] 
 +  * [[.:abort]] 
 +  * [[.:realtime]] 
 +  * [[.:monitor]]
 ===== Don'ts ===== ===== Don'ts =====
-[[.:hidden_states|]]+  * [[.:hidden_states]] 
 +  * [[.:seq_endless]]
 ===== Stumbling Blocks ===== ===== Stumbling Blocks =====
 +  * [[.:faults_cs]]
 +  * [[.:add_saf_level]]
 +  * [[.:no_log]]
  
- 
-===== Avoid Hidden States in the Safety System ===== 
-It might be tempting to define elaborate actions in a certain safety level. However, in order to keep the safety system clean and simple avoid such practises. Do not define different states in a safety level. If you need to stay a certain amount of time in a safety level use the field ''nofActivations'' as described in [[eeros_architecture:safety_system:properties#counter|Counter]]. As soon as you want to model a more complex behaviour use a [[eeros_architecture:sequencer:sequence|]]. 
-===== Handle Faults in the Control System ===== 
-input not connected, forget to connect 
-nan 
-initial signals = nan, forget to addBlock 
-remove block 
- 
-===== Remove Blocks when no longer used ===== 
-Blocks have to be added to a time domain and will then be run by this. If you have blocks which are used only for a certain task such as initialization, you can remove them after this task has finished in order to safe processing power, see [[eeros_architecture:control_system:time_domains|]]. 
- 
-===== Switch Block Switches Automatically ===== 
-There are cases were a switch block has to switch to a certain input under given conditions. While it might be possible to use the safety system to check this condition it might be preferable if the switch block itself switches when a certain condition is met. To use the sequencer for this purpose is generally not advisable as realtime cannot be met there. \\ 
-For further information refer to [[eeros_architecture:control_system:available_blocks:switch|]] or check the example in [[getting_started:tutorials:controlsystem4|Control System Containing Switch Blocks ]]. 
- 
-===== Block with Parameters ===== 
-Situation: inner states of blocks can be changed only through signals or getter / setter methods. How to implement a slowly changing inertia matrix? You do not want to calculate this matrix out of regular signals with full speed. Solution: use slow time domain for this purpose and change ... 
- 
-===== How to Stop a System with CTRL-C ===== 
- 
-===== How to interact between Sequencer and Control System ===== 
-Seq soll signale in CS setzen (const) oder lesen \\ 
- 
-===== Comparisons of Safety Level do not Work ===== 
-addLevel forgotten \\ 
getting_started/practical_problems/start.1506263354.txt.gz · Last modified: 2017/09/24 16:29 by graf