XR Bridge application configuration
- Last UpdatedSep 03, 2025
- 1 minute read
Application Configuration
XR Bridge can run in two different modes (silent or debug) and display in either of two skins, by setting corresponding values in the XR Bridge application configuration file XRBridge.dll.config.
<appSettings>
<add key="debug" values="true" />
<add key="skin" values="dark" /> <!--light/dark -->
</appSettings>
Debug mode
The XR Bridge application will launch in debug mode if the debug value is set to true.
In debug mode, users can see the details of Simulations, Channels, Variables, and can record and replay a running simulation.
Silent mode
The silent mode is a read-only mode to observe the status of simulation and channels. The UI is hidden by default.
The XR Bridge application will launch in silent mode, if the debug value is set to false in the XR Bridge application configuration file.
When launching XR Bridge in silent mode, the UI is hidden, and app icon will stay in windows system tray (right bottom).
The user can see the UI by double-clicking the app icon or right-click Open.
Skin
XR Bridge will display in either of the AVEVA supported skins: light or dark.