Structure CCLoadErrorΒΆ
This structure provides information on the last error during the download of the PLC configuration data. It is accessed by function CfgCCGetError.
The components:
| Variable | Data Type | Description |
|---|---|---|
| ulLastError | UDINT | Error code of the last error |
| ulAddInfo1 | UDINT | According to ulLastError, the meaning changes. |
| ulAddInfo2 | UDINT | According to ulLastError, the meaning changes. |
| szLastError | STRING(32) | Last error message. A possibility to make debugging easier |