VxCalSave Statement

This command is only for use with external vision systems and cannot be used with Vision Guide.

Saves the calibration data for an external vision system calibration to a file.

Syntax
VxCalSave FileName

Parameters

FileName
Specify the file name of which the calibration data is saved using a string expression. The extension is “.caa”. If omitted, “.caa” is automatically added. For extensions other than “.caa”, they are automatically changed to “.caa”.

Description
Saves the calibration data with the specified file name. The file is saved in the current project. If the file name is already existed, the calibration data is overwritten.

See Also
VxCalib, VxTrans Function, VxCalInfo Function, VxCalDelete, VxCalLoad

VxCalSave Statement Example

VxCalSave "MobileJ2.caa"