Remember 64 bit Unsigned Value
Jump to navigation
Jump to search
File:TArduinoRememberUnsigned64BitValue.png
Summary
Stores and recalls a 64-bit unsigned value based on trigger inputs.
Description
The **Remember 64-bit Unsigned Value** component allows storing an incoming 64-bit unsigned value when the **Remember** pin is triggered. The stored value can later be output through the **Recall** pin, or directly passed to the **Out** pin. The **Initial Value** property sets the starting value, and the component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer storage and manipulation.
Properties
- Enabled – Enables or disables the component.
- Initial Value – Starting 64-bit unsigned value stored in the component.
Pins
Input Pins
- In – 64-bit unsigned input to store.
- Remember – Trigger input to store the current input value.
- Recall – Trigger input to output the stored value.
Output Pins
- Out – Current or recalled 64-bit unsigned value.