Tag Historian. Sample mode. On change

Hey all,

I have a few OPC tags configured with the sample mode set to on change. I’m having an issue where it looks like data is only stored on my SQL server when the ‘Max Time Between Samples’ time has elapsed, despite the instrument value changing state. Config for a bool type attached below, is there something I have done in this configuration that may be causing this issue?

Thanks in Advance.

image

I suspect your deadband is rounding to ‘1’, since a boolean is treated as an integer for storage. Try ‘0’.

Thank you pturnel. That did the trick