Initial Value in DB (Siemens)

S7PP

Member
Join Date
Sep 2010
Location
Toronto
Posts
134
Hi guys, it might be a simple question for you but confused for me now.

In Step 7, I set an initial value in DB, for example I set DB3.DBW20 = 10, when I download DB3, and use DB3.DBW20, does it suppose to quale to 10?

Why I got a "0" all the time? I tried to download the whole project and the PLC restarted, but it's still "0".

Thanks
 
Hi guys, it might be a simple question for you but confused for me now.

In Step 7, I set an initial value in DB, for example I set DB3.DBW20 = 10, when I download DB3, and use DB3.DBW20, does it suppose to quale to 10?

Why I got a "0" all the time? I tried to download the whole project and the PLC restarted, but it's still "0".

Thanks

In Step 7 Manager open your DB then look at -

Initialize Data Block Command (Edit Menu)

This menu command reinitializes the data block displayed in the active window, meaning the actual value of each data element is overwritten with the initial value.
If this menu command is unavailable (grayed out), select the View > Data View menu command.
 

Similar Topics

Hi, I have started my first Allen Bradley project. I am much more familiar with Siemens S7 PLC's. For now, just one simple question: How do I...
Replies
2
Views
10,408
Hi experts, im new to PLC programming im using siemens plc(315) and Fraba absolute encoder my project is to activate output (Q4.5) when encoder...
Replies
4
Views
1,934
Hi, As it is clear from title my initial values are not updating to new after I have changed the initial values. I restarted the application but...
Replies
0
Views
2,051
I've got an array valve_set which has a data type of BOOL[32]. I've got another array valve_set_init which also has a data type of BOOL[32]. I'd...
Replies
7
Views
2,666
Hi, In the Enhanced PID function block is there a way to set an initial starting value (not a minimum value) for the CVEU. Thank you, Josh
Replies
6
Views
4,002
Back
Top Bottom