Leica tps1100 Reference Manual page 193

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
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 Codes
RC_OK
See Also
TMC_SetEdmMode
Example
RC_TYPE
EDM_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 == RC_OK)
{
// set to single mode successful
}
else
{
// set not successful (subsystem busy)
}
}
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
out
Execution always successful.
rc;
Mode;
EDM measurement mode.
16-45

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents