5. CONFIGURATION
Parameter Type Description
bSelectWithValue BOOL
When true indicates a selection command reception with
value.
Table 74: Parameters sSelectConfig
Parameter Type Description
sOperateConfig STRUCT
Received selection command configuration. This struc-
ture parameters are described on Table 76
sValue STRUCT
Field of received operation command referred value. This
structure parameters are described on Table 77
Table 75: Parameters sOperateParameters
Parameter Type Description
bDirectOperate BOOL
When true indicates that an operation command without
select was received.
bNoAcknowledgement BOOL
When true indicates that a command, which doesn’t re-
quire the receiving acknowledge, was received.
bTimedOperate BOOL
When true indicates that an operation command activated
by time was received.
liOperateTime LINT
Programming of the instant in which it must be runned
the command. This field is valid only when bTimedOper-
ate is true.
bTest BOOL
When true indicates that the received command was sent
only for test, as so the command must not be runned.
Table 76: Parameters sOperateConfig
Parameter Type Description
eParamType ENUM
Informs the type of the received command:
NO_COMMAND(0)
SINGLE_POINT_COMMAND(1)
DOUBLE_POINT_COMMAND(2)
INTEGER_STATUS_COMMAND(3)
ENUMERATED_STATUS_COMMAND(4)
ANALOGUE_VALUE_COMMAND(5)
sSinglePoint STRUCT
When a command is received, in received command type
function, defined by eParamType, the corresponding data
structure is filled. This structures parameters are de-
scribed on Tables 78 to 82
sDoublePoint STRUCT
sIntegerStatus STRUCT
sEnumeratedStatus STRUCT
sAnalogueValue STRUCT
Table 77: Parameters sValue
102