View all "Variables' in the entrire project

2020-10-19
2020-10-20
  • justthefacts77 - 2020-10-19

    Hey Folks,

    Used to a "Tag Database" layout where I have one location/file where all the Tags are listed by Type and Location.

    ?- Haven't found in CSYS yet. Way to do?

    Regards

     
  • MaraP - 2020-10-20

    You have to create it yourself. Just create global variable list(s) and declare all your variables in the list.

     
    πŸ‘
    1
  • hermsen

    hermsen - 2020-10-20

    Hi,

    CODESYS does not have a tag database. Just like C, C#, Pascal Java and any other higher language don't have a tag database. Allthough the compiler is ment for PLC programmes, the setup of the IDE and compiler are based on modern IDE's as mentioned before (CODESYS largely looks and feels like a slimmed down version of VS.NET)

    Generally you are asking for a list of variables. You can use a GVL list for this.

    Regards,

     

    Last edit: hermsen 2020-10-20

Log in to post a comment.