IoConfigChannelMap (STRUCT)¶
TYPE IoConfigChannelMap : STRUCT
Mapping information for a single channel. Every I/O-channel is described as a parameter, but with special meanings. The datatype of a channel can be simple (BOOL, BYTE, WORD, etc.) or array of simple types.
- InOut:
Name
Type
Comment
pParameterPOINTER TO IoConfigParameter
Pointer to the parameter description.
pbyIecAddressPOINTER TO BYTE
Pointer to the parameter in the process image on the IEC side.
wParameterBitOffsetWORDBitoffset of the device.
wIecAddressBitOffsetWORDBitoffset of pbyIecAddress in the IEC process image.
wSizeWORDSize in bits of the channel.
wDummyWORDThis parameter is now used for the base type information. This information is needed for a correct swapping action. – wBaseTypeInformation : WORD; – compiler relies on the name ‘wDummy’ here
dwDriverSpecificXWORDDriver specific entry. Reserved for the usage in the driver.