Functions - Leica TPS1200 Series Reference Manual

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

Advertisement

GeoCOM Reference Manual

11.4 FUNCTIONS

11.4.1
CSV_GetInstrumentNo – getting the factory defined instrument number
CSV_GetInstrumentNo..............................................................................................................................................................................................................................................................
................
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 5003
5003 ................................................................................................................................................................................................................................................................CSV_GetInstrum
entNo
C-Declaration
CSV_GetInstrumentNo(long &SerialNo)
VB-Declaration
VB_CSV_GetInstrumentNo(SerialNo As Long)
ASCII-Request
%R1Q,5003:
ASCII-Response
%R1P,0,0:RC, SerialNo[long]
Remarks
Gets the factory defined serial number of the instrument.
Parameters
SerialNo
Return-Code Names and Return-Code Values
GRC_OK
Example
GRC_TYPE
rc;
long
SerialNo;
rc = CSV_GetInstrumentNo(SerialNo);
if (rc == GRC_OK)
{
// use SerialNo
}
else
{
// instrument number not yet set
}
Leica TPS1200 – Version 1.50
Out
The serial number.
0
Execution successful.
Central Services – CSV
103

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents