I am debugging a RTS with non-OS version. the CoDeSys version is V3.5 SP13 patch 1+, and I do not know the rts software package version because it is from the supplier directly. now when I debug to execute the POU "DownloadCode", it get that the pTaskInfo->dwVersion value is 5, while the define IECTASK_TASK_INFO_VERSION is 4 in the function IecTaskCreate(), and rts will run into the exception handling.
So, I suspect that there is inconsistency between the upper and lower software?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am debugging a RTS with non-OS version. the CoDeSys version is V3.5 SP13 patch 1+, and I do not know the rts software package version because it is from the supplier directly. now when I debug to execute the POU "DownloadCode", it get that the pTaskInfo->dwVersion value is 5, while the define IECTASK_TASK_INFO_VERSION is 4 in the function IecTaskCreate(), and rts will run into the exception handling.
So, I suspect that there is inconsistency between the upper and lower software?