Overview
Type:
|
Data structure
|
Available as of:
|
V1.0.0.0
|
Inherits from:
|
-
|
Description
The object instances and their parameters are addressed using their logical address in the controller configuration. There are two logical addresses for each object. A logical address represents the structure ST_LogicalAddress:
stLogicalAddress = STRUCT (uditype, udiInstance, udiParameterId)
See also Address or addressing an ID of an object.
Structure Elements
Variable
|
Data type
|
Description
|
udiType
|
UDINT
|
Type as it is indicated in the bottom 12 bits of the module type in the ConnectorMapList.
|
udiInstance
|
UDINT
|
Instance number (with regard to the module type).
|
udiParameterId
|
UDINT
|
Identification number of the parameter.
|