PAB - RANGE
Revision as of 14:35, 16 November 2021 by Djestrab (talk | contribs) (Djestrab moved page PAB - RANGE Examples to PAB - RANGE)
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
}