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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
You have to create it yourself. Just create global variable list(s) and declare all your variables in the list.
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