THE STANDARD / UNS FRAMEWORK

Sensor Configuration Beta

These are the sensors attached to the equipment. They could be used to monitor various parameters like temperature, pressure, humidity, etc.

Definition reference · See this in the complete factory example, or follow the YAML walkthrough to create your own.
On this page 3 sections
ParametersYAMLTemplate

Parameters

ParameterDescription
nameName of the sensor.
idId of the sensor.
<<: templateReference to the sensor template.

YAML

version: '1.0'
sensor:
  - name: string  # Name of the sensor
    id: string    # ID of the sensor
    <<: *template_sensor

Template

YAML example template definition for sensor.

template_sensor: &template_sensor
  information_model:
    - name:
        measurement: string