Click or drag to resize

Scope Enumeration

Scope of RAPID program data.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum Scope
Members
  Member nameValueDescription
Global0 Global scope, data will be available for all modules in this task.
Local1 Local scope, data will be available for this module only.
Task2 Task scope, data will be available for all modules in this task only. Only for persistent data.
See Also