WinCC Flexible 2008 and S7-200 timer I/O help

updownload

Member
Join Date
Feb 2011
Location
Detroit
Posts
3
Hello, I'm simply trying to allow the HMI operator to change a S7 timer value. I tagged the preset variable of the S7 timer as a VW. When I enter a number value through the I/O of the HMI (tagged to the same VW) I get large values on the S7 side - like 12040 when I entered only 40. I tried disabling the scaling property...no luck. It's almost as if the VW location is accumulating values. Is VW the correct memory location, should I try MW? Any thoughts? Thanks.
 
Hello
you check data type of Tag in HMI side and match it with data type in PLC side?
may be you have to change data type from word to integer or something like this.
be luck
 
thanks, yeah, data types are both int (as this is the required field for the preset value) and addresses are the same. something's getting lost in translation - the timer value always becomes 256 times greater than what is inputted into the HMI. 256....
 
The S5T#____ value is in BCD.
If that is what you are using for your time value in S7?
So if you want to use an integer , you will have to convert it to BCD for the time value to make sense.
The time multiplier is in the most significant digit. too , so you might have to do some fiddling.

I'm not sure , this may be a hang up / residual memeory stuck in my brain from my S5 programming days.
 
I had the memory address wrong. I was using VW1 which apparently was referencing the larger byte of the memory word, hence the HMI input decimal number being multiplied by 256. VW100 references the byte and worked fine.
 

Similar Topics

Hi, We have upgraded our laptop which includes Windows 11. It appears that WinCC flexible 2008 advanced does not support Windows 11. What...
Replies
11
Views
267
Hello everyone I Have an Issue with the usage of recipes in Wincc Flexible 2008, I create the recipe to change the values in a fast way The...
Replies
0
Views
107
Hello Friends I have installed WinCC Flexible 2008 SP5 Update 2. I have open the software, but the Transfer option does not appear. Is It...
Replies
2
Views
1,477
I have wincc flex 2008 project made with wincc flexible 2088 sp1 project hmi device is simatic pc panel 19" I want to change hmi device to run the...
Replies
17
Views
5,284
Dear experts, I am Muhammad we have an IPC With the windows XP Embedded CE 5.0 on project and running well. i have plan to install wincc flexible...
Replies
8
Views
3,847
Back
Top Bottom