Interface INCT_SysState2
  Provides access to the machine-stand system status interface, which allows monitoring and managing the current state and operational parameters of the machine-stand system
Assembly: STNCInterpreter.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("31E3F5E0-21B6-4CBA-835A-215810488307")]
public interface INCT_SysState2 : INCT_SysState
   
  Properties
  
  BR_ByIndex[int]
  
  
  Declaration
  
    INCT_BaseReg BR_ByIndex[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  BR_ByName[string]
  
  
  Declaration
  
    INCT_BaseReg BR_ByName[string Name] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Name |  | 
    
  
  Property Value
  
  
  BR_Count
  
  
  Declaration
  
  Property Value
  
  
  Reg_ByIndex[int]
  
  
  Declaration
  
    INCT_Register Reg_ByIndex[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  Reg_ByName[string]
  
  
  Declaration
  
    INCT_Register Reg_ByName[string Name] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Name |  | 
    
  
  Property Value
  
  
  Reg_Count
  The function returns the number of basic registers
Declaration
  
  Property Value
  
  
  SpindleState
  Returns the spindle states as an interface of type INCT_SpindleState, providing access to the current parameters and status of the spindle system
Declaration
  
    INCT_SpindleState SpindleState { get; }
   
  Property Value
  
  Methods
  
  FindFirstRegister(string)
  
  
  Declaration
  
    INCT_BaseReg FindFirstRegister(string Addr)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Addr |  | 
    
  
  Returns
  
  
  FindNextRegister(int, string)
  
  
  Declaration
  
    INCT_BaseReg FindNextRegister(int FromIdx, string Addr)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | FromIdx |  | 
      
        | string | Addr |  | 
    
  
  Returns