Facility Simulator device connector
Use the Facility Simulator device connector (Unity.Connector.Device.FacilitySimulator
) when loading device definitions from the Live Systems Data Facility Simulator service.
Behavior
When invoked, the Facility Simulator device connector makes a call to the Facility Simulator configured at the Endpoint
.
The connector retrieves information about the scenario that's configured with the ScenarioId
and imports the devices, properties, and telemetry names defined in the scenario.
Prerequisites
Before you configure the Facility Simulator device connector, create a scenario definition that represents the devices in the simulation.
Configuration
You configure the Facility Simulator device connector using the Live Systems Data API.
{
"implementation": "Unity.Connector.Device.FacilitySimulator",
"properties": {
"Endpoint": "https://dt.unity.com/api/live-facility-simulator/v1/workspaces/af8456dc-3d9f-4441-9796-82f512cfab5e",
"ScenarioId": "eb2c2272-7ca1-41d1-8e58-2eaca1e78bd8"
}
}
Properties
Property | Description |
---|---|
Endpoint | Root HTTP(S) URL of the Live Systems Data Facility Simulator service. |
ScenarioId | Scenario ID that defines which devices to import. |