Add Integer 64 bit: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoInteger64Add.png == Summary == Adds the values from multiple 64-bit integer inputs together. == Description == The **Add Integer (Int64)** component sums all connected 64-bit integer inputs and produces the total at its output. An optional **Clock** input can be used to control when the sum is updated — if connected, the sum is recalculated only on clock pulses. When **Clock** is not used, the sum updates continuously as inputs change. This..."
 
(No difference)

Latest revision as of 02:12, 15 August 2025

File:TArduinoInteger64Add.png

Summary

Adds the values from multiple 64-bit integer inputs together.

Description

The **Add Integer (Int64)** component sums all connected 64-bit integer inputs and produces the total at its output. An optional **Clock** input can be used to control when the sum is updated — if connected, the sum is recalculated only on clock pulses. When **Clock** is not used, the sum updates continuously as inputs change. This is useful for accumulation, combining sensor values, or multi-channel arithmetic.

Diagram:

Categories

Properties

  • Input Pins – Integer – number of 64-bit integer inputs to sum.

Pins

  • In[n] – 64-bit integer input at index **n**, where **n** is the input channel number.
  • Clock – Optional clock signal. If connected, updates the output sum only on rising edges.
  • Out – 64-bit integer output containing the calculated sum.