RuntimeContour Property
Applies To
Vision Object: Contour
Description
Specifies whether to output contour lines of a workpiece when executing a Contour object.
Usage
VGet Sequence.Object.RuntimeContour, var
VSet Sequence.Object.RuntimeContour, 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
- Boolean variable that will contain the value of the property
- value
- Boolean value or expression for the new value of the property.
Values
- 0 - False: When set to 0- False”, a pre-taught contour will be output.
- -1 - True: Outputs the workpiece contour when executing an object.
Default: True
Remarks
RuntimeContour specifies whether to output contour lines of a workpiece when executing an object.
When set to “False”, a pre-taught contour will be output. When set to “True”, at runtime a contour will be traced and output from data reflected in the image.
See Also
Contour Object