Leica tps1100 Reference Manual page 68

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
This command is valid for TCM and TCA instruments only.
Parameters
TolPar
Return-Codes
RC_OK
See Also
AUT_SetTol
Example
const double MIN_TOL=3.141592654e-05;
RC_TYPE
AUT_POSTOL
// read tolerance and set to a minimum of
// 3.141592654e-05
rc = AUT_ReadTol(TolPar);
if ((TolPar.adPosTol[MOT_HZ_AXLE] > MIN_TOL) ||
(TolPar.adPosTol[MOT_V_AXLE] > MIN_TOL))
{
TolPar.adPosTol[MOT_HZ_AXLE] = MIN_TOL;
TolPar.adPosTol[MOT_HZ_AXLE] = MIN_TOL;
rc = AUT_SetTol(TolPar);
switch (rc)
{
case (RC_OK):
// set of Lock tolerance successful
break;
case (RC_IVPARAM):
// invalid parameter
break;
case (MOT_RC_UNREADY):
// subsystem not ready
break;
}
}
TPS1100 - Version 1.05
out
The values for the positioning tolerances
in Hz and V direction [
Execution always successful.
rc;
TolPar;
Automation - AUT
].
rad
7-11

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents