CODESYS EXPORT SAMPLE PROJECT¶
An easy to use CODESYS to sphinx file structure.
All text in these pages is written with the reStructuredText format.
You can highlight text in italics or, to provide even more emphasis
in bold. Often, when describing computer code, we like to use a
fixed space font to quote code snippets.
See more on wikipedia.
How is this page generated?¶
A text file named: ProjectInfo is parsed and pasted into the homepage (this page) of the project.
What is also generated by the script?¶
The script will loop trough all objects in the CODESYS project. Only the following objects will get parsed:
POU’s
FUNCTION
PROGRAM
STRUCTS
ENUM
STRUCT
The index is divided into two parts:
POUs
Devices
The division is in direct correlation to where the programmers saves the objects.¶
When the user saves a POU in the Devices page, the POU can only be found in the Devices index.
Free Tip¶
Download the CODESYS Export sample project. From which everything you read in this site is generated!