Difference between revisions of "PAB - ZONES"

From wiki.netio-products.com
Jump to navigation Jump to search
(Created page with "The condition is evaluated according to the specified zones when the current value is in one of the zones for 10s. Eg: If the current is 130mA for at least 10s, the condition...")
 
m (Djestrab moved page PAB - ZONES Examples to PAB - ZONES)
(No difference)

Revision as of 15:38, 16 November 2021

The condition is evaluated according to the specified zones when the current value is in one of the zones for 10s.

Eg: If the current is 130mA for at least 10s, the condition is evaluated as 2 (zone number).

{
  "type": "ZONES",
  "source": "OUTPUTS/2/CURRENT",
  "thresholds": [
    50,
    100,
    150,
    200
  ],
  "timeHysteresis": 10
}