Copying routine/program in rslogix 5000

bornwild

Member
Join Date
May 2010
Location
Riyadh
Posts
429
How do I copy routines from one acd project file to another. I have some routines and program which i would like to copy to another rsl5k project. Is there a way to do it? Or I have type those and create those rungs manually. Thanks
 
Right-click -> Copy

Go to where you want it...

Right-click -> Paste

Done !

If you want to re-use the routine regularly, consider Exporting it (Right-click -> Export Routine) as an L5X (xml) file. You can then Import it into other projects.
 
Also, if use use the export method, all the tags, UDTs, AOIs, etc that are used in the routine you exported are all brought along into the new project when the routine is imported.
 
daba: what you say is ok, but do not forget to also copy tags and udts from original location to the new one.

I didn't say because I thought it was too obvious, but you are right.

But, bornwild, be vary careful you do not have "duplicate tags", the pasted routine may well contain tag-names that already exist in the target project. Any code addressing those tags will automatically be "accepted", which of course may be wholly inappropriate !!
 

Similar Topics

Hi All, I am looking to copy and paste a routine. I know this has to be done offline. My question is, when I go back online, these tags are...
Replies
6
Views
553
I'm not super familiar with the Micrologix line of processors, but I am pretty familiar with RSLogix 500. I'm trying to simply copy a string to...
Replies
4
Views
302
Hello everyone, friends. I need help with something related to SCL. In a FB, I need to copy the value in the DB to the DB at another address. I...
Replies
3
Views
1,382
Hello all! Is it possible to COP a SINT array to a UDT structured the same as a SINT array, except all BOOL bits? I have a module that has an...
Replies
5
Views
3,170
Hello, looking for a way to capture and display the accumulated time for a retentive timer in rslogix 500 on a microligix 1400 plc example move...
Replies
3
Views
1,649
Back
Top Bottom