parameter
Lexicon: eco.wonderland.workcell.asset.configuration.defs
Type: object
Property that determines the characteristic or behavior of an entity.
Properties
Section titled “Properties”identifier
Section titled “identifier”Type: string
Required
Internal identifier, register, or address.
Type: string
Required
Descriptive name.
minimum
Section titled “minimum”Type: binary64
Minimal allowed value.
maximum
Section titled “maximum”Type: binary64
Maximum allowed value.
nominal
Section titled “nominal”Type: binary64
Nominal value.
Type: string
Required
Configured value.
Type: string
Engineering units. units SHOULD be SI or Standard Units.
Referenced By
Section titled “Referenced By”- parameterSet
eco.wonderland.workcell.asset.configuration.defs
Schema
Section titled “Schema”{ "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" } }}