Subversion Repositories HomeAutomation

Rev

Rev 1072 | Rev 1088 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. <?xml version="1.0" standalone="yes"?>
  2. <root>
  3.   <classes>
  4.     <class id="0" name="nmt" description="Networkmanagement used only for packets with the nmt-protcol header"/>
  5.     <class id="11" name="mnmt" description="Module networkmanagement, right now only used for requesting module listing from a node"/>
  6.     <class id="12" name="act" description="Actuator nmt_messages"/>
  7.     <class id="13" name="sns" description="Sensor nmt_messages"/>
  8.     <class id="14" name="def" description="Default, not to be used"/>
  9.     <class id="15" name="tst" description="Testing stuff"/>
  10.   </classes>
  11.   <commands>
  12.     <command id="0" name="List" type="global" module="" description="Message that module send to tell the world what it is">
  13.       <variables>
  14.         <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  15.         <variable name="NumberOfModules" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  16.         <variable name="SequenceNumber" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  17.       </variables>
  18.     </command>
  19.    
  20.     <command id="2" name="Debug" type="global" module="" description="Used for debugging, should not be used for anything real"/>
  21.     <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
  22.       <variables>
  23.         <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
  24.       </variables>
  25.     </command>
  26.    
  27.     <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data">
  28.       <variables>
  29.         <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  30.         <variable name="Value" type="float" start_bit="8" bit_length="16" unit="" description=""/>
  31.       </variables>
  32.     </command>
  33.     <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data">
  34.       <variables>
  35.         <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  36.         <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/>
  37.       </variables>
  38.     </command>
  39.     <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data">
  40.       <variables>
  41.         <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  42.         <variable name="Value" type="float" start_bit="8" bit_length="16" unit="" description=""/>
  43.       </variables>
  44.     </command>
  45.     <command id="67" name="Voltage" type="physical" module="" description="Voltage data">
  46.       <variables>
  47.         <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  48.         <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Volt" description=""/>
  49.       </variables>
  50.     </command>
  51.     <command id="68" name="Phonenumber" type="physical" module="" description="Phonenumber data">
  52.       <variables>
  53.         <variable name="Number" type="hexstring" start_bit="0" bit_length="64" unit="" description=""/>
  54.       </variables>
  55.     </command>
  56.     <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status">
  57.       <variables>
  58.         <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  59.         <variable name="Direction" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  60.         <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  61.         <variable name="Position" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  62.       </variables>
  63.     </command>
  64.     <command id="70" name="Button" type="physical" module="" description="">
  65.       <variables>
  66.         <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  67.         <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
  68.           <value id="1" name="Pressed"/>
  69.           <value id="0" name="Released"/>
  70.         </variable>
  71.       </variables>
  72.     </command>
  73.     <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding">
  74.       <variables>
  75.         <variable name="Status" type="enum" start_bit="0" bit_length="8" unit="" description="State of remote button">
  76.           <value id="1" name="Pressed"/>
  77.           <value id="0" name="Released"/>
  78.         </variable>
  79.         <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol">
  80.           <value id="0" name="RC5"/>
  81.           <value id="1" name="RC6"/>
  82.           <value id="2" name="RCMM"/>
  83.           <value id="3" name="SIRC"/>
  84.           <value id="4" name="Sharp"/>
  85.           <value id="5" name="NEC"/>
  86.           <value id="6" name="Samsung"/>
  87.           <value id="7" name="Marantz"/>
  88.           <value id="255" name="Unknown"/>
  89.         </variable>
  90.         <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
  91.       </variables>
  92.     </command>
  93.    
  94.     <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
  95.      <variables>
  96.         <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>
  97.         <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Millisecond" description="First passive time"/>
  98.         <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Millisecond" description="Second active time"/>
  99.         <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Millisecond" description="Second passive time"/>
  100.       </variables>
  101.     </command>
  102.     <command id="128" name="Position" type="specific" module="nmea" description="WGS80 LAT/LONG Position">
  103.     <variables>
  104.         <variable name="Lat_deg" type="uint" start_bit="0" bit_length="8" unit="Degrees" description="Degrees Lat"/>
  105.         <variable name="Lat_min" type="uint" start_bit="8" bit_length="8" unit="'" description="Minutes lat"/>
  106.         <variable name="Lat_sec" type="uint" start_bit="16" bit_length="15" unit="''" description="Seconds Lat"/>
  107.         <variable name="Lat_CD" type="uint" start_bit="31" bit_length="1" unit="" description="N/S"/>
  108.         <variable name="Lon_deg" type="uint" start_bit="32" bit_length="8" unit="Degrees" description="Degrees Lat"/>
  109.         <variable name="Lon_min" type="uint" start_bit="40" bit_length="8" unit="'" description="Minutes lat"/>
  110.         <variable name="Lon_sec" type="uint" start_bit="48" bit_length="15" unit="''" description="Seconds Lat"/>
  111.         <variable name="Lon_CD" type="uint" start_bit="63" bit_length="1" unit="" description="E/W"/>      
  112.     </variables>
  113.     </command>
  114.     <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf">
  115.      <variables>
  116.         <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  117.       </variables>
  118.     </command>
  119.     <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/>
  120.     <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position">
  121.       <variables>
  122.         <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  123.         <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  124.       </variables>
  125.     </command>
  126.     <command id="130" name="LCD_Text" type="specific" module="HD44789" description="Print text on LCD">
  127.       <variables>
  128.         <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  129.       </variables>
  130.     </command>
  131.      <command id="131" name="LCD_Size" type="specific" module="HD44789" description="Size of LCD">
  132.       <variables>
  133.         <variable name="Width" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  134.         <variable name="Height" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  135.       </variables>
  136.     </command>
  137.     <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness">
  138.       <variables>
  139.         <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  140.       </variables>
  141.     </command>
  142.       <command id="133" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
  143.       <variables>
  144.         <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  145.         <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  146.         <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
  147.       </variables>
  148.     </command>
  149.    
  150.    
  151.    
  152.    
  153.     <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD">
  154.       <variables>
  155.         <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  156.       <value id="0" name="Standard"/>
  157.           <value id="1" name="Inverted"/>
  158.     </variable>
  159.       </variables>
  160.     </command>
  161.     <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position">
  162.       <variables>
  163.         <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description="Char position in x direction"/>
  164.         <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description="Char position in y direction"/>
  165.     <variable name="Inverted" type="enum" start_bit="16" bit_length="1" unit="" description="Set to 1 of you want an inverted output">
  166.       <value id="0" name="Standard"/>
  167.           <value id="1" name="Inverted"/>
  168.     </variable>
  169.     <variable name="Transparent" type="enum" start_bit="17" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
  170.       <value id="0" name="Standard"/>
  171.       <value id="1" name="Transparent"/>
  172.     </variable>
  173.       </variables>
  174.     </command>
  175.     <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD on current postion, according to the latest LCD_Cursor command">
  176.       <variables>
  177.         <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  178.       </variables>
  179.     </command>
  180.     <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD">
  181.       <variables>
  182.         <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  183.       <value id="0" name="Standard"/>
  184.           <value id="1" name="Inverted"/>
  185.     </variable>
  186.       </variables>
  187.     </command>
  188.     <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness">
  189.       <variables>
  190.         <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  191.       </variables>
  192.     </command>
  193.     <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD">
  194.       <variables>
  195.         <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  196.       <value id="0" name="Standard"/>
  197.           <value id="1" name="Inverted"/>
  198.     </variable>
  199.     <variable name="Transparent" type="enum" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
  200.       <value id="0" name="Standard"/>
  201.       <value id="1" name="Transparent"/>
  202.     </variable>  
  203.     <variable name="X" type="uint" start_bit="2" bit_length="6" unit="" description=""/>
  204.         <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  205.         <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
  206.       </variables>
  207.     </command>
  208.     <command id="134" name="LCD_DrawRect" type="specific" module="KS0108" description="Draw a rectangle on LCD">
  209.       <variables>
  210.         <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  211.       <value id="0" name="Standard"/>
  212.           <value id="1" name="Inverted"/>
  213.     </variable>
  214.     <variable name="Fill" type="enum" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want the rectangle filled">
  215.       <value id="0" name="NoFill"/>
  216.       <value id="1" name="Fill"/>
  217.     </variable>  
  218.     <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  219.         <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  220.     <variable name="Width" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  221.     <variable name="Height" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  222.     <variable name="Radius" type="uint" start_bit="40" bit_length="8" unit="" description="Only valid for non-fill rectangles"/>
  223.       </variables>
  224.       </command>
  225.      
  226.       <command id="135" name="LCD_DrawLine" type="specific" module="KS0108" description="Draw a line on LCD">
  227.     <variables>
  228.       <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  229.         <value id="0" name="Standard"/>
  230.         <value id="1" name="Inverted"/>
  231.       </variable>
  232.       <variable name="X1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  233.       <variable name="Y1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  234.       <variable name="X2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  235.       <variable name="Y2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  236.     </variables>
  237.       </command>
  238.    
  239.       <command id="136" name="LCD_DrawCircle" type="specific" module="KS0108" description="Draw a circle on LCD">
  240.     <variables>
  241.       <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  242.         <value id="0" name="Standard"/>
  243.         <value id="1" name="Inverted"/>
  244.       </variable>
  245.       <variable name="Xcentre" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  246.       <variable name="Ycentre" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  247.       <variable name="Radius" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  248.     </variables>
  249.       </command>    
  250.  
  251.     <command id="137" name="LCD_InvertRect" type="specific" module="KS0108" description="Invert pixels in an rectangle on the LCD">
  252.       <variables>
  253.     <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  254.         <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  255.     <variable name="Width" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  256.     <variable name="Height" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  257.       </variables>
  258.     </command>
  259.    
  260.     <command id="128" name="Demo" type="specific" module="Dimmer230" 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">
  261.      <variables>
  262.         <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  263.         <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"/>
  264.         <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  265.       </variables>
  266.     </command>
  267.    
  268.     <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
  269.      <variables>
  270.         <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  271.         <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)"/>
  272.         <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  273.       </variables>
  274.     </command>
  275.     <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description="If a fade is in progress, then stop">
  276.       <variables>
  277.         <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  278.       </variables>
  279.     </command>
  280.     <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description="Fade to a defined value, stops when another command is received">
  281.      <variables>
  282.         <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  283.         <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)"/>
  284.         <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  285.       </variables>
  286.     </command>
  287.     <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
  288.      <variables>
  289.         <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  290.         <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)"/>
  291.         <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  292.             <value id="0" name="Decrease"/>
  293.             <value id="1" name="Increase"/>
  294.         </variable>
  295.         <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description="Number of steps to fade"/>
  296.       </variables>
  297.     </command>
  298.     <command id="133" name="Netinfo" type="specific" module="Dimmer230" description="Information about the connected net power">
  299.      <variables>
  300.         <variable name="Connection" type="enum" start_bit="0" bit_length="1" unit="" description="If the dimmer is connected to net power">
  301.             <value id="0" name="Disconnected"/>
  302.             <value id="1" name="Connected"/>
  303.         </variable>
  304.         <variable name="Frequency" type="enum" start_bit="1" bit_length="2" unit="" description="Frequency of the net power">
  305.             <value id="0" name="Error_Unknown"/>
  306.             <value id="1" name="50Hz"/>
  307.             <value id="2" name="60Hz"/>
  308.         </variable>
  309.       </variables>
  310.     </command>
  311.   </commands>
  312.   <modules>
  313.     <module id="0" name="Debug" class="tst"/>
  314.     <module id="1" name="Default" class="def"/>
  315.     <module id="3" name="DS18x20" class="sns"/>
  316.     <module id="5" name="FOST02" class="sns"/>
  317.     <module id="6" name="BusVoltage" class="sns"/>
  318.     <module id="7" name="SimpleDTMF" class="sns"/>
  319.     <module id="8" name="Rotary" class="sns"/>
  320.     <module id="9" name="HD44789" class="act"/>
  321.     <module id="10" name="Dimmer230" class="act"/>
  322.     <module id="11" name="KS0108" class="act"/>
  323.     <module id="12" name="RGBdriver" class="act"/>
  324.     <module id="13" name="LEDPWM" class="act"/>
  325.     <module id="14" name="irReceive" class="sns"/>
  326.     <module id="15" name="nmea" class="sns"/>
  327.     <module id="16" name="irTransmit" class="sns"/>
  328.   </modules>
  329.   <defines>
  330.     <define id="1" group="DirectionFlag" name="From_Owner"/>
  331.     <define id="0" group="DirectionFlag" name="To_Owner"/>
  332.   </defines>
  333.   <nmt_messages>
  334.     <nmt_message id="0" name="Time"/>
  335.     <nmt_message id="4" name="Reset">
  336.       <variables>
  337.         <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  338.       </variables>
  339.     </nmt_message>
  340.     <nmt_message id="8" name="Bios_Start">
  341.       <variables>
  342.         <variable name="BiosVersion" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  343.         <variable name="HasApplication" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  344.         <variable name="HardwareId" type="uint" start_bit="32" bit_length="32" unit="" description=""/>
  345.       </variables>
  346.     </nmt_message>
  347.     <nmt_message id="12" name="Pgm_Start">
  348.       <variables>
  349.         <variable name="Address0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  350.         <variable name="Address1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  351.         <variable name="Address2" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  352.         <variable name="Address3" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  353.         <variable name="HardwareId" type="uint" start_bit="32" bit_length="32" unit="" description=""/>
  354.       </variables>
  355.     </nmt_message>
  356.     <nmt_message id="16" name="Pgm_Data">
  357.       <variables>
  358.         <variable name="Offset" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  359.         <variable name="Data" type="uint" start_bit="16" bit_length="48" unit="" description=""/>
  360.       </variables>
  361.     </nmt_message>
  362.     <nmt_message id="16" name="Pgm_Data_48">
  363.       <variables>
  364.         <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  365.         <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  366.         <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  367.         <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  368.         <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  369.         <variable name="Data3" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  370.         <variable name="Data4" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  371.         <variable name="Data5" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  372.       </variables>
  373.     </nmt_message>
  374.     <nmt_message id="16" name="Pgm_Data_8">
  375.       <variables>
  376.         <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  377.         <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  378.         <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  379.       </variables>
  380.     </nmt_message>
  381.     <nmt_message id="16" name="Pgm_Data_16">
  382.       <variables>
  383.         <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  384.         <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  385.         <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  386.         <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  387.       </variables>
  388.     </nmt_message>
  389.     <nmt_message id="16" name="Pgm_Data_24">
  390.       <variables>
  391.         <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  392.         <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  393.         <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  394.         <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  395.         <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  396.       </variables>
  397.     </nmt_message>
  398.     <nmt_message id="16" name="Pgm_Data_32">
  399.       <variables>
  400.         <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  401.         <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  402.         <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  403.         <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  404.         <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  405.         <variable name="Data3" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  406.       </variables>
  407.     </nmt_message>
  408.     <nmt_message id="16" name="Pgm_Data_40">
  409.       <variables>
  410.         <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  411.         <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  412.         <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  413.         <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  414.         <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  415.         <variable name="Data3" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  416.         <variable name="Data4" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  417.       </variables>
  418.     </nmt_message>
  419.     <nmt_message id="20" name="Pgm_End"/>
  420.     <nmt_message id="24" name="Pgm_Copy">
  421.       <variables>
  422.         <variable name="Source0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  423.         <variable name="Source1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  424.         <variable name="Destination0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  425.         <variable name="Destination1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  426.         <variable name="Length0" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  427.         <variable name="Length1" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  428.       </variables>
  429.     </nmt_message>
  430.     <nmt_message id="28" name="Pgm_Ack">
  431.       <variables>
  432.         <variable name="Data" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  433.       </variables>
  434.     </nmt_message>
  435.     <nmt_message id="32" name="Pgm_Nack">
  436.       <variables>
  437.         <variable name="Offset" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  438.       </variables>
  439.     </nmt_message>
  440.     <nmt_message id="36" name="Start_App" description="Send to node to start the application in the node">
  441.       <variables>
  442.         <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  443.       </variables>
  444.     </nmt_message>
  445.     <nmt_message id="40" name="App_Start" description="Sent by the application in a node when it starts">
  446.       <variables>
  447.         <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  448.       </variables>
  449.     </nmt_message>
  450.     <nmt_message id="44" name="Heartbeat">
  451.       <variables>
  452.         <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  453.         <variable name="NumberOfModules" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  454.       </variables>
  455.     </nmt_message>
  456.   </nmt_messages>
  457. </root>
  458.