AdsStateCommand Enumeration
Describes the AdsState Commands
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum AdsStateCommandMembers
|
Member name |
Value |
Description |
|---|---|---|
|
None |
0 |
Ads State is Invalid / Uninitialized |
|
Reset |
2 |
Resets the AdsServer |
|
Start |
4 |
Starts the AdsServer |
|
Run |
5 |
Sets an AdsServer to Run |
|
Stop |
6 |
Stops teh AdsServer |
|
Reconfig |
16 |
Reconfig (System should restart in config mode) |
Remarks
This enumeration is to refactor out the commands from the states.