Changes
	
		
		
		
		
		
		Jump to navigation
		Jump to search
		
	
	
	
		1,248 bytes removed
	
		,  11:59, 29 March 2024
	
 
m| Line 7: | 
Line 7: | 
|   | | peakl      = 3A  |   | | peakl      = 3A  | 
|   | | voltage    = 12/24 V DC  |   | | voltage    = 12/24 V DC  | 
| − | | dim        = ??x??x?? mm  | + | | dim        = 65x18x15 mm  | 
|   | }}  |   | }}  | 
|   |  |   |  | 
| Line 48: | 
Line 48: | 
|   | | maxperdev       = 3A (36W at 12V)  |   | | maxperdev       = 3A (36W at 12V)  | 
|   | | power           = 11.5 … 27.5 V DC from CAN  |   | | power           = 11.5 … 27.5 V DC from CAN  | 
| − | | maxcur24v       = 25 mA  | + | | maxcur24v       = ? mA  | 
|   | | 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  | 
|   | }}  |   | }}  | 
| Line 70: | 
Line 70: | 
|   | #Disconnect the power from the load.  |   | #Disconnect the power from the load.  | 
|   | #Disconnect the outputs.  |   | #Disconnect the outputs.  | 
| − | 
  |   | 
| − | ==HW settings== <!--T:12-->
  |   | 
| − | {|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>
  |   |