Max Integer 64 bit Value

From Visuino
Jump to navigation Jump to search

File:TArduinoMaxValueInteger64.png

Summary

Tracks and outputs the running maximum of a 64-bit integer input; a reset pin clears the detection.

Description

The **Max Value (Int64)** component observes the value on **In** and keeps the largest value 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 maximum.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • In – 64-bit integer input.
  • Reset – Clock/boolean; on trigger, clears the running maximum detection.
  • Out – Current running maximum since the last reset.