PDA

View Full Version : WinCC flexible Data Entry Limit


JNS
September 12th, 2010, 06:19 AM
Hi All,
I have issue with WinCC data entry field if somebody can help me with. There are few set points to be written to PLC from the Simatic multipanel HMI. I am using WinCC flex Advance to configure this HMI.

Whenever an operator enters the setpoint from the HMI, HMI should check the limit on the Setpoint tag, if the value entered exceeds the limits on the tag then it should not allow that data entry and should show previously entered value.

I tried to implement this but what is happening just now is, HMI is not passing the exceeded value to the PLC but it is holding exceeded value in the field on the dispaly so operator could be mislead that the value has been through to PLC. The value only returns to the previous value when you navigate to different screen and come back again on same screeen.

I appreciate all the help.

CharlesM
September 12th, 2010, 08:11 AM
I don't know if its a limit problem. When I set limits to a tag and enter a number out of range it will go back to what it had in it. Also as I am entering the tag a pop up will display the limits. I am using PC RT but I would think this would be the same. I have had this type of problem with recipes. If the tag is in a recipe it must be sync with plc. You can do this by calling the setdatarecordtags from the onchange event of the tag.

JNS
September 12th, 2010, 08:21 AM
Hi Charles,
The values is going back to previous for some but not for others and I dont see difference in the configuration between them.Any idea what could it be???

Thanks

erdemsvri
September 12th, 2010, 09:23 AM
Hello

This looks like a acquisition problem. Please check your tag acquision mode unders Tags properties (under General Tab) in WinCC Flexible.

Communication >Tags >General >Acquisition mode

It should either be cyclic on use or cyclic continous.

JNS
September 12th, 2010, 10:25 AM
Hi,
The issue is resolved. It was to do with they were selected as just "input" i.e. no readback is allowed. I have changed them to "input/ouput" and now they are working perfectly fine.


Cheers

ankitjain
September 12th, 2010, 11:23 AM
Hii....can anyone guide me how does scada intouch communicate with plc fatek???

Paul B
September 12th, 2010, 12:59 PM
Hi,
The issue is resolved. It was to do with they were selected as just "input" i.e. no readback is allowed. I have changed them to "input/ouput" and now they are working perfectly fine.


Cheers

I have been bitten by that before... :bonkhead:

Glad you got it fixed! :)

Paul B
September 12th, 2010, 01:02 PM
Hii....can anyone guide me how does scada intouch communicate with plc fatek???

You should start a new thread with your question, after you have searched.

Go here:
http://www.plctalk.net/qanda/forumdisplay.php?f=2

And search.

Then if you need to ask your question, start a new thread.
http://www.plctalk.net/qanda/newthread.php?do=newthread&f=2

Welcome to the forum!