GeoCOM Reference Manual
Automation - AUT
Leica TPS1200 / TS30 / TM30 – Version 1.50
48
7.4.4
AUT_SetTimeout - setting the timeout for positioning
AUT_SetTimeout ...........................................................................................................................................................................................................................................................................
t
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 9011
9011 ................................................................................................................................................................................................................................................................AUT_SetTimeou
C-Declaration
AUT_SetTimeout(AUT_TIMEOUT TimeoutPar)
VB-Declaration
VB_AUT_SetTimeout(TimeoutPar As AUT_TIMEOUT)
ASCII-Request
%R1Q,9011:
TimeoutHz[double],TimeoutV[double]
ASCII-Response
%R1P,0,0:
RC
Remarks
This command set the positioning timeout (set maximum time to perform a positioning). The timeout is reset on
7[sec] after each power on
Parameters
TimeoutPar in
The values for the positioning timeout in Hz and V direction
[s]. Valid values are between 7 [sec] and 60 [sec].
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_NA
27
GeoCOM Robotic license key not available.
GRC_IVPARAM
2
One or both time out values not within the boundaries (7[sec]
to 60[sec]).
See Also
AUT_ReadTimeout
Example
see
AUT_ReadTimeout