| Line 3: |
Line 3: |
| | {{Infobox module | | {{Infobox module |
| | | name = LED-DRV | | | name = LED-DRV |
| − | | image = LED-DRV_3A.png | + | | image = LED-DRV_3A_main.png |
| | | outCount = 4 | | | outCount = 4 |
| − | | peakl = 2A | + | | peakl = 3A |
| | | voltage = 12/24 V DC | | | voltage = 12/24 V DC |
| − | | dim = ??x??x?? mm | + | | dim = 65x18x15 mm |
| | }} | | }} |
| | | | |
| Line 13: |
Line 13: |
| | | | |
| | <!--T:3--> | | <!--T:3--> |
| − | This module allows interpreting controlling signal from DW-IO for 12/24V LED/RGB strip. | + | This module allows interpretation of controlling signals from IO connections for 12/24V LED/RGB strips. |
| | | | |
| | <!--T:4--> | | <!--T:4--> |
| Line 35: |
Line 35: |
| | | | |
| | <!--T:6--> | | <!--T:6--> |
| − | [[File:RGBC EXA.png|500px]] | + | [[File:LED-DRV_connection_scheme.jpg|600px]] |
| | | | |
| − | ==Example of connection RGB LED with Amp== <!--T:7-->
| + | ==Module parameters== <!--T:7--> |
| − | | |
| − | <!--T:8-->
| |
| − | [[File:RGBC EXA2.png|500px]]
| |
| − | | |
| − | ==Module parameters== <!--T:9--> | |
| | | | |
| | <!--T:10--> | | <!--T:10--> |
| | {{ Mp | | {{ Mp |
| − | | outqty = 3 | + | | outqty = 4 |
| − | | involtage = 11.5 … 25V | + | | involtage = 5V |
| | | currtype = DC | | | currtype = DC |
| | | adjtype = PWM | | | adjtype = PWM |
| − | | maxperch = 1A (12W at 12V) | + | | maxperch = 3A |
| − | | maxperdev = 3A (36W at 12V)
| + | | power = 11.5 … 27.5 V DC |
| − | | power = 11.5 … 27.5 V DC from CAN | |
| − | | maxcur24v = 25 mA
| |
| − | | bustype = CAN (4-wire)
| |
| | | instalation = Free | | | instalation = Free |
| | | case = ABS | | | case = ABS |
| | | protection = IP40 | | | protection = IP40 |
| | | temprange = -10 … +50 °C | | | temprange = -10 … +50 °C |
| − | | size = 45x42x14 mm | + | | size = 65x18x15 mm |
| | | weight = 25 g | | | weight = 25 g |
| | }} | | }} |
| | | | |
| − | ==Module installation and connection procedure== <!--T:11--> | + | ==Module installation and connection procedure== <!--T:8--> |
| | | | |
| − | <!--T:12--> | + | <!--T:9--> |
| | #Connect the outputs. | | #Connect the outputs. |
| − | #Connect the CAN connector.
| + | #Configure the module using LT Setup. |
| − | #Configure the module using LT setup. | |
| | #Apply power to the load. | | #Apply power to the load. |
| | #Check all equipment for proper operation. | | #Check all equipment for proper operation. |
| | | | |
| − | ==Module shut-off and deinstallation procedure== <!--T:13--> | + | ==Module shut-off and deinstallation procedure== <!--T:10--> |
| | | | |
| − | <!--T:14--> | + | <!--T:11--> |
| | #Disconnect the power from the load. | | #Disconnect the power from the load. |
| − | #Disconnect the CAN connector.
| |
| | #Disconnect the outputs. | | #Disconnect the outputs. |
| − |
| |
| − | ==HW settings== <!--T:15-->
| |
| − | {|class="wikitable"
| |
| − | |-
| |
| − | !Name!!Type, range!!SUBID!!Default!!Description
| |
| − | |-
| |
| − | |dm||char[3]||98||'RGB'||Each char is responsible for the type of a particular channel, RGB takes 3 channels
| |
| − | *'D' – use like dimmer-lamp
| |
| − | *'RGB' – Use like RGB lamp
| |
| − | Example: dm='DDD'
| |
| − | |-
| |
| − | |def||integer 0-250||1-3||100||The default brightness level in case of a power reset (1..250). Example: def=250
| |
| − | |-
| |
| − | |min||integer 0-100||1-3||0||Minimum dimming level, example: min=10
| |
| − | |-
| |
| − | |max||integer 0-100||1-3||100||Maximum dimming level, example max=95
| |
| − | |-
| |
| − | |runtime||integer 0-100||98||5||Runtime is the speed of changing the brightness(measured in seconds). Example: runtime=15
| |
| − | |-
| |
| − | |f||integer 1-1000||98||500||It is frequency (measured in Hz); Example: f=500
| |
| − | |}
| |
| − |
| |
| − | <!--T:16-->
| |
| − | <syntaxhighlight lang="xml" line>
| |
| − | <item addr="355:1" auto-period="600" cfgid="175" name="Dimmer" type="dimer-lamp" uniq_id="68"/>
| |
| − | <item addr="355:2" auto-period="600" cfgid="175" name="Dimmer" type="dimer-lamp" uniq_id="69"/>
| |
| − | <item addr="355:3" auto-period="600" cfgid="175" name="Dimmer" type="dimer-lamp" uniq_id="70"/>
| |
| − | <item addr="355:98" cfgid="175" hw="dm='DDD' f=1000 runtime=20" name="Temperature" system="yes" type="temperature-sensor" uniq_id="47"/>
| |
| − | </syntaxhighlight>
| |