FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
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?
a month ago
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.
a month ago
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.
a month ago
Thanks for the example. It is helpful for me, too.