AdsState Enumeration
Describes the AdsState.
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public enum AdsState
VB
Public Enumeration AdsState
Members
| 
                   
  | 
                   Member name  | 
                   Value  | 
                   Description  | 
|---|---|---|---|
| 
                   Invalid  | 
                   0  | 
                   Invalid  | |
| 
                   Idle  | 
                   1  | 
                   Idle  | |
| 
                   Reset  | 
                   2  | 
                   Reset  | |
| 
                   Init  | 
                   3  | 
                   Initialize  | |
| 
                   Start  | 
                   4  | 
                   Start  | |
| 
                   Run  | 
                   5  | 
                   Run  | |
| 
                   Stop  | 
                   6  | 
                   Stop  | |
| 
                   SaveConfig  | 
                   7  | 
                   Save Configuration  | |
| 
                   LoadConfig  | 
                   8  | 
                   Load Configuration  | |
| 
                   PowerFailure  | 
                   9  | 
                   Power failure  | |
| 
                   PowerGood  | 
                   10  | 
                   Power Good  | |
| 
                   Error  | 
                   11  | 
                   Error  | |
| 
                   Shutdown  | 
                   12  | 
                   Shutdown  | |
| 
                   Suspend  | 
                   13  | 
                   Suspend  | |
| 
                   Resume  | 
                   14  | 
                   Resume  | |
| 
                   Config  | 
                   15  | 
                   Config (System is in config mode)  | |
| 
                   Reconfig  | 
                   16  | 
                   Reconfig (System should restart in config mode)  | |
| 
                   Stopping  | 
                   17  | 
                   Stopping  | |
| 
                   Incompatible  | 
                   18  | 
                   Incompatible  | |
| 
                   Exception  | 
                   19  | 
                   Exception  |