Click or drag to resize
ReachabilityState Enumeration
Whether the robot can reach the target of RsMoveInstruction or not.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum ReachabilityState
Members
  Member nameValueDescription
Unknown0 Not known if the target is reachable.
Reachable1 The target is reachable.
ReachableWithOtherConfiguration2 The target is reachable using another robot configuration.
Unreachable3 The target is not reachable.
Pending4 The reachability is about to be calculated.
Version Information

Supported in: 1.0.0.0
See Also