Data integers in Siemens S7-200

AB2005

Member
Join Date
Nov 2006
Location
Lahore
Posts
320
We have Siemens S7-200 PLCs at some machines. One of the machine was problematic and i had to download its original PLC program . Before downloading of PLC prog, the total counter reading (shown on touch screen) was 8,600,000 which changed to zero after downloading. I want to enter the previous counter value in PLC program but dont know the address of this integer. I have command in Allen Bradley where we open the data integer file and find the desired integer here but in Siemens, I dont have any experience to do that. Can any one help me how to achieve that goal?
 
The count will most likely be stored in a MD or VD memory area.
The count range for this area will be (Double Word) 0 to 4294967295 (unsigned) or -2147483648 to +2147483647 (signed).

You will have to check your program for the MD or VD being used as a count.

Use the "Status Chart" function from the Microwin "Debug" menu to View and change the variable.
 
Last edited:

Similar Topics

i am communicating 1766-l32bwb with conzerv make energy meter em 6436. I have communicated it on Modbus rtu. but i am not able to decode the data...
Replies
2
Views
4,688
Hi everyone, I have a 505 workshop program with PLC type of 555- 1106 and I was wondering how can I download the data documentation window as a...
Replies
4
Views
95
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
67
Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
1
Views
79
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
67
Back
Top Bottom