Sign in to follow this  
Followers 0
Marshall

NS 10 clock

3 posts in this topic

I am using Dm area to display PLC clock time on the NS 10 screen. Is there a way to write to the internal NS clock so the alarms will match the PLC time. Thanks for the wealth of knowledge on this site.

Share this post


Link to post
Share on other sites
Use a NS macro: READCMEM($W100,[serialA:AR00351],3); SETTIME($W100);

Share this post


Link to post
Share on other sites
I write all my alarm screens and plc time to a stack to display alarms. Then, when I display alarms the time/date information is popped from the stack and sent to the screen, so there is no need to use the screen clock at all.

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