Subversion Repositories HomeAutomation

Rev

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

Rev 1375 Rev 1376
Line 194... Line 194...
194
      <command id="131" name="CONFIG_PARAMETER" type="specific" module="PID" description="Configure PID regulator constants, if message is sent with 0 data bytes, module will respond with current configuration">
194
      <command id="131" name="CONFIG_PARAMETER" type="specific" module="PID" description="Configure PID regulator constants, if message is sent with 0 data bytes, module will respond with current configuration">
195
    <variables>
195
    <variables>
196
      <variable name="K_P" type="float" start_bit="0" bit_length="16" unit="" description=""/>
196
      <variable name="K_P" type="float" start_bit="0" bit_length="16" unit="" description=""/>
197
      <variable name="K_I" type="float" start_bit="16" bit_length="16" unit="" description=""/>
197
      <variable name="K_I" type="float" start_bit="16" bit_length="16" unit="" description=""/>
198
      <variable name="K_D" type="float" start_bit="32" bit_length="16" unit="" description=""/>
198
      <variable name="K_D" type="float" start_bit="32" bit_length="16" unit="" description=""/>
199
      <variable name="TimeUnit" type="uint" start_bit="48" bit_length="1" unit="" description="">
199
      <variable name="TimeUnit" type="enum" start_bit="48" bit_length="1" unit="" description="">
200
        <value id="0" name="Seconds"/>
200
        <value id="0" name="Seconds"/>
201
        <value id="1" name="Milliseconds"/>
201
        <value id="1" name="Milliseconds"/>
202
      </variable>
202
      </variable>
203
      <variable name="RegulatorTime" type="uint" start_bit="49" bit_length="16" unit="" description=""/>
203
      <variable name="RegulatorTime" type="uint" start_bit="49" bit_length="16" unit="" description=""/>
204
    </variables>
204
    </variables>