james_66
james_66

Reputation: 21

How to create two plc project in one Project on Twincat 3

As described in the picture, I want to have two plc projects, sendingMQTT and receiving MQTT in my project. How can I do this?

Project structure
Project structure

Upvotes: 1

Views: 1054

Answers (1)

Steve
Steve

Reputation: 1018

To create a new PLC project

  1. Select the command New > Project in the menu File.
  2. 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.
  3. Quit the dialog with OK.
  4. Mark the PLC object in the project tree and select the command Add New Item... in the menu Project or in the context menu.
  5. Select the Standard PLC Project in the category Plc Templates and enter a name (here once again "Sample Project").
  6. 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

Related Questions