Reputation: 21
As described in the picture, I want to have two plc projects, sendingMQTT and receiving MQTT in my project. How can I do this?
Upvotes: 1
Views: 1054
Reputation: 1018
To create a new PLC project
- Select the command New > Project in the menu File.
- Select the template TwinCAT Projects > TwinCAT XAE Project and enter a name, for example here "Sample Project" and a storage location in the file system.
- Quit the dialog with OK.
- Mark the PLC object in the project tree and select the command Add New Item... in the menu Project or in the context menu.
- Select the Standard PLC Project in the category Plc Templates and enter a name (here once again "Sample Project").
- Quit the dialog with Add.
Per the Beckhoff Infosys explains how to create a new PLC project.
To add a second PLC project to an existing project, you need to perform steps 4, 5 & 6 a second time.
Upvotes: 0