Remember 3D Orientation Value

From Visuino
Jump to navigation Jump to search

File:TArduinoRemember3DOrientationValue.png

Summary

Stores and recalls a 3D orientation value on command.

Description

The **Remember 3D Orientation Value** component allows you to store the current incoming 3D 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 or facing direction in three-dimensional space and returning to it later. - **Navigation** – storing a target 3D orientation for spatial positioning systems. - **Automation** – saving 3D orientation states for repeated or conditional use.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value – Sets the starting orientation (**Go Up**, **Go Right**, **Go Left**, **Go Down**, **Go Front**, **Go Back**).

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 – 3D orientation input signal to be stored.
  • Out – 3D orientation output signal, providing the stored or recalled value.