Frame Property

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

Description
Sets the frame for positioning an object's search position.

Usage

VGet  Sequence.Object.Frame, var
VSet Sequence.Object.Frame, 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
Any Frame object which is executed in the sequence prior to the current vision object can be specified as the Frame property value.

Default: None

Remarks
The Frame property is very useful for aligning objects to specific positions with respect to other objects’ found positions. For details, refer to the Frame object description in Vision Objects.

The Frame property can be used for any Frame objects which have been defined beforehand when the associated Frame object is located prior to the vision object in the Object Execution Step.

See Also
Blob Object, CodeReader Object, ColorMatch Object, Correlation Object, Edge Object, Frame Object, Geometric Object, ImageOp Object, Line Object, OCR Object, Point Object, Polar Object, BoxFinder Object, Contour Object, CornerFinder Object