
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
2.10
6-114
' measurement loop
DO
' get measurement values
TMC_QuickDist( HzV, dDist, iRetCode )
IF iRetCode = RC_OK OR
iRetCode = TMC_NO_FULL_CORRECTION OR
iRetCode = TMC_ACCURACY_GUARANTEE THEN
' Angles and distance are valid
' ...
ELSE
' only Angles are valid
' ...
END IF
LOOP UNTIL ....
' terminate
TMC_DoMeasure( TMC_CLEAR ) ' stop measurement
6.3.9 TMC_GetSimpleMea
Description
Gets the results of distance and angle measurement.
Declaration
TMC_GetSimpleMea(
Angles
AS TMC_HZ_V_ANG_Type,
dSlopeDist
AS Double,
iReturnCode
AS Integer )
Remarks
This function returns the angles and distance measurement data.
The distance measurement will be set invalid afterwards. It is
important to note that this command does not issue a new distance
measurement.
If a distance measurement is valid the function ignores
WaitTime
and returns the
results.
If no valid distance measurement is available and the distance measurement unit is
not activated (by
TMC_DoMeasure
before the
TMC_GetSimpleMea
call) the
WaitTime
is also ignored and the
angle measurement result is returned.
Information about distance measurement is returned in the return- code.
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...