Attention
These docs are a bit ambitious. The steps described are accurate but IronPLC cannot yet run programs.
Check Beremiz Projects¶
This guide shows how to use IronPLC to check a Beremiz project for correctness.
Note
This guide assumes you have installed the IronPLC Compiler. See Installation if you have not already installed it.
Check with the VS Code Extension¶
Open your Beremiz project folder in VS Code. The IronPLC extension automatically
recognizes plc.xml as a PLCopen XML file and highlights errors and warnings
in the editor.
Check with the Command Line¶
You can check the plc.xml file directly:
ironplcc check plc.xml
Or point IronPLC at the project directory. IronPLC detects Beremiz projects by
the presence of plc.xml and loads it automatically:
ironplcc check path/to/my-beremiz-project
See PLCopen XML for complete details on PLCopen XML format support.