Digital To 3D Orientation: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoDigitalTo3DOrientation.png == Summary == Converts a digital input into one of two predefined 3D orientation states. == Description == The **Digital To 3D Orientation** component maps a single digital input (boolean) to a 3D directional output. When the input is LOW (false), it outputs the configured '''False Value''' orientation (goUp, goRight, goDown, goLeft, goFront, or goBack). When the input is HIGH (true), it outputs the configured '''T..." |
(No difference)
|
Latest revision as of 06:17, 24 August 2025
File:TArduinoDigitalTo3DOrientation.png
Summary
Converts a digital input into one of two predefined 3D orientation states.
Description
The **Digital To 3D Orientation** component maps a single digital input (boolean) to a 3D directional output. When the input is LOW (false), it outputs the configured False Value orientation (goUp, goRight, goDown, goLeft, goFront, or goBack). When the input is HIGH (true), it outputs the configured True Value orientation. This is useful for controlling 3D directional logic in robotics, navigation systems, or simulation environments.
Diagram:
Categories
- File:TArduinoDigitalCategory.png Category Digital – Components handling digital logic signals.
- File:TArduinoOrientationCategory.png Category Orientation – Components used for directional or 3D orientation signals.
Properties
- False Value – 3D orientation to output when input is FALSE (goUp, goRight, goDown, goLeft, goFront, goBack).
- True Value – 3D orientation to output when input is TRUE (goUp, goRight, goDown, goLeft, goFront, goBack).
Pins
Input Pins
- In – Digital input signal.
Output Pins
- Out – 3D orientation output corresponding to the input state.