GeoCOM Reference Manual
Automation - AUT
Leica TPS1200 / TS30 / TM30 – Version 1.50
59
7.4.10
AUT_SetFineAdjustMode - setting the fine adjust positioning mode
AUT_SetFineAdjustMode.............................................................................................................................................................................................................................................................................
justMode
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 9031
9031 ................................................................................................................................................................................................................................................................AUT_SetFineAd
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
In
AUT_NORM_MODE
: Fine positioning with angle tolerance
AUT_POINT_MODE
: Fine positioning with point tolerance
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_NA
27
GeoCOM Robotic license key not available
GRC_IVPARAM
2 Invalid
mode
See Also
AUS_GetUserAtrState
Example
GRC_TYPE
Result;
AUT_ADJMODE
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
}
}
Содержание TM30 Series
Страница 1: ...Leica TPS1200 Leica TS30 TM30 GeoCOM Reference Manual Version 1 50 English...
Страница 120: ...GeoCOM Reference Manual File Transfer FTR Leica TPS1200 Version 1 50 120 while bLast TRUE FTR_AbortList...
Страница 136: ...GeoCOM Reference Manual Motorisation MOT Leica TPS1200 Version 1 50 136 handle error...