Wincc Help Please!

sparkotronic

Member
Join Date
Oct 2005
Location
edinburgh
Posts
37
Hi all,

I'm trying to put in a mod on a wincc project to allow PID adjustment.
My problem is that the reset time is in "T#20m" format and I can't seem to get my wincc project to display it.
The options on the input/output field don't seem to allow for this format, or am I being dense again!

Am I able to change it into a wincc friendly format to allow me to use it.

Thanks in advance.

Colin
 
Here is how I did it. As with Siemens, there are many ways of doing almost everything.

1) WinCC Flex
I added an IO Field object. The tag I used is type real. I set the format to 'decimal' and pattern of '999.99'. Then the operator will view the time variable in units of seconds to two decimal points.

2) PLC - Convert Real to S5Time
In the PLC I use the function 'R_S5T" (FC83) to convert from real to S5 time. The input to the function is the tag of type 'real' that was used in WinCC above. The output or return value is a tag of type 'S5TIME'. This is the value that is used in S5Time timers.
 

Similar Topics

Hello Guys, I am trying to test HMI in TIA Wincc Professional V13 with my virtual machine with Rslogix emulator. Wincc is using OPC to...
Replies
0
Views
1,410
I have 8 pumps to control in PLC S7 1200...so in Wincc 7.4 i want o make faceplate ...just one window control can use for all 8 pump ! I read...
Replies
0
Views
2,035
Hello all, I am using Win CC v7.2, I would like to do a couple of data and information transfers to either ecel or csv ortext files onto the pc...
Replies
0
Views
3,215
Hello All, I am trying to upgrade the SCADA on site from version 6.0 to version 7.2. I've gone from 6.0-6.2, 6.2-7.0 and finally 7.0 to 7.2 and...
Replies
4
Views
5,462
Hello Guys, I have an issue with acknowledging alarms in WinCC (TIA Portal, but I assume it's the same as in Flex 2008). Here is an example of...
Replies
1
Views
1,554
Back
Top Bottom