Simulation Script Introduction
The simulation script API is used to add functionalities when simulation is running (For Designer and Integrator) and when the Operator server is running (Operator). Some examples of usage:
- Calculate variables like energy or other KPIs based on some simulation events.
- Create custom divert rules
- Customize the behaviour of equipments
- Create, move, delete products
- Schedule events
Scripting Language
The language used is Javascript. Sym3 is using Google V8 scripting engine so it supports ECMAScript
Errors
The compile errors or execution errors can be displayed in Message Viewer when using Designer or Integrator
At this stage, Sym3 doesn’t support debugging.