Changes

Jump to navigation Jump to search
6,825 bytes added ,  13:25, 8 January 2022
Marked this version for translation
Line 1: Line 1: −
#REDIRECT [[BW-DM.A]]
+
<languages/>
 +
<translate>
 +
<!--T:1-->
 +
{{revisionChanger| hasA = 1 | hasC = 1}}
 +
{{Infobox module
 +
| name      = BW-DM.C
 +
| image      = BW-DMC2.png
 +
| dimmOut    = 3
 +
| peakdl    = 0.9 A(200W at 220V)
 +
| inCount    = 3
 +
| inB        = 3
 +
| inLB      = 2
 +
| voltage    = 11.5...27.5 V DC
 +
| dim        = 45x42x14 mm
 +
}}
 +
 
 +
==DIMMER== <!--T:2-->
 +
 
 +
<!--T:3-->
 +
This single-channel dimmer is designed for smooth control of electrical load (non reactive load).
 +
It has 3 input channels for connecting buttons and reed switches. MOSFET type.
 +
 
 +
 
 +
<!--T:4-->
 +
<div class="caution">
 +
CAUTION! All work related to the installation, connection, setting up, service and support must be carried out by qualified personnel with sufficient skills and experience in working with electrical equipment.
 +
To avoid the risk of fire, electric shock, damage to the system and/or personal injury, the system installation and assembly must be performed in accordance with the instructions listed below:
 +
*all connectivity work must be carried out with the power turned OFF;
 +
*use appropriate tools and personal protection against electric shock;
 +
*do not use damaged cables, wires and connectors;
 +
*avoid folding the cables and wires;
 +
*do not apply excessive force to the wires by kinking or pressing them too hard: the inner conductors of the cables and wires may get stripped or damaged;
 +
*do not use the power socket with poor contacts to connect;
 +
*do not exceed the load limit parameters specified in the manual;
 +
*the supply conductors wire section is subject to the specifications for current density limit, insulation type and wire material. Light section can result in cable overheating and fire.
 +
When the power is on, NEVER:
 +
*connect/disconnect the connectors;
 +
*open modules and sensors.
 +
</div>
 +
 
 +
==Module view== <!--T:5-->
 +
[[File:BW-DMC2.png|400px]]<br>
 +
[[File:BW-DMC.png|400px]]
 +
 
 +
==Example of connection== <!--T:6-->
 +
 
 +
<!--T:7-->
 +
[[File:BWDMC EXA.png|600px]]
 +
 
 +
==Module parameters== <!--T:8-->
 +
 
 +
<!--T:9-->
 +
{{ Mp
 +
| outqty          = 1
 +
| inqty          = 3
 +
| involtage      = 100-250V
 +
| currtype        = AC
 +
| maxload        = 0.9 A(200W at 220V)
 +
| minload        = 0.09 A(20W at 220V)
 +
| power          = 11.5 … 27.5 V DC from CAN
 +
| maxcur24v      = 40 mA
 +
| tsmaxlen        = 0.3m
 +
| bustype        = CAN (4-wire)
 +
| instalation    = Free
 +
| case            = ABS
 +
| protection      = IP40
 +
| temprange      = -10 … +50 °C
 +
| size            = 45x42x14 mm
 +
| weight          = 25 g
 +
}}
 +
 
 +
==Supported load types== <!--T:10-->
 +
 
 +
<!--T:11-->
 +
<div class="caution">CAUTION! Do not overload the dimmer in order to avoid it overheating and breaking down. Use it safely by following the parameters provided in the parameters table. Only the kinds of load and load power options outlined in the compatible devices table are to be used with this dimmer.</div>
 +
 
 +
<!--T:12-->
 +
{{SupportedLoads | 20-200}}
 +
 
 +
==Module installation and connection procedure== <!--T:13-->
 +
 
 +
<!--T:14-->
 +
#Connect the outputs.
 +
#Connect the inputs.
 +
#Connect the CAN connector.
 +
#Configure the module using LT setup.
 +
#Apply power to the load.
 +
#Check all equipment for proper operation.
 +
 
 +
==Module shut-off and deinstallation procedure== <!--T:15-->
 +
 
 +
<!--T:16-->
 +
#Disconnect the power from the load.
 +
#Disconnect the CAN connector.
 +
#Disconnect the inputs.
 +
#Disconnect the outputs.
 +
 
 +
 
 +
==Dimmer workflow== <!--T:17-->
 +
 
 +
<!--T:18-->
 +
[[File:workflow.jpg|700px]]<br>
 +
[[File:workflow2.jpg|700px]]<br>
 +
[[File:workflow3.jpg|700px]]
 +
 
 +
