Is there a tool to parse Codesys 2.3 documentation?
Hi,
I'm looking for a tool that parse the project's informations present in a documentation created by codesys 2.3 and generate an excel file (or database table) to have hardware configuration and for every IO the variable used in the program code (POU).
This is necessary because I need a map of used and unused IO in my PLC programs to rewamping (programs have not assigned tags in hardware configuration).
Thank you for the reply.
Answers
Hi Fabio
in Codesys session, you can compile the POU and from menu --> Project --> Check, you can choose:
- unused variables
- overlapping memory areas
- cuncurrent access
- multiple write access on output
In the lower part of your screen you can read the result of any query.
But if you need the memory occupation of the program, from Online --> Show file information, you can obtain the PLC project data size.
The information above you can copy and paste in any other program ( e.g. Excel or text editor).
Other side in Automation Builder from menù Project --> document you can obtain a print file with the information about your project and in every item, e.g. output card, you can edit the single item, then in right side of your screen you can choose I/O mapping list, select tool on top of screen and visualize mapping I/O or free I/O.
Hope this help you
Add new comment