Sign in to follow this  
Followers 0
loonx

WinCC analog scaling

2 posts in this topic

For analog display, i would like to do the scaling on WinCC instead of on PLC. Example: Analog raw value 0-4000 (4-20mA) Scaled to 0-100% for display on WinCC. How to do it??

Share this post


Link to post
Share on other sites
Hi loonx. One way u can do this is by using C-Script. U can read the value using GetTagWord, then apply the formula of scaling & store the result in some internal tag using SetTagWord. By the by, step7 has standard built in blocks for scaling...Y du u need to do it in wincc!!!!??? Gud luk!!! Regards Nil

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0