Name Property
Applies To
- Vision Sequence
- Vision Calibration
- Vision Objects: All
Description
All vision objects, sequences, and calibrations must have a name. The name is then used to refer to the individual vision object, sequence or calibration.
Usage
VGet {Sequence | Calibration}.Name, var
VGet Sequence.Object.Name, var
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Calibration
- Name of a calibration or string variable containing a calibration 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.
Remarks
Upon the creation of a new vision sequence or calibration, a dialog is displayed requesting a name. This name is then set as the Name property value. The user can modify this name from the Vision Guide GUI by changing the Name property value.
Upon the creation of a new vision object such as a Blob, Correlation, etc., a name is automatically assigned to the object. The name used is based on the object type with a numeric value appended to the end of the name. For example, the following names might have been created for a specific vision sequence:
Blob01、Corr01、Blob02、Blob03、Corr02、Line01
You can modify the name by changing the Name property value from the Vision Guide GUI.
You cannot change the name of a sequence, calibration, or object at runtime.
See Also
ArcFinder Object, ArcInspector Object, Blob Object, BoxFinder Object, CodeReader Object, ColorMatch Object, Contour Object, CornerFinder Object, Correlation Object, DefectFinder Object, Edge Object, Frame Object, Geometric Object, ImageOp Object, Line Object, LineFinder Object, LineInspector Object, OCR Object, Point Object, Polar Object, Text Object, Vision Sequence
← N NumberFound Result →