
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
2.10
6-106
TMC_ANGLE_NO_
FULL_
CORRECTION
No distance data available but angle
data are valid. The return code is
equivalent to the
TMC_NO_FULL_CORRECTION
and
relates to the angle data. Co-ordinates
are not available.
Perform a distance measurement first
before you call this function.
TMC_DIST_ERROR
No measuring, because of missing target
point, co-ordinates are not available.
Aim target point and try it again
TMC_DIST_PPM
No distance measurement respectively
no distance data because of wrong EDM
settings. The co-ordinates are not
available.
Set EDM –ppm and -mm to 0.
Return Codes
RC_OK
measurement and values are OK
TMC_ANGLE_ERROR
Problems with angle res. incline sensor.
A valid angle could not be measured.
At repeated occur call service.
TMC_BUSY
TMC resource is locked respectively
TMC task is busy.
Repeat measurement.
RC_ABORT
Measurement through customer aborted.
Example
Start a distance measure, perform measurement.
DIM iretCode
AS Integer
DIM iWaitTime AS Integer
DIM Coord
AS TMC_COORDINATE_Type
DIM lError
AS Logical
DIM lDone
AS Logical
ON ERROR RESUME NEXT
' to get valid angle data
TMC_DoMeasure( TMC_DEF_DIST )
lDone
= FALSE
lError = FALSE
Содержание 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 ...