Skip to main content

Configuration

voraus Robot UI reads these environment variables of the voraus-robot-ui service once at startup. After a change, run docker compose up -d so that Compose recreates the container. Open browsers reload on their own when a change affects them. A missing required variable stops the container at startup with a message that names it. The defaults are those of the container image.

Robot Control and Error Handler

VariableDefaultEffect
OPCUA_URLopc.tcp://voraus-core:48401/OPC UA endpoint of Robot Control.
ERROR_HANDLER_ENABLEDtrueWhether a dedicated Error Handler exists. With false, Reset goes to Robot Control.
OPCUA_ERROR_URLopc.tcp://voraus-core:48404/OPC UA endpoint of the Error Handler.

Pose Management

VariableDefaultEffect
PARAMETER_SERVER_ENABLEDtrueShows the Pose Management widget.
PARAMETER_SERVER_URLhttp://voraus-parameter:80Base URL of the voraus parameter server as reachable from the container.

3D Visualization

VariableDefaultEffect
VORAUS_3D_VISU_ENABLEDtrueShows the 3D Visualization widget.
VORAUS_3D_VISU_BROWSER_URLrequired when enabledBase URL of the visualization as reachable from the browser.
VORAUS_3D_VISU_SYNC_ENABLEDtrueWhether voraus Robot UI adds the robot, the TCP frame, the jogging arrows and the pose previews to the visualization.
VORAUS_3D_VISU_SYNC_URLrequired when sync is enabledBase URL of the visualization as reachable from the container.
VORAUS_CORE_URLrequired when sync is enabledURL of voraus-core, used to read the robot configuration and the location of the robot model for the visualization.
VORAUS_CORE_ASSET_URLvalue of VORAUS_CORE_URLURL of voraus-core as reachable from the visualization, which loads the robot model from it. Only needed when that differs from VORAUS_CORE_URL.

Licensing

CODEMETER_HOST names the host of the CodeMeter runtime that holds the license, the codemeter service in the reference file. Every voraus service in the file is configured the same way.