Skip to content

parameter

Lexicon: eco.wonderland.workcell.asset.configuration.defs
Type: object

Property that determines the characteristic or behavior of an entity.

Type: string
Required

Internal identifier, register, or address.

Type: string
Required

Descriptive name.

Type: binary64

Minimal allowed value.

Type: binary64

Maximum allowed value.

Type: binary64

Nominal value.

Type: string
Required

Configured value.

Type: string

Engineering units. units SHOULD be SI or Standard Units.

  • parameterSet eco.wonderland.workcell.asset.configuration.defs
{
"type": "object",
"required": [
"identifier",
"name",
"value"
],
"properties": {
"identifier": {
"type": "string"
},
"name": {
"type": "string"
},
"minimum": {
"type": "bytes",
"minLength": 8,
"maxLength": 8
},
"maximum": {
"type": "bytes",
"minLength": 8,
"maxLength": 8
},
"nominal": {
"type": "bytes",
"minLength": 8,
"maxLength": 8
},
"value": {
"type": "string"
},
"units": {
"type": "string"
}
}
}
© Lookinglass 2026