Leica tps1100 Reference Manual page 70

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
7.3.3
AUT_ReadTimeout - Read current timeout setting for positioning
AUT_ReadTimeout ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 9012
9012 ................................................................................................................................................................................................................................................................AUT_ReadTimeout
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-Codes
RC_OK
See Also
AUT_SetTimeout
Example
RC_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 (RC_OK):
// set of timeout successful
break;
TPS1100 - Version 1.05
Out
The values for the positioning time out in
Hz and V direction [sec].
Execution always successful.
rc;
TimeoutPar;
Automation - AUT
7-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents