ScaleOut Digital Twins Workbench

You can quickly learn how to build digital twin models by creating and debugging models using the “workbench” development environment hosted on a workstation. Both the workbench and the core dataypes used to build a model are open source (Apache-2 licensed) and freely available on GitHub. The workbench gives you full control over a local execution environment, allowing you to verify your models’ behavior and debug issues before deploying to production.

Models can be hosted locally in the workbench environment to exercise functionality. A program can run fully featured simulations and stream messages to digital twin instances. Additionally, a program can receive messages from a digital twin instance and review log or alert messages.

The following topics describe the ScaleOut DigitalTwin Workbench API, a fully featured, self-contained digital twin testing platform. The workbench can be used to develop and test real-time and simulation models by manually sending messages or running simulations.

Software Toolkit Workbench APIs

ScaleOut Digital Twin Builder™ software toolkit includes the workbench API. The workbench API is available in both .NET Core (C#, F#, and VB) and Java. Learn more about the API libraries in their respective languages:

See also