Siemens S7 remember please

stu

Member
Join Date
Aug 2005
Location
England
Posts
783
Hi good people
I haven't touched siemens S7 for a long time and would like a refresher please I have a s7-400 Plc running on a machine which has been modified a few times since I last went on the program , and I don't have the up to date program ?

I've highlighted all the blocks and compared and Yes there is differences if I go to say FC5 to see the changes the online is running with the differences how do I add that to the offline program ? Can I Drag and drop or click the update ? Does the update add the online program to the off line ?

Also silly question if I add a extra bit of code in a block to an existing block and press download if asks me this block exists do I want to overwrite- if I say yes will it stop the Plc or will it compile (it's only for adding a output)
I was looking for a save and complie but couldn't find it ?

It's been a while since I have done this
Thanks stu
 
how do I add that to the offline program ? Can I Drag and drop or click the update ? Does the update add the online program to the off line ?

Note: Before you do anything, make sure your offline project is backed up!

What I've done is from Simatic Manager, with the project open, is open the Online view of the project. So you have the offline and online windows open. I dragged and dropped the online block to the offline project (ex: FC5). This keeps the comments intact, unless new networks were inserted before the end of the block... then your comments would be shifted... they stay on the original offline network numbers.

Also silly question if I add a extra bit of code in a block to an existing block and press download if asks me this block exists do I want to overwrite- if I say yes will it stop the Plc or will it compile (it's only for adding a output)
I was looking for a save and complie but couldn't find it ?

You just download. The CPU will not stop, unless you've made a mistake such as addressing a peripheral I/O address that doesn't exist in the I/O configuration, or referencing a DB that doesn't exist in the program, etc.
 
What I've done is from Simatic Manager, with the project open, is open the Online view of the project. So you have the offline and online windows open. I dragged and dropped the online block to the offline project (ex: FC5). This keeps the comments intact, unless new networks were inserted before the end of the block... then your comments would be shifted... they stay on the original offline network numbers.

Is this in compare block ?
 
As sigmadelta noted, backup your offline project! Maybe you create backup of online cpu too. It is useful...

If you want to keep your offline project with all comments etc just show offline and online block in compare editor, switch to stl view and check code. Stl view is useful because you can just copy code with ctrl+c and ctrl+v.
 
Also silly question if I add a extra bit of code in a block to an existing block and press download if asks me this block exists do I want to overwrite- if I say yes will it stop the Plc or will it compile (it's only for adding a output)
I was looking for a save and complie but couldn't find it ?
As others have said, download will only stop the PLC if it's a big error and none of the fault OB's have been programmed.

However, S7-400's tend to have EEPROM cards on them... so whenever the power gets cycled, it will reload from EEPROM and none of your changes will be loaded. Unfortunately, burning EEPROM does require a CPU stop.

On the other hand, some models of the S7-400 are quite poor on memory and a fair few companies and integrators were ok with leaving behind a RAM card instead of an EEPROM to be able to use a lower specced processor. Have a look on the card to see where you stand.
 

Similar Topics

The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
9
Views
207
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
147
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
308
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
116
Hi everyone hope you'll well. Is it possible for me to download a Crack version of tia portal v13..sorry to say this but the software is very...
Replies
5
Views
199
Back
Top Bottom