Forgot to ask, how dose removing qualified_only attribute efect the process? It can harm the compiling or the run time of the program? What is the purpose of the 'qualified_only attribute'?
Hi, I recently start working with Codesys 3.5 insted of 2.3 version. In 2.3V I used to declare global vars in the "Global variables" section and then use them anywhere in the code only by their name, but now in the 3.5V I have to call them with an introduction of the Global Variables, for example 'GVL.My_Var' insted of only 'My_Var'. It make my code very long and make it hard to read write and debug. Am I missing something? Why should I use global vars if I have to use this introduction? I can declare...