Description

The StringDelay component allows you to apply a delay on a StatusString value change.

 

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 In input after a delay whose duration is set by Timer ( (warning) Only the selected states are propagated)
  • In: Input Slot of type StatusString