Min Integer Value

From Visuino
Revision as of 07:58, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMinValueInteger.png == Summary == Tracks and outputs the running minimum of an integer input; a reset pin clears the detection. == Description == The **Min Integer Value** component observes the value on **In** and keeps the smallest integer seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum. <b>Diagram:</b> Image:TArdu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMinValueInteger.png

Summary

Tracks and outputs the running minimum of an integer input; a reset pin clears the detection.

Description

The **Min Integer Value** component observes the value on **In** and keeps the smallest integer seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • In – Integer input.
  • Reset – Clock/boolean; on trigger, clears the running minimum detection.
  • Out – Current running minimum since the last reset.