Transfer program from PP65 to C70 PLC

Hi. I have task to transfer the program from PP65 to C70 PLC. Need guide because i’m new in B&R.

You need project and Automation Studio. Without this you can NOT do that.

The procedure will then looks like that

Disclaimer: I think you need little bit knowledge about B&R and good knowledge about project itself. It all depends on complexity of your project, so from my perspective you should ask B&R for service help.


AI generated:

Migration Guide: PP65 β†’ Power Panel C70

Step 1 β€” Install Hardware Support for C70

In Automation Studio: Tools β†’ Upgrade β†’ Download and install hardware support

  • Find and install the hardware support package for Power Panel C70 (6PPT70.xxxx)

Step 2 β€” Replace CPU in the Project

In the Physical View (System Designer):

  1. Right-click the PP65 module β†’ Replace

  2. Select the C70 model from the Hardware Catalog

  3. AS will try to keep all existing software mappings

:open_book: Replace hardware module – AS6 Help

Step 3 β€” Update Automation Runtime Version

Go to Project β†’ Change Runtime version and select an AR version that supports the C70.

Step 4 β€” Rebuild the Project

Project β†’ Rebuild configuration β€” fix any errors that appear (e.g., incompatible modules, I/O that may differ between the two panels).

Step 5 β€” Connect to the C70

The C70 ships with Boot AR (minimal OS). Connect via Ethernet:

  1. Online β†’ Settings β†’ Browse to find the C70 at 0.0.0.0

  2. Right-click the found device β†’ Set IP parameters (assign a temporary IP matching your project config)

Step 6 β€” Transfer Automation Runtime

Project β†’ Project installation β†’ Transfer Automation Runtime

  • This installs the full OS on the C70 (~3 automatic restarts)

Step 7 β€” Transfer the Full Project

Project β†’ Project installation β†’ Transfer to target

  • This installs all programs, configurations, and the application

:warning: Key Things to Check

  • I/O modules: If the PP65 had built-in I/O that the C70 doesn’t have, you’ll need to adapt the hardware config

  • HMI: If PP65 was running a local HMI (Visual Components/mappView), verify the C70 display resolution and update accordingly

  • Retain/Persistent variables: A full initial installation will erase all retained variable values

1 Like

small note: Name of interfaces are different, in the past I lost hours to debug some libraries for the communication and at the end
I forgot to change the name.

Another example with motion (ACP10), update the powerlink Interface name in your Acp10cfg.ncc file

Ciao
Valerio

1 Like