Subversion Repositories HomeAutomation

Rev

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

Rev 1111 Rev 1117
Line 90... Line 90...
90
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
90
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
91
      </variables>
91
      </variables>
92
    </command>
92
    </command>
93
    <command id="72" name="SlowPwm" type="physical" module="" description="Message for pwm data, 0 to 9999">
93
    <command id="72" name="SlowPwm" type="physical" module="" description="Message for pwm data, 0 to 9999">
94
      <variables>
94
      <variables>
95
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
95
        <variable name="ChannelId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
96
        <variable name="Value" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
96
        <variable name="Value" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
97
      </variables>
97
      </variables>
98
    </command>
98
    </command>
99
   
99
   
100
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
100
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
Line 153... Line 153...
153
      </variables>
153
      </variables>
154
    </command>
154
    </command>
155
   
155
   
156
    <command id="128" name="DEBUG" type="specific" module="PID" description="Debug data from PID regulator">
156
    <command id="128" name="DEBUG" type="specific" module="PID" description="Debug data from PID regulator">
157
    <variables>
157
    <variables>
158
      <variable name="P-term" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
158
      <variable name="P_term" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
159
      <variable name="I-term" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
159
      <variable name="I_term" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
160
      <variable name="D-term" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
160
      <variable name="D_term" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
161
      <variable name="Sum" type="uint" start_bit="48" bit_length="16" unit="" description=""/>
161
      <variable name="Sum" type="uint" start_bit="48" bit_length="16" unit="" description=""/>
162
    </variables>
162
    </variables>
163
      </command>
163
      </command>
164
    <command id="129" name="CONFIG" type="specific" module="PID" description="Configure PID regulator, if message is sent with 0 data bytes, module will respond with current configuration">
164
    <command id="129" name="CONFIG" type="specific" module="PID" description="Configure PID regulator, if message is sent with 0 data bytes, module will respond with current configuration">
165
    <variables>
165
    <variables>