User Tools

Site Tools


eeros_architecture:control_system:available_blocks:int

This is an old revision of the document!


Integrator

The integrator block allows to integrate an input signal. Before using it set its initial state with

  setInitCondition(T val);

An integrator can be enabled or disabled.

  enable();
  disable();

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.
Without setting the initial state to a meaningful value, the output will be nan even after enabling the block.

eeros_architecture/control_system/available_blocks/int.1518690474.txt.gz · Last modified: 2018/02/15 11:27 by graf