beautypg.com

KEYENCE LJ-V7000 Series User Manual

Page 17

background image

17

LJ-V7000_COM_RM_E

Name

High-speed mode get profile response structure (batch measurement: on)

Definition

Typedef struct {

DWORD

dwCurrentBatchNo;

DWORD

dwCurrentBatchProfCnt;

DWORD

dwOldestBatchNo;

DWORD

dwOldestBatchProfCnt;

DWORD

dwGetBatchNo;

DWORD

dwGetBatchProfCnt;

DWORD

dwGetBatchTopProfNo;

BYTE

byGetProfCnt;

BYTE byCurrentBatchCommited;
BYTE reserve[2];

} LJV7IF_GET_BATCH_PROFILE_RSP;

Description

The profile information returned for the get profiles command when the operation mode is
"high-speed (profile only)" and batch measurements are on.
dwCurrentBatchNo

The batch number at the current point in time.

dwCurrentBatchProfCnt

The number of profiles in the newest batch.

dwOldestBatchNo

The batch number for the oldest batch held by the controller.

dwOldestBatchProfCnt

The number of profiles in the oldest batch held by the controller.

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.

byCurrentBatchCommited

Indicates if the batch measurements for the newest batch number has finished.
0: Not finished, 1: finished

Comment

-