KEYENCE LJ-V7000 Series User Manual
Page 18

18
LJ-V7000_COM_RM_E
Name
Advanced mode get profile response structure (batch measurement: on)
Definition
Typedef struct {
DWORD
dwGetBatchNo;
DWORD
dwGetBatchProfCnt;
DWORD
dwGetBatchTopProfNo;
BYTE
byGetProfCnt;
BYTE reserve[3];
} LJV7IF_GET_BATCH_PROFILE_ADVANCE_RSP;
Description
The profile information returned for the get profiles command when the operation mode is
"advanced mode (with OUT measurement)" and batch measurements are on.
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.
byReadProfCnt
The number of profiles that were read this time.
Comment
-
Name
Get storage status request structure
Definition
Typedef struct {
DWORD
dwReadArea;
}LJV7IF_GET_ STRAGE_STATUS_REQ;
Description
Get target designation information in the get storage status command.
dwReadArea
The storage surface to read.
• When the memory allocation setting is "double buffer"
0: Active surface, 1: Surface A, 2: Surface B
• When the memory allocation setting is "entire area (overwrite)", fixed as 1
• When the memory allocation setting is "entire area (do not overwrite)"
0: Active surface, surface specification (1 to 999)
Comment
"Active surface" refers to the surface of the buffer that profile data is being written onto. For
further details, refer to "9.2.9.2 Internal memory".
Name
Get storage status response structure
Definition
Typedef struct {
DWORD
dwSurfaceCnt;
DWORD
dwActiveSurface;
} LJV7IF_GET_STRAGE_STATUS_RSP;
Description
The storage status information returned for the get storage status command.
dwSurfaceCnt
Storage surface count
dwActiveSurface
The active storage surface.
When the active program has storage off, 0.
Comment
For details about "Storage surface", refer to "9.2.9.2.2 For operation mode: advanced (with
OUT measurement)".