Structure CCParam¶
This structure provides information on a channel of the module; see usage in Structure CCModule and Structure CCChannel.
| Variable | Data Type | Description |
|---|---|---|
| ulParameterId | UDINT | Id of the parameter given in the configuration file *.cfg |
| usParameterNumber | UINT | Number of the parameter in the module |
| byReadOnly | BYTE | 1=TRUE, 0=FALSE |
| byDummy | BYTE | |
| usParameterType | UINT | Type of the parameter; coded as “TypeClass” |
| usDummy | UINT | |
| ulSize | UDINT | Size of the parameter in bytes |
| byValue | BYTE | The memory representation of the parameter value starts with this byte. The other bytes follow immediately, if the size of the parameter value is bigger than 1. |