Description

The NumericDelay component allows you to apply a delay on a numerical value change. It operates differently to the NumericDelay of the kitControl module which applies a ramp.

 

Implementation

 

Properties

  • Facets: Adds facets to the output slot Out
  • PropagateFlags: Allows selection of the states to be transmitted to the Out slot
  • Timer: Sets the duration of the delay
  • TimerOnStart: Indicates whether the timer is running on start (true, default) or not (false)
  • TimerActive: Indicates whether the timer is running. It changes to true as soon as a change in the In slot is detected and remains true for the duration of the delay. When it changes to false, the Out slot is modified with the new value of the list.
  • Out: Output Slot taking the value and status of the input In after a delay whose duration is set by Timer ( (warning) Only the selected states are propagated)
  • In: Input Slot to which a numeric value must be linked (StatusNumeric)