Data integers in Siemens S7-200

AB2005

Member
Join Date
Nov 2006
Location
Lahore
Posts
318
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,674
Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
61
Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
44
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
254
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
77
Back
Top Bottom