Structure CCChannel

This structure provides information on the channel of a module; see usage in Structure CCModule.

Variable Data Type Description
ucEntryTag BYTE C’ = Channel
ulChannelId UDINT Id of the channel given in the configuration file
usChannelNumber UINT Number of the channel in the parent module
ulRefId UDINT Direction of the channel (1=input, 2=output, 3=input AND output)
usChannelType UINT TYPE of the channel (coded as “TypeClass”)
ulBitOffset UDINT Offset of the channel in in-/output area
usParameterCount UINT Number of parameters
ppccpParams POINTER TO POINTER TO CCParam PARAMETER[1..usParameterCount]> POINTER TO an ARRAY OF pointers TO Structure CCParam.