GeoCOM Reference Manual
Theodolite Measurement and Calculation – TMC
Leica TPS1200 – Version 1.50
182
17.8.4
TMC_GetEdmMode - getting the EDM measurement mode
TMC_GetEdmMode...............................................................................................................................................................................................................................................................................
ode
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2021
2021 ................................................................................................................................................................................................................................................................TMC_GetEdmM
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 Out
EDM measurement mode.
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
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)
}
}
Содержание TM30 Series
Страница 1: ...Leica TPS1200 Leica TS30 TM30 GeoCOM Reference Manual Version 1 50 English...
Страница 120: ...GeoCOM Reference Manual File Transfer FTR Leica TPS1200 Version 1 50 120 while bLast TRUE FTR_AbortList...
Страница 136: ...GeoCOM Reference Manual Motorisation MOT Leica TPS1200 Version 1 50 136 handle error...