Convert Schneider M340 program to M580

with manually everything you mean?

you can export your plc project from unity without configuration, then in new project you can import it.
Manually you have to still config all cards and io...

For this, on Unity pro program (original file), right click mouse above master task section, select export, select task (*.xpg)

On new Unity pro project, select m580 cpu, then from tools menu select convert partially and select unity pro *.xpg file, then windows opens where you can remap your variables/io to new addresses.

After this you have still add io cards to racks and build project but you can reuse your plc code without recoding it.



Another method is to export plc project to xef-file (without configuration) (on file menu -> export -> xef-file without conf) then open this file and select your new plc when you open file. But with this you have to manually change addresses from variable editor, method 1. is easier if you need change also modbus addresses and so on.
 
Last edited:

Similar Topics

Hello all, I'm currently working on a servo motor linear positioning system (ball screw). I'm all set up regarding communication between my HMI...
Replies
1
Views
90
I have an application using an incremental encoder and then I convert it to degree (0-360) using calculation program. For a while, the calculation...
Replies
7
Views
238
Hi all. Me again still learning Rockwell. So I'll be polling an INT data array from a Modbus SE power meter with a L82 (with a Modbus ProSoft in...
Replies
56
Views
1,380
Hello, could someone kindly convert the attached RSP files that are currently used for SLC 5 PLC into PDF please
Replies
6
Views
524
I'm trying to convert an RS Logix 500 fille when I open the 500 file and try to "save as" a .slc file, it does not allow it. It says " SLC library...
Replies
7
Views
688
Back
Top Bottom