Subversion Repositories HomeAutomation

Rev

Rev 1436 | Rev 1440 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1436 Rev 1438
Line 191... Line 191...
191
      <command id="133" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
191
      <command id="133" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
192
      <variables>
192
      <variables>
193
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
193
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
194
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
194
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
195
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
195
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
-
 
196
      </variables>
-
 
197
    </command>
-
 
198
     <command id="128" name="DEBUG" type="specific" module="RGBdriver" description="Debug data from RGB-driver">
-
 
199
    <variables>
-
 
200
      <variable name="ADC_W" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
201
      <variable name="ADC_R" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
-
 
202
      <variable name="ADC_G" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
-
 
203
      <variable name="ADC_B" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
-
 
204
      <variable name="PWM_W" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
-
 
205
      <variable name="PWM_R" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
-
 
206
      <variable name="PWM_G" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
-
 
207
      <variable name="PWM_B" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
196
      </variables>
208
    </variables>
197
    </command>
209
      </command>
198
   
210
     
199
    <command id="128" name="DEBUG" type="specific" module="PID" description="Debug data from PID regulator">
211
    <command id="128" name="DEBUG" type="specific" module="PID" description="Debug data from PID regulator">
200
    <variables>
212
    <variables>
Line 279... Line 291...
279
      <variables>
291
      <variables>
280
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
292
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
281
      </variables>
293
      </variables>
282
    </command>
294
    </command>
283
    <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD">
295
    <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD">
284
      <variables>
296
      <variables>
285
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
297
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
286
      <value id="0" name="Standard"/>
298
      <value id="0" name="Standard"/>
287
          <value id="1" name="Inverted"/>
299
          <value id="1" name="Inverted"/>
288
    </variable>
300
    </variable>
289
      </variables>
301
      </variables>
Line 409... Line 421...
409
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
421
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
410
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
422
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
411
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
423
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
412
        <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
424
        <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
413
        <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
425
        <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
414
      </variables>
426
      </variables>
415
    </command>
427
    </command>
416
    <command id="141" name="LCD_Image_Data_4" type="specific" module="KS0108" description="Data">
428
    <command id="141" name="LCD_Image_Data_4" type="specific" module="KS0108" description="Data">
417
      <variables>
429
      <variables>
418
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
430
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
419
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
431
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
Line 539... Line 551...
539
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
551
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
540
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
552
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
541
      </variables>
553
      </variables>
542
    </command>
554
    </command>
543
    <command id="132" name="Rel_Fade" type="specific" module="hwPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
555
    <command id="132" name="Rel_Fade" type="specific" module="hwPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
-
 
556
     <variables>
-
 
557
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
-
 
558
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
-
 
559
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
-
 
560
            <value id="0" name="Decrease"/>
-
 
561
            <value id="1" name="Increase"/>
-
 
562
        </variable>
-
 
563
        <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/>
-
 
564
      </variables>
-
 
565
    </command>
-
 
566
 
-
 
567
 <command id="128" name="Demo" type="specific" module="RGBW" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
-
 
568
     <variables>
-
 
569
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
-
 
570
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
-
 
571
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
-
 
572
      </variables>
-
 
573
    </command>
-
 
574
   
-
 
575
    <command id="129" name="Start_Fade" type="specific" module="RGBW" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
-
 
576
     <variables>
-
 
577
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
-
 
578
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
-
 
579
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
-
 
580
            <value id="0" name="Decrease"/>
-
 
581
            <value id="1" name="Increase"/>
-
 
582
        </variable>
-
 
583
      </variables>
-
 
584
    </command>
-
 
585
    <command id="130" name="Stop_Fade" type="specific" module="RGBW" description="If a fade is in progress, then stop">
-
 
586
      <variables>
-
 
587
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
-
 
588
      </variables>
-
 
589
    </command>
-
 
590
    <command id="131" name="Abs_Fade" type="specific" module="RGBW" description="Fade to a defined value, stops when another command is received">
-
 
591
     <variables>
-
 
592
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
-
 
593
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
-
 
594
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
-
 
595
      </variables>
-
 
596
    </command>
-
 
597
    <command id="132" name="Rel_Fade" type="specific" module="RGBW" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
544
     <variables>
598
     <variables>
545
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
599
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
546
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
600
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
547
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
601
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
548
            <value id="0" name="Decrease"/>
602
            <value id="0" name="Decrease"/>
Line 627... Line 681...
627
    <module id="21" name="softPWM" class="act"/>
681
    <module id="21" name="softPWM" class="act"/>
628
    <module id="22" name="Touch" class="sns"/>
682
    <module id="22" name="Touch" class="sns"/>
629
    <module id="23" name="RotaryHex" class="sns"/>
683
    <module id="23" name="RotaryHex" class="sns"/>
630
    <module id="24" name="output" class="act"/>
684
    <module id="24" name="output" class="act"/>
631
    <module id="25" name="input" class="sns"/>
685
    <module id="25" name="input" class="sns"/>
-
 
686
    <module id="26" name="RGBW" class="act"/>
632
    <module id="30" name="ChnMaster" class="chn"/>
687
    <module id="30" name="ChnMaster" class="chn"/>
633
    <module id="31" name="ChnController" class="chn"/>
688
    <module id="31" name="ChnController" class="chn"/>
634
  </modules>
689
  </modules>
635
  <defines>
690
  <defines>
636
    <define id="1" group="DirectionFlag" name="From_Owner"/>
691
    <define id="1" group="DirectionFlag" name="From_Owner"/>