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
| Parameter | Description |
|---|---|
| name | Name of the line. |
| id | Id of the line. |
| location | Location of the line. |
| cell | Cell 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