I would like to know why the historical data is loaded as a ramp at the points observed in this graph when it should be zero and then resume vertically at a value
You have deadband style "auto", which means "analog" for floating point values, and "discrete" for integers. "analog" style uses interpolation to optimize storage of values for things that change smoothly--abrupt changes are assumed to not happen.
1 Like