FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
07-30-2024 10:42 PM
I have an older application in which I used SysLibGetSymbolAddress to get the pointer to a variable. That was in the SysSymbols23 library that is only support with 32 bit applications. Ideally, I could get all of the info about a variable from its name passed as a string. Is there a library solution for this?
Solved! Go to Solution.
08-09-2024 05:19 PM
Any thoughts on this one?
09-10-2024 10:18 AM
What do you want to do? Maybe there is a different solution like:
otherwise CoDeSys must say if therer is a replacement for the library.
09-10-2024 01:19 PM
Thanks @HmiGuide, I was able to get some sample code from CoDeSys and a sample project is attached. This is an archive that has been zipped up.
09-11-2024 07:50 AM
Thanks for the example. It is helpful for me, too.