Description

The NumericOneShot component is used to detect whether a numeric input (of NumericStatus type) is increasing or decreasing. Upon one of these two events, the output Out is set to true for a defined period of time.

 

Implementation

  • Copy / paste the component into a WireSheet
  • Link the numerical value you wish to monitor to the In slot of the NumericOneShot
  • Set the type of change to act upon (increment or decrement) in the ChangeOn property
  • Specify how long the Out slot of the NumericOneShot should stay true when a change is detected.

    (info)  Whenever a valid change is detected, the time is reset.

 

Properties

  • In: Linked to the numerical value to be monitored
  • ChangeOn: Sets whether to detect an increase or decrease in the numeric value
  • Time: The time during which the Out slot will stay true when detecting a change
  • Out: Changes to true when a change occurs and stays true for the period defined in the ChangeOn property.
  • OutNot: Modified at the same time as Out and displays its inverse value.

 

Actions

  • Fire: Triggers the pulse manually.