Leica tps1100 Reference Manual page 59

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
RC_NOT_IMPL
See Also
AUS_SetUserAtrState
Example
RC_TYPE
ON_OFF_TYPE
// look for ATR state and set On if it is Off
rc = AUS_GetUserAtrState(OnOff);
if (OnOff == OFF)
{
rc = AUS_SetUserAtrState(ON);
if (rc == RC_OK)
{
// set of ATR status successful
}
else
{
// no TCA instrument
}
}
6.3.2
AUS_SetUserAtrState - Set the status of the ATR mode
AUS_SetUserAtrState ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 18005
18005 ...............................................................................................................................................................................................................................................................AUS_SetUserAtrState
C-Declaration
AUS_SetUserAtrState(ON_OFF_TYPE OnOff)
VB-Declaration
VB_AUS_SetUserAtrState(OnOff As Long)
ASCII-Request
%R1Q,18005:OnOff[long]
ASCII-Response
%R1P,0,0:RC
Remarks
Activate respectively deactivate the ATR mode.
Activate ATR mode:
The ATR mode is activated and the LOCK mode (if sets) will be reset
automatically also.
TPS1100 - Version 1.05
ATR not available; no TCA instrument.
rc;
OnOff;
Alt User - AUS
6-2

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents