Leica tps1100 Reference Manual page 188

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Example
RC_TYPE
TMC_FACE
// turn the face if not in normal position
// set active measurement state
rc = TMC_DoMeasure(TMC_DEF_DIST, TMC_AUTO_INC);
rc = TMC_GetFace(Face);
if (Face == TMC_FACE_TURN)
{
rc = AUT_ChangeFace(AUT_NORMAL,
if (rc == RC_OK)
{
// face successfuly turned
}
else
{
// change face problem: see AUT_ChangeFace
}
}
// clear distance
rc = TMC_DoMeasure(TMC_CLEAR, TMC_AUTO_INC);
16.6.2 TMC_GetSignal - Get information about EDM's signal amplitude
TMC_GetSig nal.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 2022
2022 ................................................................................................................................................................................................................................................................TMC_GetSig nal
C-Declaration
TMC_GetSignal(TMC_EDM_SIGNAL &Signal)
VB-Declaration
VB_TMC_GetSignal(Signal As TMC_EDM_SIGNAL)
ASCII-Request
%R1Q,2022:
ASCII-Response
%R1P,0,0:RC,SignalIntensity[double],Time[long]
Remarks
This function returns information about the amplitude of the EDM signal.
The function only can perform measuring if the signal measurement
program is activated. Start the signal measurement program with
TPS1100 - Version 1.05
Theodolite Measurement and Calculation - TMC
rc;
Face;
AUT_POSITION,
FALSE);
16-40

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents