Sign in to follow this  
Followers 0
BITS N BYTES

NS10 DISPLAY

5 posts in this topic

I am using a level meter on an NS 10 screen to display the value of a data memory area in a CJ1M-CPU21. The value fluctuates quite rapidly so the level meter bounces around. Have tried using the AVG instruction in the PLC. Needed two AVG instructions both with Number of Cycles set to #0064. This works well but uses up a bunch of memory! Any simple ideas how to stabilize the display from within NS Designer? Would a screen macro be a good choice or is there an easier way? Happy Thanksgiving to All

Share this post


Link to post
Share on other sites
Set your analogue input into the PLC to average the input.

Share this post


Link to post
Share on other sites
I think what BobB is referring to is some of the analog modules have settable averaging built into the module itself. Check your manual for the particular module and then come back and ask questions. We can probably help.

Share this post


Link to post
Share on other sites
If an analogue signal, have you checked the sheilding and grounding of the signal ?

Share this post


Link to post
Share on other sites
use a 1 second pulse bit in the PLC logic so the value only updates once per second, or use a timer bit if you want an even slower update.

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