Uploading block from different project in Siemens

nproe2

Member
Join Date
Oct 2012
Location
GA
Posts
2
Would there be any conflict with downloading* a block from a differently named project to a PLC that is currently running a program. I need to overwrite a few blocks and wanted to check with ya'll about any possible issues before hand so as to not stop production. I'd assume the PLC doesn't care what the project is named and just cares what the function # is.

Thanks!
 
Last edited:
The proper way would be to do like this:

1. Open the project that matches the program in the PLC (project "a").
2. Save this project with a new name (project "b").
3. Open the other project from which you want to copy the blocks (project "c").
4. Copy the blocks from "c" to "b".
5a. If you are well aware of where the blocks are used, then open the calling blocks in project "b" and save. If it is an FC or FB you may have to update blocks calls manually. If the blocks are FBs, then take note if the IDBs have changed (*).
6a. Download all the affected blocks to the PLC.

5b. If you are not 100% sure where the copied blocks are used, then you should run a block consistency check of project "b".
Then do an offline/online block compare of all blocks for project "b". Make a note of ALL blocks where a significant change has been made (not just the timestamp) (*).
6b. If you are sure that you a aware of all affected blocks, then download all blocks where a significant change has been made.

*: NOTICE that if FBs have a change to the declaration so that the IDBs are affected, then these IDBs will have to be downloaded and will thus lose their online status. This in turn may mean you cannot perform a download while the program is running.
 

Similar Topics

How can I access the web page that allows me to see and upload the pcl or translation file into my Pl1000E? My Pl1000E doesn’t have an ethernet...
Replies
2
Views
144
Hi guys, I have had some issues with uploading a program from a Micro 850 PLC. This is the first time connecting so I don’t have a file on my...
Replies
8
Views
315
Hi everyone, I want to upload the program from my CPU317TF-2 DP to my PC via connecting to CP 343-1 Advanced since it has LAN ports and the CPU...
Replies
1
Views
179
Hi all, Im stuck trying to support a client with Motorola ACE.. I was able to upload all of the other sites to STS but one. Im working remotely...
Replies
0
Views
120
Hey, i'm getting an error when i try to upload a program from a modicon M258 TM258LF42DT using eithernet. i tried using both SoMachine V4.1 and...
Replies
12
Views
1,343
Back
Top Bottom