beautypg.com

KEYENCE LJ-V7000 Series User Manual

Page 19

background image

19

LJ-V7000_COM_RM_E

Name

Storage information structure

Definition

Typedef struct {

BYTE

byStatus;

BYTE

byProgramNo;

BYTE

byTarget;

BYTE

reserve[5];

DWORD

dwStorageCnt;

} LJV7IF_ STORAGE_INFO;

Description

Information related to the storage status.
byStatus

Storage status.
0: Empty (Takes on this value when the target surface has not operated even once in a

program with storage on)

1: Storing (only the active storage surface can be 1)
2: Storage

complete

byProgramNo

The program number for the relevant storage surface.

byTarget

Storage target.0: Data storage, 2: profile storage, 3: batch profile storage.
However, when batch measurements are on and profile compression (time axis) is on, 2:
profile storage is stored.

dwStorageCnt

Storage count (batch count when batch is on)

Comment

For details about "Storage surface", refer to "9.2.9.2.2 For operation mode: advanced (with
OUT measurement)".

Name

Get storage data request structure

Definition

Typedef struct {

BYTE reserve[4];
DWORD

dwSurface;

DWORD

dwStartNo;

DWORD

dwDataCnt;

} LJV7IF_GET_STORAGE_REQ;

Description

The get data designation information in the get data storage data command and the get
profile storage data command.
dwSurface

Storage surface to read.

dwStartNo

The data number to start reading.

dwDataCnt

The number of items to read.

Comment

For details about "Storage surface", refer to "9.2.9.2.2 For operation mode: advanced (with
OUT measurement)".