Taxonomy

Moving (Physical AI)

Taxonomy/Functional Modes

Moving (Physical AI)

Moving (Physical AI)

Moves — acts on the physical environment. The system drives motors, valves, signals, or other actuators and changes something in the world. Examples: steering a robot, changing a traffic-signal phase, opening a gate, adjusting an HVAC valve, releasing a parking-garage barrier.

  • Description

Playground

Try the element with your own values, contexts, and color modes.

Context
Style

Raw JSON

Live API response from GET /schemas/ai@2026-05-06-beta/elements/physical_mode.

element "physical_mode"43 lines
{
  "id": "physical_mode",
  "category_id": "functional_modes",
  "title": [
    {
      "locale": "en",
      "value": "Moving (Physical AI)"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "Moves — acts on the physical environment. The system drives motors, valves, signals, or other actuators and changes something in the world. Examples: steering a robot, changing a traffic-signal phase, opening a gate, adjusting an HVAC valve, releasing a parking-garage barrier."
    }
  ],
  "authoring_guidance": [],
  "examples": [],
  "sources": [],
  "symbol_id": "mode_physical",
  "variables": [
    {
      "id": "additional_description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": false
    }
  ],
  "shape": "hexagon",
  "icon_variants": [
    "default",
    "dark",
    "human_decides",
    "human_decides.dark",
    "human_executes",
    "human_executes.dark",
    "autonomous",
    "autonomous.dark"
  ]
}