Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

How to make Alarm table display timestamp with local time for alarms?

manoj
2020-03-25
2020-03-31
  • manoj - 2020-03-25

    Hi,

    I have used SetTimeZoneInformation (RTCLK.SetTimeZoneInformation) function block to covert UTC time to local time, thinking that this would change the timestamp in Alarm table. However, it didn't work that way. Am I going in a correct way or is there any other approach?

    Thanks in advance!

     
  • i-campbell

    i-campbell - 2020-03-26

    Alarm table uses the OperatingSystem local time I thought. What controller?
    You will have to figure out how to set the OS local time. SysTimeRtc is the library you need, if you want to set it by the PLC. The device manufacturer has to have implemented the function though for setting the OS local time.

     
  • m.prestel - 2020-03-31

    Hello @manoj,

    which visu profile version are you using?

    In the latest version we save both the utc time and the offset between local and utf time to correctly display the timestamp.

    Changing the local time to something different does therefore not have any effect on already saved alarms.

    Best regards,
    Marcel

     

Log in to post a comment.