Stores the calibration data to the on-board EPROM.
GxPsUserCalStoreCalibrationData (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
GX7400 slot number. |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure, >0 for warning. |
The function conclude the calibration process and stores the calibrated channel’s data to the on-board EPROM. Users can only call this function after all six calibration steps were executed in order. See the Front Panel Calibration and Sample Calibration Program sections for details.
The following example Stores the calibration data to the on-board EPROM.
SHORT nHandle, nStatus;
GxPsUserCalStoreCalibrationData (nHandle, &nStatus);
GxPsUserCalReadMeasuredVal, GxPsUserCalRestoreFactoryCalibration, GxPsUserCalSetup, GxPsUserCalSetupForMeasurement, GxPsUserCalWriteMeasuredVal, GxPsGetErrorString