Analog log threshold limits - No documentation
Hi,
BOS documentation states the following for analog logs:
HighLowThresholds: Separate high limit and low limits. If Input Value > Higher Limit output is set to True. If Input Value < Lower Limit output is set to False
Well, the question is what BOS does when the input value is between the higher limit and the lower limit, there is no documentation for such at all. THere are three possible outcomes, but again, no documentation, anyone knows this?

Hello,
you probably mean Analog Threshold? In between these values, it doesn't do anything, basically it works as histeresys. When the input value is higher than "Higher Limit" the output is set to True, and it stays on True until the input value is lower than "Lower limit", then the output is set to False.
Best regards.