This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Scripting

This page describes the use of Orbit Scripts to automate workflows, procedures, and processing.

Concepts

The Orbit Scripting Engine enables bach automation of any action or tool available in Orbit.
The Orbit Scripting Language is not publicly documented. Custom Orbit Scripts are created upon demand by an Orbit Application Engineer.

Orbit Scripts are available for 3DM Content Manager only.
Running a script consumes a License Concurrent Use.

Execute Script

Run scripts from the installation's directory.

  1. Find scripts in the installation directory: ../program/bin_scripts/<script>/
  2. Edit the script variables and run the batch file starting with “Do”.

Generally Available Scripts

Custom scripts

Contact Support

In addition to the generally available scripts, the Orbit engine offers unlimited customization capabilities to create tailored-made scripts for any Orbit processing.

Contact Orbit Support for more information and to create your custom script.

Add Custom Script

Generally available scripts are shipped at installation.

Custom scripts can be added by copying the tailor-made Orbit Script Library (.oslib) and its Batch file into respectively the installation's ../program/script and ../program/bin_scripts/<script>/ folders.

After installing a new version, the script folders and files can directly be copied to the same location in the new installation directory.

Increase Memory

Optionally, increase the memory assigned to running the script.

  • Increase the -Xmx value: ../program/bin_scripts/RunScript.bat
 
Last modified:: 2023/01/09 12:48