Engee documentation

Reset

The control unit of the resettable subsystem.

reset

The Reset block located at the root level of the block Subsystem, adds an external signal to the block to control the execution of the subsystem. When a reset trigger signal appears on the signal connected to the port, the states of the subsystem blocks are reset to their initial state.

The block icon changes depending on the value selected for Reset Trigger Type.

Parameters

Reset trigger type - select the type of trigger event
rising (by default) | falling | either | level | level hold

Select the type of trigger signal that resets the states of the subsystem blocks:

  • rising - resets the block states when the trigger signal rises from zero to positive value or from negative to positive value.

  • falling - resetting the block states when the trigger signal falls from positive value to zero or from positive to negative value.

  • either - reset of block states when the trigger signal changes from zero to non-zero value or changes sign.

  • level - block state reset when the trigger signal is non-zero at the current time step or changes from non-zero at the previous time step to zero at the current time step.

  • level hold - resets the block states when the trigger signal is non-zero at the current time step.

Usage in program code

Block Parameter

ResetTriggerType

Values

rising (by default) | falling | either | level | level hold