File Transfer - Ftr; Usage; Constants And Types - Leica TPS1200 Series Reference Manual

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

Advertisement

GeoCOM Reference Manual
13 F
T
ILE
RANSFER

13.1 USAGE

The subsystem 'File Transfer' contains functions such as list image files, download image files from instrument and
delete image files. Telescopic Camera Images stored on Internal Memory or CF-Card may be transferred onto a PC
using these functions.
Note: It is recommended to use binary communication mode with checksum (default) to secure transmission of files.
See also
COM_SetComFormat.
Path
/ata1a/
/ata0a/
Path
Images

13.2 CONSTANTS AND TYPES

Blocksize
const unsigned short FTR_MAX_BLOCKSIZE = 450;
Devicetype
typedef enum
{
FTR_DEVICE_INTERNAL = 0,
FTR_DEVICE_PCPARD = 1,
} FTR_DEVICETYPE;
Filetype
typedef enum
{
FTR_FILE_IMAGES
} FR_FILETYPE;
Blocktype
struct FTR_BLOCK
{
BYTE FTR_BLOCK_val[FTR_MAX_BLOCKSIZE];
unsigned short FTR_BLOCK_len;
};
Modification time
struct FTR_MODTIME
{
BYTE ucHour;
BYTE ucMinute;
BYTE ucSecond;
BYTE ucCentisecond;
};
Leica TPS1200 – Version 1.50
- FTR
Device type
FTR_DEVICE_INTERNAL
FTR_DEVICE_PCPARD
File type(s)
FTR_FILE_IMAGES
= 170,
// hour
// minute
// second
// centisecond (0.01 sec)

File Transfer - FTR

Extension wildcard(s)
"*.jpg"
117

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents