I am new to CODESYS and I have been having difficulties learning my way around the development system - I hope I am posting the in correct area.
I am tying to create a Tcp Client using CODESYS installed and running on a Weintek HMI panel.
I have the "CAA Net Base Services Library" installed and I am using the TCP function blocks. I created a singlel POU to perform a client connect.
The project compiles, but when I attempt to download to the PLC I receive two errors:
Not being familiar with the CODESYS environment, I am struggling to determine what I have missed and how to resolve. I can't even determine HOW to track this down.
If anyone has any thoughts, I would appreciate your input.
thank you.
MSC
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings
I am new to CODESYS and I have been having difficulties learning my way around the development system - I hope I am posting the in correct area.
I am tying to create a Tcp Client using CODESYS installed and running on a Weintek HMI panel.
I have the "CAA Net Base Services Library" installed and I am using the TCP function blocks. I created a singlel POU to perform a client connect.
The project compiles, but when I attempt to download to the PLC I receive two errors:
[FATAL ERROR] Unresolved reference: 'CAA_TASKLOCK'
[FATAL ERROR] Unresolved reference: 'CAA_TASKUNLOCK'
Not being familiar with the CODESYS environment, I am struggling to determine what I have missed and how to resolve. I can't even determine HOW to track this down.
If anyone has any thoughts, I would appreciate your input.
thank you.
MSC
I have resolved this issue. The problem was caused by an outdated CODESYS on the Weintek panel. Once I updated the CODESYS, these issue went away.