THE STANDARD / UNS FRAMEWORK

Line Beta

A specific line within an area. In a manufacturing context, this could be a production line.

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

Parameters

ParameterDescription
nameName of the line.
idId of the line.
locationLocation of the line.
cellCell child element.

YAML

version: 1.0
line:
  - name: string    # Name of the line
    id: string      # ID of the line
    location: string # Location of the line