itemLife
Lexicon: eco.wonderland.workcell.asset.cutting.item.defs
Type: object
Life of a cuttingItem.
Properties
Section titled “Properties”countDirection
Section titled “countDirection”Type: countDirectionType
Required
Indicates if the item life counts from zero to maximum or maximum to zero.
initial
Section titled “initial”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.
warning
Section titled “warning”Type: binary32
Point at which a item life warning will be raised.
Type: binary32
Required
Value of itemLife.
Referenced By
Section titled “Referenced By”- cuttingItem
eco.wonderland.workcell.asset.cutting.item.defs
Schema
Section titled “Schema”{ "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 } }}