2020-12-01 06:38 AM
Hello,
I wrote some codes and it worked succesfully. Then I wanted to add some global variable for computing a value but global variables which are added later, their values did not change, altough I set the refresh period setting ( while are changing global variables which are declareted before) . And their initialize values also don't change (there is a "?" symbol everytime). Additional their adresess is seen 0x000000. What could be the reason of this? How can I add a global variable for wathing what is going on?
Regards,
Solved! Go to Solution.
2021-01-12 03:18 PM
Hello,
Perhaps variables have been optimized away because not referenced in your code.
Regards,
Giuseppe
2021-01-12 03:18 PM
Hello,
Perhaps variables have been optimized away because not referenced in your code.
Regards,
Giuseppe