Versions Compared

Key

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

...

This DALI-2 compatible sensor has an rectangular detection area. It is suitable for corridors and aisles. The sensors has very good detection coverage and a mounting height up to

...

6 m.

...

 

...

 

How to use it in LMS design

...

Technical data

...

Installation height

...

2 – 6 m

...

Minimum height

...

> 1,7 m

...

Installation type

...

Ceiling installation

...

Avarage DALI current consumption

...

10 mA

...

Size of concealed housing

...

Ø 55 mm

...

Ambient temperature

...

-15°C ... 50°C

...

Type of protection

...

IP 54 (when fitted)

 

Detection range

...

Mounting height (A)

...

Diagonally (t)

...

Head on to (R)

...

2 m

...

56 m² | 16 m x 3.5 m

...

56 m² | 16 m x 3.5 m

...

2.5 m

...

88 m² | 22 m x 4 m

...

72 m² | 18 m x 4 m

...

3 m

...

135 m² | 30 m x 4.5 m

...

90 m² | 20 m x 4.5 m

...

3.5 m

...

150 m² | 30 m x 5 m

...

100 m² | 20 m x 5 m

...

4 m

...

150 m² | 30 m x 5 m

...

100 m² | 20 m x 5 m

...

4.5 m

...

150 m² | 30 m x 5 m

...

100 m² | 20 m x 5 m

...

5 m

...

150 m² | 30 m x 5 m

...

100 m² | 20 m x 5 m

...

5.5 m

...

150 m² | 30 m x 5 m

...

100 m² | 20 m x 5 m

...

6 m

...

150 m² | 30 m x 5 m

...

100 m² | 20 m x 5 m

...

Image Added

 LMS DALI-2 PIR CLS LA SENSOR-R

B29102002

By using mounting boxes you can increase the IP class to IP54 which allows mounting the sensor in challenging environments.

Image Added
B29011002

IP54

Image Added
B29011004

IP54

The sensor offers you up to a 30x5m detection area (for the max height of 6m).

Info

The sensor offers 2 instances for motion/presence detection. It means that using one sensor allows for controlling 2 zones independently.

image-20240208-073701.pngImage Added

How to

...

To program logic within the Node-RED tool you need to use a DALI2 Devs Common node, which is available in the node palette on the left-hand side of Node-RED UI. 

...

Click this node to enter the configuration window. Choose the serial number of the device in the Serial Number field. Uncheck the Motion/presence sensor checkbox. Below you have two fields where you can set the presence and transition time duration.

Then click Done in the upper right corner of the window.

...

Then you need to find the vertex action node in the palette. Set Mode as Motion sensor. Then select the group you want to control by this multisensor. Next, you should define actions in Presence, Transition, and No presence fields.  Define these actions as you need.

...

Don't forget to connect all your nodes and be sure that the vertex cluster node is present in your flow! 

Then click Deploy button at the upper-right corner of the Node-RED.

...

Import the ready flow using the code below:

Code Block
[
    {
        "id": "e0e1af9.6a3855",
        "type": "DALI2 Devs Common",
        "z": "810b6cdc.028bf",
        "name": "",
        "outputs": 1,
        "uid": "D7BFBFCF00891400",
        "savedSettings": [
            {
                "instanceType": 3,
                "isDisabled": false,
                "dali2t1": "",
                "dali2t2": ""
            },
            {
                "instanceType": 4,
                "isDisabled": true
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            },
            {
                "instanceType": 1,
                "isDisabled": true,
                "mode": "normal"
            }
        ],
        "x": 400,
        "y": 180,
        "wires": [
            [
                "3ad2631c.8574cc"
            ]
        ]
    },
    {
        "id": "3ad2631c.8574cc",
        "type": "vertex action",
        "z": "810b6cdc.028bf",
        "name": "",
        "typeButton": "motionsensor",
        "bPayload": {
            "PRESENCE": {
                "action": "noreact",
                "group": "0327ffd20adbd58c2cf40fa8b12b9304",
                "param": null,
                "priority": "255"
            },
            "TRANSITION": {
                "action": "noreact",
                "group": "0327ffd20adbd58c2cf40fa8b12b9304",
                "param": null,
                "priority": "0"
            },
            "NOPRESENCE": {
                "action": "noreact",
                "group": "0327ffd20adbd58c2cf40fa8b12b9304",
                "param": null,
                "priority": "254"
            }
        },
        "bState": "",
        "defaultpriority": true,
        "x": 620,
        "y": 180,
        "wires": [
            [
                "ad4e04de.d85e18"
            ]
        ]
    },
    {
        "id": "ad4e04de.d85e18",
        "type": "vertex cluster",
        "z": "810b6cdc.028bf",
        "userouting": false,
        "rate": 5,
        "x": 810,
        "y": 180,
        "wires": []
    }
]

 

...

use it in LMS design

When using the multisensor in a project, you need to remember the typical Ethernet2DALI limitations.

How to commission it?

Go to Sensor Commissioning

Info

For other sensors look here: E2D components