News:

  • June 27, 2026, 01:40:08 AM

Login with username, password and session length

Author Topic: DoMore Compare PLC Programs  (Read 6096 times)

willpoll

  • Sr. Member
  • ****
  • Posts: 56
DoMore Compare PLC Programs
« on: July 21, 2017, 12:48:51 PM »
Sorry if this has been covered somewhere but is there a way to output the comparison between the disk program and the PLC program to a file?

I updated a program several months ago, but never downloaded it to the PLC and can't recall all the changes I made, and now that I need to add additional functions I don't want to build on the old version, if the newer version improved something.

Thanks!

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: DoMore Compare PLC Programs
« Reply #1 on: July 21, 2017, 01:56:46 PM »
Your best bet is to open 2 Designer instances, one with the PLC project (opened via the COMM LINK), and one with the DISK project.  You will need to do a PLC->Disconnect on the ONLINE one so that the DISK one can re-use the link (or if it's Ethernet, create a NEW LINK and use the NEW link when opening the PLC project).

Then use the PROGRAM Designer's COMPARE on the DISK project to navigate the differences, and copy/paste/whatever those into the PLC Designer.

You will want to do a SAVE-AS to disk of your PLC project and call it something <original name>_ONLINE_EDITED.dmd