Functions - Leica TPS1200 Series Reference Manual

Geodetic measurement instruments
Hide thumbs Also See for TPS1200 Series:
Table of Contents

Advertisement

GeoCOM Reference Manual

12.4 FUNCTIONS

12.4.1
EDM_Laserpointer - turning on/off the laserpointer
EDM_Laserpointer........................................................................................................................................................................................................................................................
.....................
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 1004
1004 ................................................................................................................................................................................................................................................................EDM_Laserpoin
ter
C-Declaration
EDM_Laserpointer (ON_OFF_TYPE eLaser)
VB-Declaration
VB_EDM_Laserpointer(ByVal eLaser As Long)
ASCII-Request
%R1Q,1004:eLaser[long]
ASCII-Response
%R1P,0,0:RC
Remarks
Laserpointer is only available on models which support distance measurement without reflector.
Parameters
eOn
Return-Code Names and Return-Code Values
GRC_OK
GRC_EDM_DEV_NOT_INSTALLED
See Also
-
Example
GRC_TYPE
rc;
// switch on laserpointer
rc = EDM_Laserpointer(ON);
if (rc != GRC_OK)
{ // error-handling
switch (rc)
{
case GRC_EDM_DEV_NOT_INSTALLED:
printf("Laserpointer is not implemented.
break;
} // end of switch (rc)
}
// end of error handling
else if (rc == GRC_OK)
{
// use laserpointer
}
Leica TPS1200 – Version 1.50
In
0
778
Laserpointer is only available in
theodolites which supports distance
measurement without reflector.");
Electronic Distance Measurement – EDM
- switch Laserpointer on
ON
- switch Laserpointer off
OFF
Execution successful.
Laserpointer is not implemented
114

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents