User Tools

Site Tools


new

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
Last revisionBoth sides next revision
new [2021/05/16 14:30] ursgrafnew [2021/07/08 20:03] ursgraf
Line 1: Line 1:
-in https://wiki.eeros.org/eeros_architecture/control_system/available_blocks/int 
  
-This, for instance, helps to stop integrating up a given input while handling an exception. Please note that an integrator is in the disabled state upon creation. Instead of enabling and disabling an integrator block manuallyyou can set an active safety level with  +offRange in InputAction, https://wiki.eeros.org/eeros_architecture/safety_system/io_actions
-<code cpp> +
-setActiveLevel(safetySystem, safetyLevel) +
-</code> +
-If the active level is set, the integrator will be automatically be enabled if the current safety level is equal or greater than the active level.  +
- +
- +
-https://wiki.eeros.org/eeros_architecture/control_system/available_blocks/switch +
- +
-By calling  +
-<code cpp> +
-setActiveLevel(safetySystem, safetyLevel); +
-</code>  +
-the switch will only switch if the current safety level is equal or greater than the safety level set by this method. +
- +
-====== Generic Block ======+