Vendor Profiles¶
| Example folder | Use it for | Related docs |
|---|---|---|
examples/siemens_scl_v1 |
Siemens # symbol style, formatting, export path |
Siemens |
examples/mitsubishi_gxworks3_v1 |
Mitsubishi DIFU / DIFD style and profile behavior |
Mitsubishi |
examples/plcopen_xml_st_complete |
PLCopen XML import/export and round-trip workflows | PLCopen |
examples/vendor_library_stubs |
local stub strategy for missing vendor libraries | Vendor Libraries |
Recommended order¶
- Start with
plcopen_xml_st_completeif you are importing an existing codebase. - Use the vendor-specific tutorial (
siemens_scl_v1ormitsubishi_gxworks3_v1) for day-to-day authoring behavior. - Add
vendor_library_stubswhen missing vendor symbols block editor productivity during migration.