2D Orientation Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduino2DOrientationValue.png == Summary == Generates a fixed 2D orientation signal with optional state-change control. == Description == The **2D Orientation Value** component outputs a constant orientation state, selectable from four directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**). It supports configurable element actions, allowing orientation changes to be triggered by a clock signal or set directly in sequence control applications. <b>D..."
 
No edit summary
 
Line 6: Line 6:
== Description ==
== Description ==
The **2D Orientation Value** component outputs a constant orientation state, selectable from four directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**).   
The **2D Orientation Value** component outputs a constant orientation state, selectable from four directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**).   
It supports configurable element actions, allowing orientation changes to be triggered by a clock signal or set directly in sequence control applications.
It supports configurable element actions, such as setting the orientation immediately or in response to a clock signal.
 
This component is useful in:
- **Robotics** – controlling a robot's facing direction.
- **Navigation** – defining or updating a heading in navigation systems.
- **Automation** – managing discrete directional states in automated processes.


<b>Diagram:</b>
<b>Diagram:</b>

Latest revision as of 07:06, 15 August 2025

File:TArduino2DOrientationValue.png

Summary

Generates a fixed 2D orientation signal with optional state-change control.

Description

The **2D Orientation Value** component outputs a constant orientation state, selectable from four directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**). It supports configurable element actions, such as setting the orientation immediately or in response to a clock signal.

This component is useful in: - **Robotics** – controlling a robot's facing direction. - **Navigation** – defining or updating a heading in navigation systems. - **Automation** – managing discrete directional states in automated processes.

Diagram:

Categories

Properties

  • Value – Selects the default orientation. Options are **Go Up**, **Go Right**, **Go Left**, **Go Down**.
  • Elements – Opens a configuration window (via the 3-dot button) where you can add:
    • **Set Value** – sets the value when a clock signal is received.
    • **Set Value State** – set the value based on a state change.

Pins

  • Clock – Sets/sends the current value to the output when triggered.
  • Out – Outputs the current 2D orientation.