Click or drag to resize

StartCheck Enumeration

Specifies the conditions that should be fulfilled in order to start RAPID program execution.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum StartCheck
Members
  Member nameValueDescription
None0No check is performed
CallChain1A check is performed that the task entry point (main routine) is the call chain root.
See Also