Skip to content

configurationRelationship

Lexicon: eco.wonderland.workcell.device.configuration.relationship.defs
Type: object

Association between two pieces of equipment or assets that may function independently but together perform a manufacturing operation. configurationRelationship is an abstract entity and hence will be realized by specific configurationRelationship types in an mtConnectDevices entity. See ComponentRelationship and DeviceRelationship.

Type: string

Name associated with this configurationRelationship.

Type: string
Required

Unique identifier for this configurationRelationship.

Type: relationshipType
Required

Defines the authority that this piece of equipment has relative to the associated piece of equipment.

Type: criticalityType

Defines whether the services or functions provided by the associated piece of equipment is required for the operation of this piece of equipment.

  • configuration eco.wonderland.workcell.device.configuration.defs
{
"type": "object",
"required": [
"id",
"type"
],
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#relationshipType"
},
"criticality": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#criticalityType"
}
}
}
© Lookinglass 2026