docs.unity3d.com
  • Manual
  • Scripting API
  • Changelog
  • License

    • Unity Live Systems Data
      • Installation
      • What's new
      • Upgrade guide
    • Get started
      • Take it further
    • Basic concepts
    • Configure your service
      • Add and configure user-supplied secrets
      • Associate 3D objects with source devices
      • Configure a facility device simulator
      • Configure data connectors
        • Device connectors
          • Azure IoT Hub device connector
          • Facility Simulator device connector
          • HTTP device connector
        • Telemetry connectors
          • Azure EventHub telemetry connector
    • Develop your application
      • Create environment settings
      • Create a services controller
      • Implement a telemetry history controller
    • Troubleshooting
    • Glossary
    • REST APIs

    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.
    Back to top Generated by DocFX
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023