Propagate Block Descriptions to Code Comments - MATLAB & Simulink (original) (raw)
Main Content
You can propagate block descriptions from the model to comments in your generated code.
For specific IDEs, you can propagate the block descriptions into specific XML tags in the generated code. The IDEs use the tags to create a readable description of the function blocks in the IDE.
- For Rockwell Automation® RSLogix™ 5000 AOI/routine target IDEs, the coder propagates block descriptions from the model into the L5X
AdditionalHelpText
XML tag. The IDE can then import the tag as part of AOI and routine definition in the generated code. - For CODESYS 3.5 IDE, the coder propagates block descriptions from the model into the
documentation
XML tag. When you import the generated code into the CODESYS 3.5 IDE, the IDE parses the content of this tag and provides readable descriptions of the function blocks in your code.
To propagate block descriptions to comments:
- Enter a description for the block.
- Right-click the block for which you want to write a description and selectProperties.
- On the General tab, enter a block description.
- Before code generation, specify that block descriptions must propagate to code comments.
- Right-click the subsystem for which you are generating code and select > .
- Select the option Include block description.
Your block description appears as comments in the generated code.