PointsTaught Property
Applies To
Vision Calibration
Description
Returns the teach state of a vision calibration’s points.
Usage
VGet Calibration.PointsTaught, var
- Calibration
- Name of a calibration or string variable containing a calibration name.
- var
- Boolean variable that will contain the value of the result.
Values
- 0 - False: Points have not been taught.
- -1 - True: Points have been taught.
Remarks
PointsTaught must be “True” before you can execute a calibration. If you taught the calibration points from the execution tab of Vision Guide, then this property will automatically be set to “True”.
See Also
CalComplete Result, ShowConfirmation Property