I'd like to parse my current project / library files to apply some checks : unused variables, bad naming, indentation retrieve variables names for documenation
* etc
can someone points me to how to do this please ?
Cheers,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-11-19
Originally created by: M.Schaber
Hi,
Most of those things should be caught by the Static Analysis Add-On.
The variable names for documentation should be available via PLCOpenXML export, and then parsing the XML file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'd like to parse my current project / library files to apply some checks :
unused variables,
bad naming,
indentation
retrieve variables names for documenation
* etc
can someone points me to how to do this please ?
Cheers,
Originally created by: M.Schaber
Hi,
Most of those things should be caught by the Static Analysis Add-On.
The variable names for documentation should be available via PLCOpenXML export, and then parsing the XML file.
Thank you, this made me discover the Static analysis add-on .
Cheers.
Hi I'm doing a parser for Codesys 2.3 if you are interested let me know.