CoordObject Property

Applies To
Vision Objects: ArcFinder, ArcInspector, Blob, BoxFinder, CodeReader, ColorMatch, Contour, CornerFinder, Correlation, DefectFinder, Edge, Geometric, LineInspector, Point, Polar

Description
Specifies the Coordinates object to copy the results to.

Usage

VGet  Sequence.Object.CoordObject, var
VSet  Sequence.Object.CoordObject, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
String variable that will contain the value of the property.
value
String or string expression for the new value of the property.

Values
Name of a vision object, or “None”.

Default: “None”

Remarks
The CoordObject property is used to specify a Coordinates object for which you want to copy the result values.

This is useful for when a Decision object is used and coordinates depend on which branch of the Decision object was executed.

If a CoordObject property other than "None" is specified, the results of the current object will be copied to the specified Coordinates object. Found, NumberFound, Passed, and Pixel, Camera, and Robot coordinates results are copied.

You can specify a Coordinates object that is placed before or after the current object. Multiple objects can specify the same CoordObject.

If another object copies the result to the Coordinates object after the result of the current object has been copied to the specified Coordinates object, the previously copied result will be overwritten.

See Also
ArcFinder Object, ArcInspector Object, Blob Object, BoxFinder Object, CodeReade Object, ColorMatch Object, Contour Object, CornerFinder Object, Correlation Object, DefectFinder Object, Edge Object, Geometric Object, LineInspector Object, Point Object, Polar Object, Coordinates Object