Digital To 3D Orientation

From Visuino
Jump to navigation Jump to search

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

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.