Interface ICamIpcSetToolOffsetProbingAction
Set Tool Offset action. XML type: TSetToolOffsetCycleAction. Writes the measured offset into the tool compensation register after probing.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("9ABD3F6B-C6ED-48D9-B1C3-C69550F5E5D8")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcSetToolOffsetProbingAction
Properties
Corrector1
Length corrector register number (typically equals ToolNumber).
Declaration
int Corrector1 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Corrector2
Radius corrector register number (typically 100 + ToolNumber).
Declaration
int Corrector2 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ToolNumber
Tool number whose offset will be updated.
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 |