GeoCOM Reference Manual
Theodolite Measurement and Calculation – TMC
Leica TPS1200 – Version 1.50
172
17.6.12
TMC_SetStation - setting the station coordinates of the instrument
TMC_SetStation.............................................................................................................................................................................................................................................................................
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 2010
2010 ................................................................................................................................................................................................................................................................TMC_SetStation
C-Declaration
TMC_SetStation(TMC_STATION Station)
VB-Declaration
VB_TMC_SetStation(ByVal Station As TMC_STATION)
ASCII-Request
%R1Q,2010:
E0[double],N0[double],H0[double],Hi[double]
ASCII-Response
%R1P,0,0:
RC
Remarks
This function is used to set the station coordinates of the instrument.
Parameters
Station In
Instrument station co-ordinates [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 or a
distance is existing. The instrument co-ordinates are not set.
Clear distance and repeat measurement.
See Also
TMC_GetStation
TMC_DoMeasure
Example
see
TMC_GetStation