Leica TPS1200 Series Reference Manual page 151

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

Advertisement

GeoCOM Reference Manual
TMC_GetSimpleMea
Example
GRC_TYPE
TMC_ANGLE
BOOLE
short
nCnt=0;
do
{
bExit=TRUE;
// Gets the whole angle data
Result=TMC_GetAngle(Angle, TMC_AUTO_INC);
switch(Result)
{
case GRC_OK:
// Execution successful
break;
case GRC_TMC_NO_FULL_CORRECTION:
TMC_IfDataAzeCorrError(bAzeCorrError);
TMC_IfDataIncCorrError(bIncCorrError);
if(bAzeCorrError)
{
// coordinates are not corrected with the Aze-
// deviation correction
}
if(bIncCorrError)
{
// coordinates are not corrected with the
// incline correction
}
break;
case GRC_TMC_ACCURACY_GUARANTEE:
// perform a forced incline measurement,
// see example TMC_QuickDist
break;
case GRC_TMC_BUSY:
// repeat measurement
bExit=FALSE;
case GRC_ABORT:
case GRC_SHUT_DOWN:
default:
break;
}// end switch
nCnt++;
}while(!bExit && nCnt<3);
Leica TPS1200 – Version 1.50
Result;
Angle;
bExit,
bAzeCorrError,
bIncCorrError;
nCnt;
Theodolite Measurement and Calculation – TMC
151

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents