Leica TPS1200 Series Reference Manual page 47

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

Advertisement

GeoCOM Reference Manual
7.4.3 AUT_ReadTimeout - reading the current timeout setting for positioning
AUT_ReadTimeout............................................................................................................................................................................................................................................................................
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 9012
9012 ................................................................................................................................................................................................................................................................AUT_ReadTime
out
C-Declaration
AUT_ReadTimeout(AUT_TIMEOUT &TimeoutPar)
VB-Declaration
VB_AUT_ReadTimeout(TimeoutPar As AUT_TIMEOUT)
ASCII-Request
%R1Q,9012:
ASCII-Response
%R1P,0,0:RC, TimeoutHz[double], TimeoutV[double]
Remarks
This command reads the current setting for the positioning time out (maximum time to perform positioning).
Parameters
TimeoutPar
Return-Code Names and Return-Code Values
GRC_OK
GRC_NA
See Also
AUT_SetTimeout
Example
GRC_TYPE
AUT_TIMEOUT
// read timeout and set to a minimum of 10 [s]
rc = AUT_ReadTimeout(TimeoutPar);
if ((TimeoutPar.adPosTimeout[0] < 10) ||
(TimeoutPar.adPosTimeout[1] < 10))
{
TimeoutPar.adPosTimeout[0] = 10;
TimeoutPar.adPosTimeout[1] = 10;
rc = AUT_SetTimeout(TimeoutPar);
switch (rc)
{
case (GRC_OK):
// set of timeout successful
break;
case (GRC_IVPARAM):
// invalid parameter
break;
}
}
Leica TPS1200 / TS30 / TM30 – Version 1.50
Out
0
27
rc;
TimeoutPar;
The values for the positioning time out in Hz and V direction
[sec].
Execution successful.
GeoCOM Robotic license key not available.
Automation - AUT
47

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents