ApproachPoint Property

Applies To
Vision Calibration

Description
Sets / returns the approach point which will be the start point of the robot for moving to each camera point in the calibration.

Usage

VGet  Calibration.ApproachPoint, var
VSet  Calibration.ApproachPoint, value
Calibration
Name of a calibration or string variable containing a calibration name.
var
String variable that will contain the value of the property.
value
String or string expression for the new value of the property.

Values
Point string

Default: ""

Remarks
The approach point is the start point of the robot for moving to each camera point in the calibration. This string is used as a parameter for Go command. If you do not use the approach point, specify an empty string (“”).

See Also
VCal