Jump to content

Recommended Posts

  • MVP 2023

The onboard high speed counter resets to 0 on power up in all Unitronics PLCs and in the RC15.  If you want to retain the HSC value you must copy it continually to a buffer register in the CANbus master PLC.  Check to make sure it's not = 0 before copying it to the buffer.

You should be monitoring the online status of the RC15 in your master code.  Here's an example of how I do it:

image.png.49ce81327ca8b0777b63d91b5ebbe054.png

When you see the RC15 go back online, write the value from the buffer back to the RC15.

If you want to describe your application an post both your master and your RC15 programs we can have a look.

Joe T.

Link to comment
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
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.