GeoCOM Reference Manual
Automation - AUT
Leica TPS1200 / TS30 / TM30 – Version 1.50
55
double dHzSearchRange, dVSearchRange
dHzSearchRange=0.08;// search range in [rad]
dVSearchRange=0.08; // search range in [rad]
Result = AUS_GetUserAtrState(ATRState); // The ATR-Status must be set for
// fine adjust functionality
if(ATRState==ON)
{
// performs a fine position with a max. target
// search range of 0.08rad (5gon) in Hz and V
// direction
Result = AUT_FineAdjust(dHzSearchRange,
dVSearchRange,
FALSE);
switch (Result) // function return code
{
case (GRC_OK):
//fine adjust successful and precise
break;
case (GRC_AUT_NO_TARGET):
//no target found.
break;
case (GRC_AUT_MULTIPLE_TARGETS):
//multiple targets found.
break;
case (GRC_AUT_BAD_ENVIRONMENT):
//inadequate environment conditions.
break;
default:
//fine adjust not successful
//here further error analyse possible
break;
}
}
Содержание 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...