KEYENCE LJ-V7000 Series User Manual
Page 15

15
LJ-V7000_COM_RM_E
Name
High-speed mode get profile request structure (batch measurement: on)
Definition
Typedef struct {
BYTE byTargetBank;
BYTE byPosMode;
BYTE reserve[2];
DWORD
dwGetBatchNo;
DWORD
dwGetProfNo;
BYTE
byGetProfCnt;
BYTE byErase;
BYTE reserve[2];
} LJV7IF_GET_BATCH_PROFILE_REQ;
Description
The get profile designation information when the operation mode is "high-speed (profile only)"
and batch measurements are on in the get profile command.
byTargetBank
Specifies whether to get the profiles from the active surface or whether to get the profiles
from the inactive surface. See LJV7IF_PROFILE_BANK. (P.9)
byPosMode
Specifies the get profile position specification method. See LJV7IF_BATCH_POS.
dwGetBatchNo
When byPosMode is LJV7IF_BATCH_POS_SPEC, specifies the batch number for the
profile to get.
dwGetProfNo
Specifies the profile number to start getting profiles from in the specified batch number.
byGetProfCnt
The number of profiles to read.
byErase
Specifies whether or not to erase the batch data that was read and the batch data older
than that.
0: Do not erase, 1: erase
Comment
If the communication buffer is insufficient, the number of profiles specified by byGetProfCnt
may not be acquired. In this situation, the maximum number of profiles that can be acquired
is returned.