GeoCOM Reference Manual
Theodolite Measurement and Calculation – TMC
Leica TPS1200 – Version 1.50
161
17.6.2
TMC_SetHeight – setting a new reflector height
TMC_SetHeight..............................................................................................................................................................................................................................................................................
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 2012
2012 ................................................................................................................................................................................................................................................................TMC_SetHeight
C-Declaration
TMC_SetHeight(TMC_HEIGHT Height)
VB-Declaration
VB_TMC_SetHeight(ByVal Height As TMC_HEIGHT)
ASCII-Request
%R1Q,2012:
Height[double]
ASCII-Response
%R1P,0,0:
RC
Remarks
This function sets a new reflector height.
Parameters
Height In
new reflector height [m]
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_TMC_BUSY
1293
TMC resource is locked respectively TMC task is busy. The
reflector height is not set.
Repeat measurement.
GRC_IVPAR
2
A reflector height less than 10m or greater than 100m is
entered. Invalid parameter.
See Also
TMC_GetHeight
Example
see
TMC_GetHeight