Symbol lists updates

vanilla05

Member
Join Date
Jul 2008
Location
Singapore
Posts
8
Dear all, i am using siemens step7 software to write my PLC programs and i have a problem right now.

I have written a program tag to all my inputs and outputs. After which, i realised i made a mistake when declaring them in the symbol list.

Example: input I0.0 is used in a network instead of I0.1

Is there any way to update the changes from I0.0 to I0.1 in the symbol list and allowing all initial used inputs of I0.0 be change to I0.1 in the rest of the networks?
 
Yes, this would probably work, assuming I understand your problem:

1. Back up your original program.
2. Change the project from absolute priority to symbolic priority by going to (I think; I'm going from memory)Blocks>Options>Address Priority
3. Change your symbol table as required
4. Do a consistency check by choosing Blocks>Check Block Consistency>Compile All
5. Change back to absolute priority.
6 Verify your work.

If that doesn't work, then there is a rewire functions under Simatic Manager>Options, but I have never used it with Step 7.
 

Similar Topics

Hello everyone, Recently, my Archestra IDE shut down while I was editing. After restarting the IDE, I noticed warning symbols under my opened...
Replies
1
Views
94
I was looking for this function, so that i doesn´t need to do it in the PLC. If there are an alarm in the alarm list, i want to flash the...
Replies
2
Views
487
Hello, fairly new to plcs I’m tasked with installing a PE to a micrologix1200, in the attached picture I/14 is the PE I’m installing it’s going to...
Replies
6
Views
935
Hello Thank you all for your support. I am actually experience same issues with TIA portal V17 update5 as well as V18. The problem is with the...
Replies
0
Views
794
Hi all, I've inherited someone else's program and can't for the life of me figure out his use of the # symbol in one of his structured text...
Replies
5
Views
1,909
Back
Top Bottom