Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Types of onboard sensors

Each Vutlan monitoring and control system has built-in onboard sensors. The type of sensors and their quantity varies from system to system.

Icon

Onboard sensor

Description

Alarm LED

Alarm LED can be programmed by the system using logic schemes.

Read more at LED indication

Analog sensor power reset

If analog sensors like VT560 / Smoke detector/ sensor detects smoke or fire, it will go into Alarm mode. Alarm mode can only be switched off manually using the Reset smoke detectors panel or using this onboard sensor Analog sensor power reset.

Read more at https://vutlan.atlassian.net/wiki/spaces/DEN/pages/1016314/Sensor+configuration#Reset-smoke-sensors

This sensor can be used in logic schemes of the system to program the reset of power for smoke sensors.

Onboard temperature

This temperature sensor may be located inside the enclosure or sticking out of the enclosure depending on Vutlan monitoring system model.

It can be used in logic schemes to program notifications and actions.

Voltage 1

Voltage 2

Main and reserve power supply voltage sensors. These elements can be used to program the notifications and actions in logic schemes.

How do I find which sensors can be accessed on my Vutlan monitoring system?

  1. The types of sensors used in each sensor can be found in this table Comparison chart: Master modules and Comparison chart: PDUs.

  2. You can also access all available onboard sensors through a Vutlan Web Interface of the system in the System tree panel >> System group vertical group tab >> Onboard vertical tab

What is dew point?

Each Vutlan monitoring system has one or two built-in voltage sensors.

The sensor shows the voltage value on the power input of the main PCB board. The system automatically switches to a higher power supply voltage. If Voltage 1 is greater than Voltage 2, the system will use Voltage 1 as a power input. If Voltage 1 is lesser than Voltage 2, the system will use Voltage 2 as a power input.

Voltage sensor threshold recommendations:

Voltage input

Decription

5-6 V DC

Absolute minimum voltage for the main PCB board to work. Any voltage below it and the PCB board will shut down.

9 V DC

At this voltage value the NC-NO-COM relays may or may not switch.

12 V DC

Optimum voltage level for the whole system to operate.

14 V DC

This is a maximum voltage level that can be applied. Any voltage above it and the PCB board will turn off or burn out.

The amount of voltage input sensors depends on your Vutlan monitoring system. Please check this table for such information Comparison chart: Master modules and Comparison chart: PDUs

Configure Voltage sensor

  1. Vutlan Web Interface >> System tree panel >> System group vertical group tab >> Onboard vertical tab >> Voltage 1 or Voltage 2

  1. You will be presented with a modal window:

Name

Default names are Voltage 1 or Voltage2. You can change the default name to your liking.

ID

System ID of the element. Will be given once the element is saved in the system.

Type

voltage

Class

analog

Current state

The state depends on threshold level. Can be Low alarm, Low warning, Normal, High warning, High alarm.

Current value

The current voltage value of power input.

Thresholds

Configure the thresholds. These thresholds can be used inside the logic schemes to program notifications and actions.

Low alarm, Low warning, Normal, High warning, High alarm

Read more at Adding logic schemes

Hysteresis type

Sensors have the option of setting the hysteresis state. Hysteresis can be a time, a value or it can be disabled.

If the hysteresis is set in time, the sensor will transmit to a new state with a delay of the specified number of seconds in the corresponding field. The time counting will begin from the moment when the measured value of the sensor has left the current range.
Each state has its own field. Which determines the time that the sensor value must continuously hold for the state to change to the specified.

Read more at: Sensor configuration

Using voltage sensors in logic schemes

Example 1: The system has only one power supply input

If there’s a voltage drop, we want to be notified.

Example 2: The system has two power supply inputs

The sensor shows the voltage value on the power input of the main PCB board. The system automatically switches to a higher power supply voltage. If Voltage 1 is greater than Voltage 2, the system will use Voltage 1 as a power input. If Voltage 1 is lesser than Voltage 2, the system will use Voltage 2 as a power input.

The following logic scheme allows checking both power supplies for a drop in voltage below a minimum.

Example 3: Check if the reserve power supply has been activated.

  1. Make sure that Voltage 1 is the main power supply and Voltage 2 is a reserve power supply.

  2. First, let’s create a math sensor. Vutlan Web Interface >> System tree panel >> Press the plus sign at the top right corner

  1. Configure the math sensor. Let’s put the Low warning level at a negative number near zero -0.1. This value is made up, please make sure you test this value in real conditions.

If (Voltage 1 - Voltage 2) < 0, the math sensor will be in a Low warning state. We can use this warning state in our logic.

  1. Now we can go to the Logic Schemes panel and add the following logic. If (Voltage 1 - Voltage 2) < -0.1) then we will send e-mail notifications, make a phone dial and activate a siren on 12 VDC power output number 1.

  • No labels