GeoCOM Reference Manual
Automation - AUT
Leica TPS1200 / TS30 / TM30 – Version 1.50
51
break;
case GRC_COM_TIMEDOUT:
//increase timeout
hrc = COM_GetTimeOut(nComTimeOut);
nComTimeOut=__min(nCom=5, 60);
hrc = COM_SetTimeOut(nComTimeOut);
break;
case GRC_AUT_ANGLE_ERROR:
// error within angle measurement:
// switch inclination correction off
hrc = TMC_SetInclineSwitch(OFF);
break;
default:
// precise position not possible
TryAgain = FALSE;
if (rc == GRC_AUT_INCACC)
{
//Position successful but not precise
}
else
{
// Positioning not successful
// here further error analyse possible
}
break;
}
}
rc = AUS_SetUserAtrState(OFF); // Note: LOCK mode will
// be automatically
// reseted !
hrc = COM_SetTimeOut(nOldComTimeOut);// Set old time-
// out
Содержание TM30 Series
Страница 1: ...Leica TPS1200 Leica TS30 TM30 GeoCOM Reference Manual Version 1 50 English...
Страница 120: ...GeoCOM Reference Manual File Transfer FTR Leica TPS1200 Version 1 50 120 while bLast TRUE FTR_AbortList...
Страница 136: ...GeoCOM Reference Manual Motorisation MOT Leica TPS1200 Version 1 50 136 handle error...