==Linear, LED and Halogen workflows== <!--T:19-->
 +
 
 +
<!--T:20-->
 +
[[File:linear.jpg|700px]]<br>
 +
[[File:led.jpg|700px]]<br>
 +
[[File:halogen.jpg|700px]]
 +
 
 +
==HW settings== <!--T:21-->
 +
{|class="wikitable"
 +
|-
 +
!Name!!Type, range!!SUBID!!Default!!Description
 +
|-
 +
|def||integer 0-250||1||100||The default brightness level in case of a power reset (1..250). Example: def=250
 +
|-
 +
|min||integer 0-100||1||0||Minimum dimming level, example: min=10
 +
|-
 +
|max||integer 0-100||1||100||Maximum dimming level, example max=95
 +
|-
 +
|start||integer 0-100||1||0||The Start function is used for lamps that lack the minimal voltage to get turned on. If the set value is lower than the start value, the lamp is turned on at the start value and them the light is dimmed down to the set level. Example: start=60
 +
|-
 +
|force||integer 0-100||1||10||Time duration of the starting value (measured in milliseconds). Example: force=20
 +
|-
 +
|runtime||integer 0-60000||1||1000||Runtime is the speed of changing the brightness from ‘min’ to ‘max’ (measured in milliseconds). Example: runtime=1000
 +
|-
 +
|protect||integer 0;1||1||0||Overload Protect. 0(off); 1 (on), example: protect=0
 +
|-
 +
|offset||float(+/- 0…39)||30||0||sensor values offset;
 +
For example, offset is -3.8 :
 +
<syntaxhighlight lang="xml" line>
 +
hw="offset='-3.8'"
 +
</syntaxhighlight>
 +
|-
 +
|mode||string||98||disabled||Frequency of pulse-width modulation in Hz for item with direct current.
 +
*dc100 – 100Hz
 +
*dc200 – 200Hz
 +
*dc400 – 400Hz
 +
*dc800 – 800Hz
 +
Example: mode='dc400'
 +
|-
 +
|dm||char||98||'g'||Each char is responsible for the type of a particular channel
 +
*'g' – use like halogen dimmer-lamp
 +
*'s' – Soft Switch, lamp, when on/off power is supplied/deenergised smoothly (500msec)
 +
*'k' – Switch, lamp, when on/off power is supplied/deenergised immediately
 +
*'l' – LED Function, dimmable LED lamps
 +
*'-' – Channel disabled
 +
*'+' – Regular channel
 +
Example: dm='s'
 +
|-
 +
|in||char[3]||98||'BBB'||Each char is responsible for the type of a particular channel
 +
*'B'-Button, a bell type;
 +
*'C'-Inverted button, inversebutton of a bell type (for normally-closed);
 +
*'D'-Backlit button, illuminated button;
 +
*'E'-Inverted backlit button, inverse illuminated button;
 +
*'S'-Switch, fixed switch;
 +
*'K'-Contact, reed contact;
 +
*'H'-Inverted contact, inversereed contact;
 +
*'-'-none, nothing is connected.
 +
And you can also connect one temperature sensor:
 +
<syntaxhighlight lang="xml" line>
 +
hw="in='T+-'"
 +
</syntaxhighlight>
 +
Example: in='BCB'
 +
|}
 +
 
 +
==Input HW configuration== <!--T:22-->
 +
{| class="wikitable"
 +
|-
 +
!chanel!!1!!2!!3!!4!!5!!6
 +
|-
 +
|Button<br>nButton<br>Switch<br>Contact<br>nContact<br>none||+||+||+||+||+||+
 +
|-
 +
|LedButton<br>nLedButton||+||+||+||+||+
 +
|-
 +
|Temperature Sensor||||+||||||||
 +
|}
 +
 
 +
<!--T:23-->
 +
<syntaxhighlight lang="xml" line>
 +
<item addr="491:1" auto-period="600" cfgid="72" name="Dimmer" hw="def=200 min=30 max=88 start=35 force=20 runtime=1000" type="dimer-lamp" uniq_id="4610"/>
 +
<item addr="491:11" cfgid="72" name="Switch" type="switch" uniq_id="4611"/>
 +
<item addr="491:12" cfgid="72" name="Switch" type="switch" uniq_id="4612"/>
 +
<item addr="491:13" cfgid="72" name="Door" type="door-sensor" uniq_id="4616"/>
 +
<item addr="491:97" cfgid="72" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4614"/>
 +
<item addr="491:98" cfgid="72" hw="dm='G' in='BSH'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4615"/>
 +
</syntaxhighlight>
 +
</translate>
editor, translation-admin, translator
4,754

edits

Navigation menu