PAB - RANGE
								Jump to navigation
				Jump to search
				
Immediate evaluation
The condition evaluates to TRUE immediately as the current value appears between 100 and 200 mA
{
  "type": "RANGE",
  "source": "OUTPUTS/1/CURRENT",
  "lowerBound": 100,
  "upperBound": 200,
  "timeHysteresis": 0
}
Evaluation with delay
The condition evaluates to TRUE when the current value is between 800 and 1000 mA for 5s.
{
  "type": "RANGE",
  "source": "OUTPUTS/1/CURRENT",
  "lowerBound": 800,
  "upperBound": 1000,
  "timeHysteresis": 5
}
