Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The operation of the logic module is based on the list of programmed rules. The rules allow setting a flexible logic scheme of controlling IO lines, relays and other firmware modules of a device depending on changing external conditions.

...

Name

Description

RESET

A signal that is active 5 seconds after the start of the module «Logic» or restart of the module «Logic» by a «Reset» button on a web page. It is used for initial hardware initialization. For example, it is possible to program a 5-second pulse on a relay at a logic start or issue an IR command of switching a device off.

IO 1

IO line 1. Before using, it must be switched to the mode «input» or «output» on the page «DISCRETE IO».

IO 2

IO line 2. Before using, it must be switched to the mode «input» or «output» on the page «DISCRETE IO».

IO 3

IO line 3. Before using, it must be switched to the mode «input» or «output» on the page «DISCRETE IO».

IO 4

IO line 4. Before using, it must be switched to the mode «input» or «output» on the page «DISCRETE IO».

TSTAT 1

Thermo (hygro) stat 1. Before using, a thermo (hygro) stat must be configured on the page «LOGIC».

TSTAT 2

Thermo (hygro) stat 2. Before using, a thermo(hygro) stat must be configured on the page «LOGIC».

PINGER 1

Pinger 1. Before using, a pinger must be configured on the page «LOGIC».

PINGER 2

Pinger 2. Before using, a pinger must be configured on the page «LOGIC».

C.S. ALARM

An alarm signal of an analogue analog smoke sensor (current sensor). A signal «C.S.ALARM» triggers when parameters of a sensor leave the configured conditions «Alert» on the page «ANLG SMOKE SENSOR» of a device web interface.

C.S. FAIL

An alarm signal of an analogueanalog smoke sensor (current sensor). A signal «C.S. FAIL» triggers when parameters of a sensor leave the configured conditions «Open loop» and «Short Circuit in a loop» on the page «ANLG SMOKE SENSOR» of a device web interface.

C.S. NORMA signal of a normal operation of an analogue analog smoke sensor (current sensor). A signal «C.S. NORM» triggers when parameters of a sensor satisfy the conditions «Alert», «Open loop», «Short Circuit in a loop» specified on the page «ANLG SMOKE SENSOR» of a device web interface.
SMOKE 11-Wire smoke sensor on the channel 1. Before using, it must be configured on the page «1W SMOKE SENSORS».
SMOKE 21-Wire smoke sensor on the channel 2. Before using, it must be configured on the page «1W SMOKE SENSORS».
SMOKE 31-Wire smoke sensor on the channel 3. Before using, it must be configured on the page «1W SMOKE SENSORS».
SMOKE 41-Wire smoke sensor on the channel 4. Before using, it must be configured on the page «1W SMOKE SENSORS».

...

  • RESET possible values are «logic 1», «logic 0»;
  • IO 1, IO 2IO 3IO 4 possible values are «logic 1», «logic 0»;
  • TSTAT 1, TSTAT 2 possible values are «Below threshold», «Above threshold»;
  • PINGER 1, PINGER 1 possible values are «Silent», «Responds»;
  • C.S. ALARMC.S. FAILC.S. NORM possible values are «logic 1» (presence of alert, open loop, short circuit, normal status), «logic 0» (absence of alert, open loop, short circuit, normal status);
  • SMOKE 1, SMOKE 2SMOKE 3, SMOKE 4 possible values are «Normal», «Alert», «Switched Off», «Failed»

A rule of «If» type works only in the moment of fulfilling the condition. A rule of «While» type works all the time while the condition is fulfilled.

...