Interface INCT_Equipment
  CAM system interface that implements access to some equipment parameters
Assembly: STNCInterpreter.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E40E1641-1194-408C-8D81-8A654ADEC7CF")]
public interface INCT_Equipment
   
  Methods
  
  
  The function returns the width of the current turning tool (number)
Declaration
  
    double CurrentLatheToolWidth()
   
  Returns
  
  
  GetAxisIndex(string)
  The function returns the index of the machine axis corresponding to the specified address (Addr), such as 'X', 'Y', 'Z', etc., as indicated in the kinematic diagram
Declaration
  
    int GetAxisIndex(string Addr)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Addr |  | 
    
  
  Returns
  
  
  GetAxisIndexByNum(int, bool)
  
  
  Declaration
  
    int GetAxisIndexByNum(int AxisNum, bool Ext)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | AxisNum |  | 
      
        | bool | Ext |  | 
    
  
  Returns
  
  
  GetAxisIndexBySpindleIndex(int)
  
  
  Declaration
  
    int GetAxisIndexBySpindleIndex(int SpindleIndex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | SpindleIndex |  | 
    
  
  Returns
  
  
  GetOperationGroup()
  The feature returns the type of CAM system operation (TNCOperationGroup), which can be one of the following:
ogUnknown — Unknown
ogMill — Mill
ogLathe — Lathe
ogAuxiliary — Auxiliary
ogWireEDM — Electrical erosion
ogWelding — Welding
ogAdditive — Additive surfacing operations
ogWaterJet — Water jet cutting
ogSawing — Sawing
Declaration
  
    TNCOperationGroup GetOperationGroup()
   
  Returns
  
  
  GetSpindlesCount()
  The feature returns the number of spindles of the current machine (integer)
Declaration
  
  Returns
  
  
  GetXYZindex(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Ort |  | 
    
  
  Returns