AdsState Enumeration
Describes the AdsState.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum AdsStateMembers
|
Member name |
Value |
Description |
|---|---|---|
|
Invalid |
0 |
Ads State is Invalid / Uninitialized |
|
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 |