Skip to content

itemLife

Lexicon: eco.wonderland.workcell.asset.cutting.item.defs
Type: object

Life of a cuttingItem.

Type: countDirectionType
Required

Indicates if the item life counts from zero to maximum or maximum to zero.

Type: binary32

Initial life of the item when it is new.

Type: binary32

End of life limit for this item.

Type: toolLife
Required

Type of item life being accumulated.

Type: binary32

Point at which a item life warning will be raised.

Type: binary32
Required

Value of itemLife.

  • cuttingItem eco.wonderland.workcell.asset.cutting.item.defs
{
"type": "object",
"required": [
"countDirection",
"type",
"value"
],
"properties": {
"countDirection": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.asset.data.defs#countDirectionType"
},
"initial": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"limit": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.asset.data.defs#toolLife"
},
"warning": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
}
© Lookinglass 2026