Jump to content

V260 Bug - RTC OnScreen Variable


Lukas

Recommended Posts

I found that is a problem with on screen variable Real Time Clock that display only current date (day, mont and year).

When I change for example a year thru program (in background) - value displayed in this variable isn't changed - I must manually refresh display.

(Problem detected when debugging RTC synchronization by CAN).

Also I have an idea to add in UniCAN communication a new function - synchronize RTC. This function would be veru usefull when using multiple PLCs.

Link to comment
Share on other sites

  • 1 month later...

Hi,

Time synchronization really means hours/minutes/seconds update. And O/S take care to update this field as it changed (each second).

O/S take care to update date field if it is changed from clock.

You update date/month/year manually, so you have to use SB 31 "Refresh current LCD screen display variables".

This can not be defined as Bug.

You dont need a new function for CAN.

Use broadcast and send corresponding SI to update at all connected OPLCs.

BR.

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.