I have a problem with IO Field reading in WinCC Flexible 2005 Advanced!
This IO field is point to the internal tag current_float, which is REAL type.
This tag contain scaled value from external tag current_plc (his address is PIW268, type WORD).
Code: Select all
tag: current_plc > events > Change value > Linearscaling:
y = current_float
a = 0.01
x = current_plc
It seems to me everything is fine! In PLC, value of PIW268 is changing! Why this change isn't displayed on my WinCC Flexible application in IO field?
Other tags I've created, slider control, switch on/off (for writing on PLC) works fine!