Subversion Repositories HomeAutomation

Rev

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

Rev 1733 Rev 1764
Line 283... Line 283...
283
        <variable name="Parity" type="enum" start_bit="40" bit_length="8" unit="" description="Parity mode">
283
        <variable name="Parity" type="enum" start_bit="40" bit_length="8" unit="" description="Parity mode">
284
            <value id="0" name="ParityNone"/>
284
            <value id="0" name="ParityNone"/>
285
            <value id="1" name="ParityEven"/>
285
            <value id="1" name="ParityEven"/>
286
            <value id="2" name="ParityOdd"/>
286
            <value id="2" name="ParityOdd"/>
287
        </variable>
287
        </variable>
-
 
288
      </variables>
-
 
289
    </command>
-
 
290
    <command id="130" name="SerialFilter" type="specific" module="Serial" description="Serial Filter Config">
-
 
291
      <variables>
-
 
292
        <variable name="DataTimeout" type="uint" start_bit="0" bit_length="8" unit="" description="Timeout before RX data is sent via CAN"/>
-
 
293
        <variable name="PrefixLength" type="uint" start_bit="8" bit_length="2" unit="" description="Length of prefix (in bytes)"/>
-
 
294
        <variable name="SuffixLength" type="uint" start_bit="10" bit_length="2" unit="" description="Length of suffix (in bytes)"/>
-
 
295
        <variable name="PacketLength" type="uint" start_bit="12" bit_length="4" unit="" description="Max nr of RX bytes to pack into CAN frame"/>
-
 
296
        <variable name="PrefixByte2" type="uint" start_bit="16" bit_length="8" unit="" description="Prefix byte0"/>
-
 
297
        <variable name="PrefixByte1" type="uint" start_bit="24" bit_length="8" unit="" description="Prefix byte1"/>
-
 
298
        <variable name="PrefixByte0" type="uint" start_bit="32" bit_length="8" unit="" description="Prefix byte2"/>
-
 
299
        <variable name="SuffixByte2" type="uint" start_bit="40" bit_length="8" unit="" description="Suffix byte0"/>
-
 
300
        <variable name="SuffixByte1" type="uint" start_bit="48" bit_length="8" unit="" description="Suffix byte1"/>
-
 
301
        <variable name="SuffixByte0" type="uint" start_bit="54" bit_length="8" unit="" description="Suffix byte2"/>
288
      </variables>
302
      </variables>
289
    </command>
303
    </command>
290
 
304
 
291
    <command id="128" name="AnalogConfig" type="specific" module="inputAnalog" description="Configuration for analog input module">
305
    <command id="128" name="AnalogConfig" type="specific" module="inputAnalog" description="Configuration for analog input module">
292
      <variables>
306
      <variables>