Interface ICamIpcCheckBrokenToolProbingAction
Check Broken Tool action. XML type: TCheckBrokenToolCycleAction. Compares the measured value against the stored offset to detect tool breakage.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("0B8919EF-16ED-413E-8AE3-719AEBF011CF")]
public interface ICamIpcCheckBrokenToolProbingAction
Properties
Corrector1
Length corrector register number.
Declaration
int Corrector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Corrector2
Radius corrector register number.
Declaration
int Corrector2 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ToolNumber
Tool number to check.
Declaration
int ToolNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |