loadedWeight
Lexicon: eco.wonderland.workcell.asset.pallet.measurement.defs
Type: object
Loaded weight of the physicalAsset.
Properties
Section titled “Properties”maximum
Section titled “maximum”Type: binary32
Maximum value for the measurement.
minimum
Section titled “minimum”Type: binary32
Minimum value for the measurement.
nativeUnits
Section titled “nativeUnits”Type: nativeUnit
Units the measurement was originally recorded in. See Device Information Model for the complete list of nativeUnits.
nominal
Section titled “nominal”Type: binary32
As advertised value for the measurement.
significantDigits
Section titled “significantDigits”Type: int32
Number of significant digits in the reported value.
Type: unit
Units for the measurements. See Device Information Model for the complete list of units.
Type: binary32
Referenced By
Section titled “Referenced By”- measurements
eco.wonderland.workcell.asset.defs
Schema
Section titled “Schema”{ "type": "object", "properties": { "maximum": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "minimum": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "nativeUnits": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#nativeUnit" }, "nominal": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "significantDigits": { "type": "integer" }, "units": { "type": "ref", "ref": "lex:eco.wonderland.workcell.common.data.defs#unit" }, "value": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}