StorageType Enumeration |
Namespace: ABB.Robotics.Controllers.RapidDomain
public enum StorageType
| Member name | Value | Description | |
|---|---|---|---|
| Pesistent | 0 | The value is kept after warm start. | |
| Variable | 1 | The value is set to the initial value after warm start. | |
| Constant | 2 | The value is constant. |