Does a Tag Timestamp reset if overwritten by same value?

Hi guys!

Not able to test it right now that's why I'm asking for help.

I have a tag:

Value: 1000, Quality: Good, Timestamps: 06-03-2025 12:00:00.000

If the tag gets written by the same number. Something like system.tag.writeBlocking(["path"], [1000])

Does the timestamp update?

  1. Value: 1000, Quality: Good, Timestamps: 06-03-2025 12:00:00.000
  2. Value: 1000, Quality: Good, Timestamps: 06-03-2025 13:00:00.000

Thanks in advance!

Dependent on the type of tag.

In my quick testing, the timestamp was updated for a memory tag, but was not for an OPC tag using IA's OPC connected through the Allen-Bradley Ethernet IP Driver.

I believe that this behavior is an implementation detail of the driver and server, so for instance you may get differing results if you are using IA's OPC server in comparison to using an on-device opc server, or Kepware.

1 Like