GridType Property
Applies To
Vision Sequence
Description
Specifies a type of grids displayed in the vision sequence.
Usage
VGet Sequence.GridType, var
VSet Sequence.GridType, value
- Sequence
- String variable containing a sequence name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer value or expression for the new value of the property.
Values
Specifies a type of grids displayed in the sequence execution.
- 1 - CrossHair
- Vision constant: VISION_GRIDTYPE_CROSSHAIR
- Displays a crosshair at the center of the camera image
- 2 - Rectangle
- Vision constant: VISION_GRIDTYPE_RECTANGLE
- Displays grids with specified XY pitches
Default: 1 - CrossHair
Remarks
Specifies a type of the grids displayed in the vision sequence.
Note:
If millimeter is specified in the GridUnits property, the grids are displayed only when calibration specified by the sequence is completed.
See Also
Vision Sequence, GridColor Property, GridPitchX Property, GridPitchY Property, GridShow Property, GridUnits Property