Click or drag to resize

TaskProgramPointer Property

Gets the position of the program pointer (PP) in the task.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ProgramPointer ProgramPointer { get; }

Property Value

Type: ProgramPointer
Returns the current PP of the task. If none, Empty is returned.
See Also