Hi everyone,
I'm trying to identify PI tags on our PI Server that are exhibiting "stale" data, meaning their value has not changed since a specified start time.
The core challenge I'm facing is that the timestamp for many of these tags is still updating approximately every 30 minutes(As per design), even though the actual data value remains constant. This makes it difficult to distinguish truly stale (unchanging value) tags from actively updating tags using simple timestamp-based checks.
Has anyone encountered a similar scenario, or does anyone have experience with techniques for identifying genuinely stale data under these conditions? I'm open to suggestions involving PI AF SDK, Powershell, PI-WebAPI.
Any insights, code examples, or conceptual guidance would be greatly appreciated!