Rev 1709 | Rev 1724 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1709 | Rev 1714 | ||
|---|---|---|---|
| Line 634... | Line 634... | ||
| 634 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
634 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
| 635 | <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"/> |
635 | <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"/> |
| 636 | <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/> |
636 | <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/> |
| 637 | </variables> |
637 | </variables> |
| 638 | </command> |
638 | </command> |
| 639 | - | ||
| 640 | <command id="129" name="Start_Fade" type="specific" module="hwPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached"> |
639 | <command id="129" name="Start_Fade" type="specific" module="hwPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached"> |
| - | 640 | <variables> |
|
| - | 641 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
|
| - | 642 | <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)"/> |
|
| - | 643 | <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description=""> |
|
| - | 644 | <value id="0" name="Decrease"/> |
|
| - | 645 | <value id="1" name="Increase"/> |
|
| - | 646 | </variable> |
|
| - | 647 | </variables> |
|
| - | 648 | </command> |
|
| - | 649 | <command id="130" name="Stop_Fade" type="specific" module="hwPWM" description="If a fade is in progress, then stop"> |
|
| - | 650 | <variables> |
|
| - | 651 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
|
| - | 652 | </variables> |
|
| - | 653 | </command> |
|
| - | 654 | <command id="131" name="Abs_Fade" type="specific" module="hwPWM" description="Fade to a defined value, stops when another command is received"> |
|
| - | 655 | <variables> |
|
| - | 656 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
|
| - | 657 | <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)"/> |
|
| - | 658 | <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/> |
|
| - | 659 | </variables> |
|
| - | 660 | </command> |
|
| - | 661 | <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"> |
|
| - | 662 | <variables> |
|
| - | 663 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
|
| - | 664 | <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)"/> |
|
| - | 665 | <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description=""> |
|
| - | 666 | <value id="0" name="Decrease"/> |
|
| - | 667 | <value id="1" name="Increase"/> |
|
| - | 668 | </variable> |
|
| - | 669 | <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/> |
|
| - | 670 | </variables> |
|
| - | 671 | </command> |
|
| - | 672 | ||
| - | 673 | <command id="128" name="Demo" type="specific" module="PCAPWM" 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"> |
|
| - | 674 | <variables> |
|
| - | 675 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
|
| - | 676 | <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"/> |
|
| - | 677 | <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/> |
|
| - | 678 | </variables> |
|
| - | 679 | </command> |
|
| - | 680 | <command id="129" name="Start_Fade" type="specific" module="PCAPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached"> |
|
| 641 | <variables> |
681 | <variables> |
| 642 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
682 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
| 643 | <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)"/> |
683 | <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)"/> |
| 644 | <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description=""> |
684 | <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description=""> |
| 645 | <value id="0" name="Decrease"/> |
685 | <value id="0" name="Decrease"/> |
| 646 | <value id="1" name="Increase"/> |
686 | <value id="1" name="Increase"/> |
| 647 | </variable> |
687 | </variable> |
| 648 | </variables> |
688 | </variables> |
| 649 | </command> |
689 | </command> |
| 650 | <command id="130" name="Stop_Fade" type="specific" module=" |
690 | <command id="130" name="Stop_Fade" type="specific" module="PCAPWM" description="If a fade is in progress, then stop"> |
| 651 | <variables> |
691 | <variables> |
| 652 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
692 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
| 653 | </variables> |
693 | </variables> |
| 654 | </command> |
694 | </command> |
| 655 | <command id="131" name="Abs_Fade" type="specific" module=" |
695 | <command id="131" name="Abs_Fade" type="specific" module="PCAPWM" description="Fade to a defined value, stops when another command is received"> |
| 656 | <variables> |
696 | <variables> |
| 657 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
697 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
| 658 | <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)"/> |
698 | <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)"/> |
| 659 | <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/> |
699 | <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/> |
| 660 | </variables> |
700 | </variables> |
| 661 | </command> |
701 | </command> |
| 662 | <command id="132" name="Rel_Fade" type="specific" module=" |
702 | <command id="132" name="Rel_Fade" type="specific" module="PCAPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached"> |
| 663 | <variables> |
703 | <variables> |
| 664 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
704 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/> |
| 665 | <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)"/> |
705 | <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)"/> |
| 666 | <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description=""> |
706 | <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description=""> |
| 667 | <value id="0" name="Decrease"/> |
707 | <value id="0" name="Decrease"/> |