Remember 2D Orientation Value

From Visuino
Revision as of 07:21, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRemember2DOrientationValue.png == Summary == Stores and recalls a 2D orientation value on command. == Description == The **Remember 2D Orientation Value** component allows you to store the current incoming 2D orientation and later recall it. When a signal is received on **Remember**, the current **In** value is saved internally. When a signal is received on **Recall**, the stored value is sent to **Out**. This is useful in: - **Robotics** – mem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRemember2DOrientationValue.png

Summary

Stores and recalls a 2D orientation value on command.

Description

The **Remember 2D Orientation Value** component allows you to store the current incoming 2D orientation and later recall it. When a signal is received on **Remember**, the current **In** value is saved internally. When a signal is received on **Recall**, the stored value is sent to **Out**.

This is useful in: - **Robotics** – memorizing a heading and returning to it later. - **Navigation** – storing a target direction to follow. - **Automation** – saving orientation states for repeated use.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value – Sets the starting orientation (goUp, goRight, goLeft, goDown).

Pins

  • Remember – Clock input that stores the current **In** value when triggered.
  • Recall – Clock input that sends the stored value to **Out** when triggered.
  • In – 2D orientation input signal to be stored.
  • Out – 2D orientation output signal, providing the stored or recalled value.