Leica TPS1200 Series Reference Manual page 167

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

Advertisement

GeoCOM Reference Manual
17.6.7
TMC_GetRefractiveCorr – getting the refraction coefficient
TMC_GetRefractiveCorr ...........................................................................................................................................................................................................................................................................
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2031
2031 ................................................................................................................................................................................................................................................................TMC_GetRefrac
tiveCorr
C-Declaration
TMC_GetRefractiveCorr(TMC_REFRACTION &Refractive)
VB-Declaration
VB_TMC_GetRefractiveCorr
ASCII-Request
%R1Q,2031:
ASCII-Response
%R1P,0,0:RC,RefOn[boolean],EarthRadius[double], RefractiveScale[double]
Remarks
This function is used to get the refraction coefficient for correction of measured height difference.
Parameters
Refractive
Return-Code Names and Return-Code Values
GRC_OK
See Also
TMC_SetRefractiveCorr
Example
const double
GRC_TYPE
TMC_REFRACTION Refractive;
// check the earth radius setting
// and reset if necessary
rc = TMC_GetRefractiveCorr(Refractive);
if (Refractive.dEarthRadius != EarthRadius)
{
Refractive.dEarthRadius = EarthRadius;
rc = TMC_SetRefractiveCorr(Refractive);
if (rc == GRC_OK)
{
// set of earth radius successful
}
else
{
// set not successful (subsystem busy)
}
}
Leica TPS1200 – Version 1.50
(Refractive As TMC_REFRACTION)
Out
0
EarthRadius = 6378000;
rc;
Theodolite Measurement and Calculation – TMC
Refraction control data
Execution successful.
167

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents