Leica TPS1200 Series Reference Manual page 59

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

Advertisement

GeoCOM Reference Manual
7.4.10
AUT_SetFineAdjustMode - setting the fine adjust positioning mode
AUT_SetFineAdjustMode.............................................................................................................................................................................................................................................................................
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 9031
9031 ................................................................................................................................................................................................................................................................AUT_SetFineAd
justMode
C-Declaration
AUT_SetFineAdjustMode(AUT_ADJMODE AdjMode)
VB-Declaration
VB_AUT_SetFineAdjustMode(AdjMode As Long)
ASCII-Request
%R1Q,9031:AdjMode[long]
ASCII-Response
%R1P,0,0:RC
Remarks
This function sets the positioning tolerances (default values for both modes) relating the angle accuracy or the
point accuracy for the fine adjust. This command is valid for all instruments, but has only effects for instruments
equipped with ATR. If a target is very near or held by hand, it's recommended to set the adjust-mode to
AUT_POINT_MODE.
Parameters
AdjMode
Return-Code Names and Return-Code Values
GRC_OK
GRC_NA
GRC_IVPARAM
See Also
AUS_GetUserAtrState
Example
GRC_TYPE
AUT_ADJMODE
Result=AUT_GetFineAdjustMode(AdjMode);
if(AdjMode!=AUT_MODE_POINT && Result==GRC_OK)
{// change the finepositioning mode to AUT_MODE_POINT
Result=AUT_SetFineAdjustMode(AUT_MODE_POINT);
if(Result!=GRC_OK)
{ // Error handling
}
}
Leica TPS1200 / TS30 / TM30 – Version 1.50
In
0
27
2
Result;
AdjMode;
: Fine positioning with angle tolerance
AUT_NORM_MODE
: Fine positioning with point tolerance
AUT_POINT_MODE
Execution successful.
GeoCOM Robotic license key not available
Invalid mode
Automation - AUT
59

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents