Click or drag to resize

StorageType Enumeration

Storage type of RAPID variables.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum StorageType
Members
  Member nameValueDescription
Pesistent0 The value is kept after warm start.
Variable1 The value is set to the initial value after warm start.
Constant2 The value is constant.
See Also