Leica TPS1200 Series Reference Manual page 53

Geodetic measurement instruments
Hide thumbs Also See for TPS1200 Series:
Table of Contents

Advertisement

GeoCOM Reference Manual
GRC_AUT_BAD_ENVIRONMENT
GRC_AUT_ACCURACY
GRC_AUT_DEV_ERROR
GRC_AUT_NOT_ENABLED
See Also
AUS_GetUserAtrState
AUS_SetUserAtrState
AUS_GetUserLockState
AUS_SetUserLockState
AUT_ReadTol
AUT_SetTol
AUT_ReadTimeout
AUT_SetTimeout
COM_GetTimeOut
COM_SetTimeOut
TMC_GetFace
Example
The example program performs a change face. If a measurement error occurs, the automatic inclination
correction is switched off and the change face starts again.
GRC_TYPE
BOOL
AUT_POSMODE
rc=GRC_IVRESULT;
while(rc!=GRC_OK && TryAgain)
{
rc = AUT_ChangeFace(POSMode,
switch (rc)
{
case (GRC_OK): // position successful
//change face successful and precise
break;
case (GRC_AUT_ANGLE_ERROR):
//error within angle measurement:
//switch inclination correction off
rch = TMC_SetInclineSwitch(OFF);
break;
case (GRC_COM_TIMEDOUT):
//communication timed out while change face
TryAgain = FALSE;
break;
default:
//precise position not possible
TryAgain = FALSE;
if (rc == GRC_AUT_INCACC)
{
//change face successful but not precise
}
else
{
// change face not successful
// here further error analyse possible
}
break;
}
}
Leica TPS1200 / TS30 / TM30 – Version 1.50
8712
8716
8709
8714
rc, rch;
TryAgain = TRUE;
POSMode = AUT_PRECISE;
AUT_POSITION,
FALSE);
Inadequate environment conditions.
Inexact fine position, repeat positioning
During the determination of the angle deviation error
detected, repeat change face
ATR mode not enabled, enable ATR mode
Automation - AUT
53

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents