Class FanucVarTable
Represents a table of Fanuc variables used for CNC machine control.
public class FanucVarTable
- Inheritance
-
FanucVarTable
- Inherited Members
- Extension Methods
Constructors
FanucVarTable()
Initializes a new instance of the FanucVarTable class.
public FanucVarTable()
Properties
TLB
For tool lenght compensation (G43, G44) ‘true’ value is not supported.
public bool TLB { get; }
Property Value
TLC
For tool lenght compensation (G43, G44) ‘true’ value is not supported.
public bool TLC { get; }
Property Value
Var5001
For tool lenght compensation (G43, G44) bit1(TLB),bit0(TLC)
public int Var5001 { get; }