Sign in to follow this  
Followers 0
Guest Lars

How to display positiv and negative numbers

5 posts in this topic

How can i display a temperatur on a NC display then the temperture go from -80 to 120, i get my temperature from a analog card, it goes from 0-16000 The plc is a CS1 Regards Lars

Share this post


Link to post
Share on other sites
Sorry it is a NT631 and not a "NC" Regards LArs

Share this post


Link to post
Share on other sites
Hi, First of all, Scale PLC analog input from 0 - 16000 to -80 to 120. (or -800 to 1200 if you want to represent one decimal). This value should be represented as an integer data type in the CS1. See CS1/CJ1 Scaling on this website for help with scaling. Secondly, set up a 'numeral display' object using NTST on the NT631 as shown below. Also configure the numeral table as shown with 'binary' data type. Note that the 'System' data type may also be preset to binary depending on your project. Note that my example will display values -800 to 1200 as -80.0 to 120.0. Nibroc

Share this post


Link to post
Share on other sites
Thanks a lot. It works now. Have anybody seen a file that explane all the variable in omron plc and how to use them ?? Regards Lars

Share this post


Link to post
Share on other sites
If you mean 'how to interpret data types' try reading this thread.

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