Leica TPS1200 Series Reference Manual page 182

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

Advertisement

GeoCOM Reference Manual
17.8.4
TMC_GetEdmMode - getting the EDM measurement mode
TMC_GetEdmMode...............................................................................................................................................................................................................................................................................
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2021
2021 ................................................................................................................................................................................................................................................................TMC_GetEdmM
ode
C-Declaration
TMC_GetEdmMode(EDM_MODE &Mode)
VB-Declaration
VB_TMC_GetEdmMode(Mode As Long)
ASCII-Request
%R1Q,2021:
ASCII-Response
%R1P,0,0:RC,Mode[long]
Remarks
This function returns the EDM measurement mode.
Parameters
Mode
Return-Code Names and Return-Code Values
GRC_OK
See Also
TMC_SetEdmMode
Example
GRC_TYPE
rc;
EDM_MODE
Mode;
// set EDM mode to single standard
// if it is in any repeated mode
rc = TMC_GetEdmMode(Mode);
switch (Mode)
{
case (EDM_CONT_STANDARD):
case (EDM_CONT_DYNAMIC):
case (EDM_CONT_FAST):
rc = TMC_SetEdmMode(EDM_SINGLE_STANDARD);
if (rc == GRC_OK)
{
// set to single mode successful
}
else
{
// set not successful (subsystem busy)
}
}
Leica TPS1200 – Version 1.50
Theodolite Measurement and Calculation – TMC
Out
EDM measurement mode.
0
Execution successful.
182

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents