KEYENCE LJ-V7000 Series User Manual
Page 12

12
LJ-V7000_COM_RM_E
Name
Setting item designation structure
Definition
Typedef struct {
BYTE
byType;
BYTE
byCategory;
BYTE
byItem;
BYTE
reserve;
BYTE
byTarget1;
BYTE
byTarget2;
BYTE
byTarget3;
BYTE
byTarget4;
} LJV7IF_TARGET_SETTING;
Description
Information for specifying target setting items.
byType, byCategory, byItem
When modifying or reading a setting, these variables are used to specify the target setting
item.
byTarget1, byTarget2, byTarget3, byTarget4
These variables are used when specifying further details for the setting item.
For example, when configuring OUT measurement mode, these are used to specify the
OUT number.
Comment
For details, see the appendix.
Name
Measurement results structure
Definition
Typedef struct {
BYTE
byDataInfo;
BYTE
byJudge;
BYTE
reserve[2];
FLOAT
fValue;
} LJV7IF_MEASURE_DATA;
Description
Measurement value and judgment results.
byDatainfo
This variable indicates whether or not the measurement value (fValue) is valid, and if it is
not a valid value, what kind of data it is. See LJV7IF_MEASURE_DATA_INFO.
byJudge
Tolerance judgment result. See LJV7IF_JUDGE_RESULT.
fValue
Measurement value. The unit used for measurement values is the minimum display unit
set for Target OUT in program settings.
When the minimum display unit is 1 mm to 0.001 mm, the measurement value unit is [mm].
When 1 um to 0.1 um, the measurement value unit is [um]. The unit for sectional areas is
mm
2
, and the unit for angles is deg.
When not a valid value, a large negative value is stored (-10
10
).
Comment
-