Hey all,
I am currently developing a traceability solution aimed at ensuring a group of tags' present values are stored in the historian even when the value of said tag does not change and therefore does not trigger an onChange
historical entry. One additional requirement is each historian record that is caused by this event should only store a single entry of all present tag values - no polling based on a condition.
The concept I am exploring involves configuring a dedicated Tag Group that is tied to a collection trigger
tag. When the value of this trigger tag changes, it would initiate a process to manually register (or force a historical write of) the current values of a defined set of other tags, regardless of whether those individual tag values have changed since their last recorded entry. I'm thinking the requirement of only one record stored per collection trigger event would be tied to the "one shot" property within the Driven Tag Group Mode.
I have the concept in mind, but I'm wondering if anyone has encountered this scenario and has some prior knowledge of implementation that could aid in configuration to accomplish this.
Thanks!