KEPServerEX LocalHistorian to not only store on value change
With great success is the LocalHistorian able to store values that frequently change value or state.
However, I'm having difficulties with the LocalHistorian not storing any values unless there is a change from the driver. As a result we have experienced data inconsistencies. For states that only change a handful times a month this creates a challenge, and in worst case we could miss a state change. At the source I see that the value is sent with a new timestamp every 30 seconds. My LocalHistorian scan rate is 1 second.
I need a feature that can force a new value storage at least every x seconds to be sure that all states are current.

