KEYENCE LJ-V7000 Series User Manual
Page 10
10
LJ-V7000_COM_RM_E
Name
Get profile batch data position specification method designation (batch measurement: on)
Definition
Typedef enum {
LJV7IF_BATCH_POS_CURRENT = 0x00,
// From current
LJV7IF_BATCH_POS_SPEC = 0x02,
// Specify position
LJV7IF_BATCH_POS_COMMITED = 0x03,
// From current after batch
commitment
LJV7IF_BATCH_POS_CURRENT_ONLY = 0x04
// Current only
} LJV7IF_BATCH_POS;
Description
In the get batch profile command, this enumeration indicates the specification method for the
profiles to get in what batch out of the batch data retained in the controller. In get profile, the
profiles are stored from oldest to newest.
From current
Gets the profiles in the current batch data.
Specify position
Gets the profiles in the batch data with the specified number.
From current after batch commitment
Gets the profiles in the current batch data after commitment.
Current only
Gets one current profile in the current batch data.
Comment
For the specified number of profiles, refer to the individual structure definitions.
Name
Number of OUT settings
Definition
Const static LONG LJV7IF_OUT_COUNT = 16;
Description
This constant indicates the number of OUT settings.
Comment
-
Name
Number of simultaneously connectable controllers
Definition
Const static LONG LJV7IF_DEVICE_COUNT = 6;
Description
This constant is the upper limit for the number of controllers that can simultaneously
communicate.
Comment
-