Line 1: |
Line 1: |
− | <languages/>
| |
− | <translate>
| |
| <!--T:1--> | | <!--T:1--> |
− | {{RevisionChanger | hasA = 1 | hasC = 1}}
| + | |
| {{Infobox module | | {{Infobox module |
− | | name = BW-RGB.C | + | | name = LED-AMP |
− | | image = BW-RGBC.png | + | | image = LED-AMP.png |
− | | outCount = 3 | + | | outCount = 4 |
− | | peakl = 1A (12W at 12V) | + | | peakl = ? |
− | | voltage = 11.5...27.5 V DC | + | | voltage = ? V DC |
− | | dim = 45x42x14 mm | + | | dim = ? mm |
| }} | | }} |
| | | |
− | ==3-CHANNEL LED CONTROLLER== <!--T:2--> | + | ==4-CHANNEL LED Driver== <!--T:2--> |
| | | |
| <!--T:3--> | | <!--T:3--> |
− | This module allows controlling RGB strip or three monochrome LED strips. | + | This module allows interpretation of controlling signals from IO connections for 12/24V LED/RGB strips. |
| | | |
| <!--T:4--> | | <!--T:4--> |
Line 37: |
Line 35: |
| | | |
| <!--T:6--> | | <!--T:6--> |
− | [[File:RGBC EXA.png|500px]] | + | [[File:LED-AMP_connection_scheme.png|800px]] |
| | | |
− | ==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 = 11.5 … 25V |
| | currtype = DC | | | currtype = DC |
| | adjtype = PWM | | | adjtype = PWM |
− | | maxperch = 1A (12W at 12V) | + | | maxperch = ? |
− | | 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 = ? mm |
− | | weight = 25 g | + | | weight = ? 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>
| |
− | </translate>
| |