PAB - ZONES

From wiki.netio-products.com
Revision as of 15:12, 22 October 2021 by Djestrab (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
}