All should appear...
What might be a reason that you don't see them, is that your application doesn't use any of the variables in the GVL.
Then the compiler doesn't add it to your compiled project and they won't be available for e.g. an OPC server.
Add a line to your code which uses one of the variables from you GVL, build the application and check again if they appear in the Symbol Configurator.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: ph0010421
Hello
What determines which Global Variable list appears in the Symbol Configuration list? Is it the first one that was created?
Thanks
Paul
All should appear...
What might be a reason that you don't see them, is that your application doesn't use any of the variables in the GVL.
Then the compiler doesn't add it to your compiled project and they won't be available for e.g. an OPC server.
Add a line to your code which uses one of the variables from you GVL, build the application and check again if they appear in the Symbol Configurator.