Functions - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Power sources
struct CSV_POWER_PATH{
CSV_CURRENT_POWER = 0,
CSV_EXTERNAL_POWER = 1, // power source is external
CSV_INTERNAL_POWER = 2
};
11.3

FUNCTIONS

11.3.1 CSV_GetInstrumentNo - Get factory defined instrument number
CSV_GetIn strumentNo ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 5003
5003 ................................................................................................................................................................................................................................................................CSV_GetIn strumentNo
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
-
Parameters
SerialNo
Return-Codes
RC_OK
RC_UNDEFINED
Example
RC_TYPE
long
rc = CSV_GetInstrumentNo(SerialNo);
if (rc == RC_OK)
{
// use SerialNo
}
else
TPS1100 - Version 1.05
out
Execution successful.
Instrument number not yet set.
rc;
SerialNo;
// actual power source
// power source is the
// internal battery
The serial number.
Central Services - CSV
11-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents