VxCalInfo Function
This command is only for use with external vision systems and cannot be used with Vision Guide.
Returns the calibration completion status and the calibration data.
Syntax
VxCalInfo (CalNo,CalData)
Parameters
- CalNo
- Specify the calibration data number as an integer value. The range is from 0 to 15; up to 16 calibrations may be defined.
- CalData
- Specify the calibration data type to acquire using the integer values in the table below.
CalData Calibration Data Type 1 CalComplete 2 X Avg Error [mm] 3 X Max error [mm] 4 X mm per pixel [mm] 5 X tilt 6 Y Avg error [mm] 7 Y Max error [mm] 8 Y mm per pixel [mm] 9 Y tilt
Return Values
Returns the specified calibration data. For CalData = 1, the data type is Boolean. For all other data, the data type is Double.
Description
You can check which calibration has defined calibration data.
Also, you can retrieve the calibration data values.
See Also
VxCalib, VxTrans Function, VxCalDelete, VxCalSave, VxCalLoad
VxCalInfo Function Example
Print VxCalInfo(0, 1)