New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).
Startup Options
Digital Twin
This knowledge base is addressing usage of software Experior, Machine Expert Twin and future Automation Expert Twin. These softwares are used to create smaller instances of digital twins for use in industrial automation, warehouse management, design & engineering with more..
Search in
Improve your search experience:
Exact phrase→Use quotes " "(e.g., "error 404")
Wildcard→Use * for partial words(e.g., build*, *tion)
AND / OR→Combine keywords(e.g., login AND error, login OR sign‑in)
Keep it short→Use 2–3 relevant words, not full sentences
Filters→Narrow results by section(Knowledge Base, Users, Products)
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
On occasion, it can be useful to launch Experior with certain startup options to change the program’s functionality.
This article lists each command line argument, that you can use when launching Experior.
You can also view a list of these startup options by using the-helpor-?command line argument when launching Experior.
Inputting the argument
Command line (cmd)
Open a command prompt (cmd.exe)
Write path to your install directory, by default: “C:\Xcelgo\Xcelgo Experior 7\Experior.exe”
Append the argument and press enter
(How it would look with default directory:“C:\Xcelgo\Xcelgo Experior 7\Experior.exe” -help)
Shortcut
Right click the shortcut you use to launch Experior
Click on Properties
Go to the Shortcut tab
In the field labelledTarget:, append the text with your argument
Click Applyand Ok
Here is an example with the -help argument:
Visual Studio
Right click the project that launches Experior
Click on Properties
Go to the Debugtab
Go toStart options > Command line arguments
Type in your argument
Save (ctrl+s)
Here is an example, once again using the -helpargument:
Full list of startup options
-help|-? Opens a command prompt with a list of all command line arguments available for the current Experior version.
-startupconfiguration <filepath> or new Specify a startup configuration file to use. You can read more about thishere.
-config Displays the ‘Catalog Selector’ dialog during startup.
-headless Starts Experior in headless mode. NOTE: this will also enable webapi and graphicsserver
-webapi [off|filepath] Enable webapi or [off] to disable it or enable webapi and specify the webapi configuration file to use.
-graphicsserver[off] Enable graphics server or [off] to disable graphics server.
-model|-modelfile <filepath> Experior opens a model if the argument matches the name of an existing Experior model.
-phy|-physics Starts Experior in physics mode. (Only functional with the right privileges)
-variable Using variable time steps (physics mode). (Default: Experior is using fixed time step method)
frictiontype <Patch|OneDirectional|TwoDirectional> Starts the physics engine with the chosen friction type (only available in Physics mode). (Default: Experior is using Patch mode)
-physicsenginedynamics <Classic | Advanced> Enables advanced dynamics of loads which provides a more realistic motion of loads produced by conveyors and stacks stability (only available in Physics mode). (Default: Experior is using Classic dynamics)
-des|-event|-events Starts Experior in discrete Events mode. (Only functional with the right privileges)
-eng|-engineering Starts Experior in engineering mode. (Only functional with the right privileges)
-builder Starts Experior using ‘Builder’ profile. (Only functional with the right privileges)
-commissioner Starts Experior using ‘Commissioner’ profile. (Only functional with the right privileges)
-tester Starts Experior using ‘Tester’ profile. (Only functional with the right privileges)
-viewer Starts Experior using ‘Viewer’ profile.
-oem Start Experior in OEM licence mode. See OEM Setup (link)
-license <filepath|dongle[:id]>|offline[:id]> Specify either a specific license type to use (dongle, offline, or weblicensefile) or specific license (dongle:id). (example: -license C:\Experior\license.key) (example: -license dongle:xxxx)
-licenseusage <id> Set the licenseusage property for web license usage tracking.
-forcecheckin Check-in web license when Experior closes without asking user.
-libs <directory> Set an additional libraries directory. (example: -libs C:\Projects\Demo\)
-logfilemode <none|file|filedate|filemodelname> Set the log file mode. (example: -logfilemode file)
-log <filepath> Set a temporary log directory. (example: -log C:\Experior\Logs\)
-workdir <directory> Set working directory (permanently). NOTE: this argument will not work in combination with another argument. The application will not be started – only the directory will be set. (example: -workdir C:\Experior\)
-debug [none|debug|detailed] Enable debug level ‘Debug’ or optionally set debug level to specified level.
-reset Reset the Working directory and reset configuration files to default settings.
Automated Testing
-continuous Keep discrete event engine running.
-autostart Run the model when it is loaded.
-stopafter <duration> Stop the model and close Experior after a period of time – ‘duration’ defines the time in seconds before the model stops and Experior starts closing.
-atstart <sym/name> Here you provide a symbol name or assembly name that should be activated when a model is started (after connections are established) so that this can initiate some action in the model.
-timescale <scale> Specify the time scale to use. (example: -timescale 2.5)
-seed <seed> The seed used by the random generator.
-eventfile <filepath> Loads an event file (*.events). (this is only possible when a model file is loaded at the same time)