
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-107
DO
' display measured values
TMC_GetCoordinate( 5, Coord, iRetCode )
SELECT CASE iRetCode
CASE RC_OK
'display all data
'e.g. set lDone
CASE ANGLE_OK
' display coordinate
CASE ELSE
'handle error
lError = TRUE
END SELECT
LOOP UNTIL lError OR lDone
TMC_DoMeasure( TMC_CLEAR )
6.3.6 TMC_GetAngle
Description
Measure angles.
Declaration
TMC_GetAngle( Angles
AS TMC_ANGLE_Type,
iReturnCode AS Integer )
Remarks
The function measures the horizontal and vertical angle and the
possibly belonging inclination, if the inclination compensation is
on. If the compensation is off and no valid inclination is present,
there may be a delay if the inclination can't be measured
immediately. The correction values for the inclination can be
calculated with several methods.
As long as no new measure program is started, the results can be
read. Additional to the normal return codes
iReturnCode
delivers also informational return codes which will not interrupt
program execution.
Parameters
Angles
out
result of measuring the angle
iReturnCode
out
return code, see Additional Codes
See Also
TMC_DoMeasure
Содержание 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 ...