4. Configuration
90
Parameter
Type
Description
bSelectWithValue
BOOL
When true indicates the reception of selection command with
value.
Table 4-34. sSelectConfig Parameters
Parameter
Type
Description
sOperateConfig
STRUCT
Configuration of the received selection command. Table 4-36
describes the structure’s parameters.
sValue
STRUCT
Refers to the received operation command. Table 4-37
describes the structure’s parameters.
Table 4-35. sOperateParameters Parameters
Parameter
Type
Description
bDirectOperate
BOOL
When true indicates the reception of an operation command
without select.
bNoAcknowledgement
BOOL
When true indicates the reception of a command that does
not require a receipt confirmation.
bTimedOperate
BOOL
When true indicates the reception of an operation command
activated by time.
liOperateTime
LINT
Programming of the moment in which the command should
be performed. This field is true only when bTimedOperate is
true.
bTest
BOOL
When true indicates that the received command was sent
only for test purposes (thus, it should not be performed).
Table 4-36. sOperateConfig Parameters
Parameter
Type
Description
eParamType
ENUM
Informs the received command type:
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
Depending on the command type received by the CPU, it fills
the correspondent data structure. The type was defined by
eParamType. Table 4-38 to Table 4-42
show the structure’s
parameters.
sDoublePoint
STRUCT
sIntegerStatus
STRUCT
sEnumeratedStatus
STRUCT
sAnalogueValue
STRUCT
Table 4-37. sValue Parameters
Parameter
Type
Description
bValue
BOOL
Operation point value.
sPulseConfig
STRUCT
The configuration parameters of a pulsed command are
stored in this structure. Table 4-43
describes the structure’s
parameters.
Table 4-38. sSinglePoint Parameters
Parameter
Type
Description
bValue
BOOL
Operation point value.
sPulseConfig
STRUCT
The configuration parameters of a pulsed command are
stored in this structure. Table 4-43
describes the structure’s
parameters.
Table 4-39. sDoublePoint Parameters