Leica tps1100 Reference Manual page 186

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
NullStation.dH0 = 0;
NullStation.dHi = 0;
// reset station coordinates to 0
rc = TMC_GetStation(Station);
if ((Station.dE0 != 0)||
(Station.dN0 != 0)||
(Station.dH0 != 0)||
(Station.dHi != 0))
{
rc = TMC_SetStation(NullStation);
if (rc == RC_OK)
{
// reset of station successful
}
else
{
// reset not successful (subsystem busy)
}
}
16.5.13 TMC_SetStation - Set the coordinates of the instrument station
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 co-ordinates of the instrument station.
Parameters
Station
Return Codes
RC_OK
TMC_BUSY
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
in
Instrument station co-ordinates.
Execution successful.
TMC resource is locked respectively
16-38

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents