src/api/model/channel/activeToolProperties.ts
Base
Properties |
Methods |
Accessors |
constructor(hmiComm: CommHmiNodeServer, cncKernelType: enums.CncKernelType, cncNodeIndex: number)
|
||||||||||||
|
Parameters :
|
| Public d |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
d. The active offset |
| Public dSubType |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
dSubType. Active tool. Code of the tool offset subtype. |
| Public dType |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
dType. Active tool. Code of the tool offset type. |
| Public nominalLife |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
nominalLife. Tool offset being prepared. Nominal life. |
| Public nxt |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
nxt. The Next active tool |
| Public remLife |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
remLife. Tool offset being prepared. Remaining life. |
| Public t |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
|
t. The active tool |
| Public tofl1 |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
| Public tofl2 |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
| Public tofl3 |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
| Public toflw1 |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
| Public toflw2 |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
| Public toflw3 |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
| Static _isMillingTool | ||||||||||||||||||
_isMillingTool(activeTool: number, activeEdge: number, type: number, subType: number, machType: string)
|
||||||||||||||||||
|
Parameters :
Returns :
boolean
|
| createListener | ||||||||
createListener(props: Array
|
||||||||
|
This method will return a custom listener object designed for listening to changes on some concrete properties. Pooling can be avoived, so it can represent a significant better performance.
Parameters :
Returns :
Listener
|
| deleteListener | ||||||||
deleteListener(props: Array
|
||||||||
|
This method will remove the props listenar from current active tool properties entity. The properties listener has certain cost and must be un-plugged when is no longer needed.
Parameters :
Returns :
void
|
| isMillingTool |
getisMillingTool()
|
|
isMillingTool. Get if the active tool is a milling tool or a lathe tool. |