I implemented a Codesys library with functions in it. I can access these functions from my program which is great, but I don't need to access them all.
Is there any way to hide the access of some functions in the library ?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I implemented a Codesys library with functions in it. I can access these functions from my program which is great, but I don't need to access them all.
Is there any way to hide the access of some functions in the library ?
Thank you
Use "Hide" pragma.
https://help.codesys.com/webapp/_cds_pr ... n=3.5.13.0 m
Thank you, that's what I was looking for