how to do FB documentation in a library project

I created a new library to use in a PLC project. But the added header an documentation looks quite strange when using in the PLC. What do I have to do?

Best reply by CodeShepherd
The libraries have to be structured in a defined format called "reStructuredText". This a setting in your library that has to set in the project information:
Library project informatio

โ€ƒ

There is an official documentation available at CodeSys homepage:https://help.codesys.com/webapp/reSTOverview;product=LibDevSummary;version=3.5.17.0

ย 

To use it an additional function package called "CODESYS Library Documentation Support 4.0.0.0.package" has to be installed. This is part of the ctrlX WORKS installation package but is not automatically installed:

ctrlX WORKS installation package

โ€ƒ

This has to be done by hand via the package manager in the ctrlX PLC Engineering:
PLC Engineering package manager

โ€ƒ

There some examples and information included in a new opened library project of the type "Standard Library:
Library project example

โ€ƒ


โ€ƒ

View original
2 replies