Click or drag to resize

ZoneData Structure

Represents a rapid data of type zonedata.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public struct ZoneData : IRapidData

The ZoneData type exposes the following members.

Properties
  NameDescription
Public propertyFineP
Defines whether the movement is to terminate as a stop point (fine point) or as a fly-by point.
Public propertypZoneEax
The zone size (the radius) for external axes. The size is defined as the distance of the TCP from the programmed point in mm.
Public propertypZoneOri
The zone size (the radius) for the tool reorientation. The size is defined as the distance of the TCP from the programmed point in mm.
Public propertypZoneTcp
The size (the radius) of the TCP zone in mm.
Public propertyZoneLeax
The zone size for linear external axes in mm.
Public propertyZoneOri
The zone size for the tool reorientation in degrees. If the robot is holding the work object, this means an angle of rotation for the work object.
Public propertyZoneReax
The zone size for rotating external axes in degrees.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromString
Fills the struct with a valid rapid string representation.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the speeddata rapid data.
(Overrides ValueTypeToString.)
Top
See Also