Running locally in the Workbench

Use the open source Scaleout.DigitalTwin.Workbench package during development and testing to host your digital twin projects on your development machine.

Background

For production, models in a ScaleOut Digital Twins solution are ordinarily deployed using the ScaleOut Digital Twins UI. Before you are ready for production, a lightweight in-process environment (called the “Workbench”) can be used for debugging and testing your digital twin projects.

Prerequisites

Procedure

  1. Create a new, empty project in your Digital Twins solution. This can be a unit test project or a basic Console application.

  2. In the new project, add a reference to the Scaleout.DigitalTwin.Workbench NuGet package.

  3. In the new project, add project references to any real-time or simulation projects that you would like to exercise in the Workbench environment.

Using the Workbench