Rev 952 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 952 | Rev 953 | ||
|---|---|---|---|
| 1 | <?xml version="1.0" standalone="yes"?> |
1 | <?xml version="1.0" standalone="yes"?> |
| 2 | <!-- Written by Mattias on 02-dec-2008 14:21:10 --> |
2 | <!-- Written by Mattias on 02-dec-2008 14:21:10 --> |
| 3 | <root> |
3 | <root> |
| 4 | <classes> |
4 | <classes> |
| 5 | <class id="11" name="nmt" description="Networkmanagement"/> |
5 | <class id="11" name="nmt" description="Networkmanagement"/> |
| 6 | <class id="12" name="act" description="Actuator messages"/> |
6 | <class id="12" name="act" description="Actuator messages"/> |
| 7 | <class id="13" name="sns" description="Sensor messages"/> |
7 | <class id="13" name="sns" description="Sensor messages"/> |
| 8 | <class id="14" name="def" description="Default, not to be used"/> |
8 | <class id="14" name="def" description="Default, not to be used"/> |
| 9 | <class id="15" name="tst" description="Testing stuff"/> |
9 | <class id="15" name="tst" description="Testing stuff"/> |
| 10 | </classes> |
10 | </classes> |
| 11 | <commands> |
11 | <commands> |
| 12 | <command id="0" name="List" type="global" module="" description="Message that module send to tell the world what it is"> |
12 | <command id="0" name="List" type="global" module="" description="Message that module send to tell the world what it is"> |
| 13 | <variables> |
13 | <variables> |
| 14 | <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/> |
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=""/> |
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=""/> |
16 | <variable name="SequenceNumber" type="uint" start_bit="40" bit_length="8" unit="" description=""/> |
| 17 | </variables> |
17 | </variables> |
| 18 | </command> |
18 | </command> |
| 19 | <command id="1" name="Ascii" type="global" module="" description="Used for sending text with printf"/> |
19 | <command id="1" name="Ascii" type="global" module="" description="Used for sending text with printf"/> |
| 20 | <command id="2" name="Report_Interval" type="global" module="" description=""> |
20 | <command id="2" name="Report_Interval" type="global" module="" description=""> |
| 21 | <variables> |
21 | <variables> |
| 22 | <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/> |
22 | <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/> |
| 23 | </variables> |
23 | </variables> |
| 24 | </command> |
24 | </command> |
| 25 | <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data"/> |
25 | <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data"/> |
| 26 | <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data"> |
26 | <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data"> |
| 27 | <variables> |
27 | <variables> |
| 28 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
28 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 29 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/> |
29 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/> |
| 30 | </variables> |
30 | </variables> |
| 31 | </command> |
31 | </command> |
| 32 | <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data"/> |
32 | <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data"/> |
| 33 | <command id="67" name="Voltage" type="physical" module="" description="Voltage data"> |
33 | <command id="67" name="Voltage" type="physical" module="" description="Voltage data"> |
| 34 | <variables> |
34 | <variables> |
| 35 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
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="Volt" description=""/> |
36 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Volt" description=""/> |
| 37 | </variables> |
37 | </variables> |
| 38 | </command> |
38 | </command> |
| 39 | <command id="68" name="Phonenumber" type="physical" module="" description="Phonenumber data"/> |
39 | <command id="68" name="Phonenumber" type="physical" module="" description="Phonenumber data"/> |
| 40 | <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status"/> |
40 | <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status"/> |
| 41 | 41 | ||
| 42 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
42 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
| 43 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
43 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
| 44 | <variables> |
44 | <variables> |
| 45 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
45 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 46 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
46 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 47 | </variables> |
47 | </variables> |
| 48 | </command> |
48 | </command> |
| 49 | <command id="130" name="LCD_Text" type="specific" module="HD44789" description="Print text on LCD"> |
49 | <command id="130" name="LCD_Text" type="specific" module="HD44789" description="Print text on LCD"> |
| 50 | <variables> |
50 | <variables> |
| 51 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
51 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
| 52 | </variables> |
52 | </variables> |
| 53 | </command> |
53 | </command> |
| 54 | <command id="131" name="LCD_Size" type="specific" module="HD44789" description="Size of LCD"> |
54 | <command id="131" name="LCD_Size" type="specific" module="HD44789" description="Size of LCD"> |
| 55 | <variables> |
55 | <variables> |
| 56 | <variable name="Width" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
56 | <variable name="Width" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 57 | <variable name="Height" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
57 | <variable name="Height" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 58 | </variables> |
58 | </variables> |
| 59 | </command> |
59 | </command> |
| 60 | <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness"> |
60 | <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness"> |
| 61 | <variables> |
61 | <variables> |
| 62 | <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
62 | <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 63 | </variables> |
63 | </variables> |
| 64 | </command> |
64 | </command> |
| 65 | <command id="134" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD"> |
65 | <command id="134" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD"> |
| 66 | <variables> |
66 | <variables> |
| 67 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
67 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 68 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
68 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 69 | <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/> |
69 | <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/> |
| 70 | </variables> |
70 | </variables> |
| 71 | </command> |
71 | </command> |
| 72 | 72 | ||
| 73 | 73 | ||
| 74 | 74 | ||
| 75 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
75 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
| 76 | <variables> |
76 | <variables> |
| 77 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
77 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 78 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
78 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 79 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
79 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
| 80 | </variables> |
80 | </variables> |
| 81 | </command> |
81 | </command> |
| 82 | <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description=""> |
82 | <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description=""> |
| 83 | <variables> |
83 | <variables> |
| 84 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
84 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 85 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
85 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 86 | <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
86 | <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
| 87 | </variables> |
87 | </variables> |
| 88 | </command> |
88 | </command> |
| 89 | <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description=""> |
89 | <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description=""> |
| 90 | <variables> |
90 | <variables> |
| 91 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
91 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 92 | </variables> |
92 | </variables> |
| 93 | </command> |
93 | </command> |
| 94 | <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description=""> |
94 | <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description=""> |
| 95 | <variables> |
95 | <variables> |
| 96 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
96 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 97 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
97 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 98 | <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
98 | <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
| 99 | </variables> |
99 | </variables> |
| 100 | </command> |
100 | </command> |
| 101 | <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description=""> |
101 | <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description=""> |
| 102 | <variables> |
102 | <variables> |
| 103 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
103 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 104 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
104 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 105 | <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
105 | <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
| 106 | <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description=""/> |
106 | <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description=""/> |
| 107 | </variables> |
107 | </variables> |
| 108 | </command> |
108 | </command> |
| 109 | </commands> |
109 | </commands> |
| 110 | <modules> |
110 | <modules> |
| 111 | <module id="1" name="Default" class="def"/> |
111 | <module id="1" name="Default" class="def"/> |
| 112 | <module id="3" name="DS18x20" class="sns"/> |
112 | <module id="3" name="DS18x20" class="sns"/> |
| 113 | <module id="5" name="FOST02" class="sns"/> |
113 | <module id="5" name="FOST02" class="sns"/> |
| 114 | <module id="6" name="BusVoltage" class="sns"/> |
114 | <module id="6" name="BusVoltage" class="sns"/> |
| 115 | <module id="7" name="SimpleDTMF" class="sns"/> |
115 | <module id="7" name="SimpleDTMF" class="sns"/> |
| 116 | <module id="8" name="Rotary" class="sns"/> |
116 | <module id="8" name="Rotary" class="sns"/> |
| 117 | <module id=" |
117 | <module id="9" name="HD44789" class="act"/> |
| 118 | <module id=" |
118 | <module id="10" name="Dimmer230" class="act"/> |
| - | 119 | <module id="11" name="KS0108" class="act"/> |
|
| 119 | </modules> |
120 | </modules> |
| 120 | <defines> |
121 | <defines> |
| 121 | <define id="1" group="DirectionFlag" name="From_Owner"/> |
122 | <define id="1" group="DirectionFlag" name="From_Owner"/> |
| 122 | <define id="0" group="DirectionFlag" name="To_Owner"/> |
123 | <define id="0" group="DirectionFlag" name="To_Owner"/> |
| 123 | <define id="002c0000" group="None" name="HeartbeatHeader"/> |
124 | <define id="002c0000" group="None" name="HeartbeatHeader"/> |
| 124 | </defines> |
125 | </defines> |
| 125 | </root> |
126 | </root> |
| 126 | 127 | ||