GeoCOM Reference Manual
Theodolite Measurement and Calculation – TMC
Leica TPS1200 – Version 1.50
176
17.6.16
TMC_SetGeoPpm – setting the geometric ppm correction factor
TMC_GetSlopeDistCorr............................................................................................................................................................................................................................................................................
istCorr
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2126
2126 ................................................................................................................................................................................................................................................................TMC_GetSlopeD
C-Declaration
TMC_SetGeoPpm(unsigned short unGeomUseAutomatic,
double dScaleFactorCentralMeridian,
double dOffsetCentralMeridian,
double dHeightReductionPPM,
double dIndividualPPM)
VB-Declaration
VB_TMC_SetGeoPpm(ByVal unGeomUseAutomatic as Integer,
ByVal dScaleFactorCentralMeridian as Double,
ByVal dOffsetCentralMeridian as Double,
ByVal dHeightReductionPPM as Double,
ByVal dIndividualPPM as Double)
ASCII-Request
%R1Q,2153:
unGeomUseAutomatic[unsigned short],dScaleFactorCentralMeridian[double],
dOffsetCentralMeridian[double],dHeightReductionPPM[double],dIndividualPPM[double]
ASCII-Response
%R1P,0,0:
RC
Remarks
This function is used to set the geometric ppm values.
Parameters
unGeomUseAutomatic In
Current state of the Geometric ppm calculation switch
(automatic or manual)
dScaleFactorCentralMeridian In
Scale factor on central meridian
dOffsetCentralMeridian In
Offset from central meridian [m]
dHeightReductionPPM In
ppm value due to height above reference
dIndividualPPM In
Individual ppm value
Return-Code Names and Return-Code Values
GRC_OK 0
Execution successful.
See Also
TMC_GetAtmPpm
TMC_SetAtmPpm
TMC_GetGeoPpm
TMC_GetPrismCorr
TMC_SetPrismCorr
Example
see TMC_SetPrismCorr