KEYENCE LJ-V7000 Series User Manual
Page 21

21
LJ-V7000_COM_RM_E
Name
Get batch profile storage response structure
Definition
Typedef struct {
DWORD
dwGetBatchNo;
DWORD
dwGetBatchProfCnt;
DWORD
dwGetBatchTopProfNo;
BYTE
byGetProfCnt;
BYTE reserve[3];
LJV7IF_TIME
stBaseTime;
} LJV7IF_GET_BATCH_PROFILE_STORAGE_RSP;
Description
The get data information returned for the get batch profile storage command.
dwGetBatchNo
The batch number that was read this time.
dwGetBatchProfCnt
The number of profiles in the batch that was read this time.
dwGetBatchTopProfNo
Indicates what number profile in the batch is the oldest profile out of the profiles that were
read this time.
byGetProfCnt
The number of profiles that were read this time.
stBaseTime
Base time.
Comment
-
Name
High-speed communication prep start request structure
Definition
Typedef struct {
BYTE
bySendPos;
BYTE
reserve[3];
} LJV7IF_HIGH_SPEED_PRE_START_REQ;
Description
High-speed communication start preparation request command
bySendPos
Send start position. 0: From previous send complete position (from oldest data if 1st time),
1: From oldest data (reacquire), 2: From next data
Comment
-