KEYENCE LJ-V7000 Series User Manual
Page 20

20
LJ-V7000_COM_RM_E
Name
Get batch profile storage request structure
Definition
Typedef struct {
BYTE reserve[4];
DWORD
dwSurface;
DWORD
dwGetBatchNo;
DWORD
dwGetBatchTopProfNo;
BYTE
byGetProfCnt;
BYTE
reserved[3];
} LJV7IF_GET_BATCH_PROFILE_STORAGE_REQ;
Description
Get data designation information in the get batch storage data command.
dwSurface
Storage surface to read.
dwGetBatchNo
Batch number to read.
dwGetBatchTopProfNo
Specifies from what profile number in the batch to get the data.
byGetProfCnt
The number of profiles to read.
Comment
For details about "Storage surface", refer to "9.2.9.2.2 For operation mode: advanced (with
OUT measurement)".
Name
Get storage data response structure
Definition
Typedef struct {
DWORD
dwStartNo;
DWORD
dwDataCnt;
LJV7IF_TIME
stBaseTime;
} LJV7IF_GET_STORAGE_RSP;
Description
The get data information returned for the get storage data command and the get profile
storage command.
dwStartNo
The data number to start reading.
dwDataCnt
The number of items to read.
stBaseTime
Base time.
Comment
For details about base time, refer to "9.2.9.10 Time data added to storage data".