Subversion Repositories HomeAutomation

Rev

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

Rev 992 Rev 1000
Line 79... Line 79...
79
     <variables>
79
     <variables>
80
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>
80
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>
81
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Millisecond" description="First passive time"/>
81
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Millisecond" description="First passive time"/>
82
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Millisecond" description="Second active time"/>
82
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Millisecond" description="Second active time"/>
83
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Millisecond" description="Second passive time"/>
83
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Millisecond" description="Second passive time"/>
-
 
84
      </variables>
-
 
85
    </command>
-
 
86
    <command id="128" name="Position" type="specific" module="nmea" description="WGS80 LAT/LONG Position">
-
 
87
    <variables>
-
 
88
        <variable name="Lat_deg" type="uint" start_bit="0" bit_length="8" unit="Degrees" description="Degrees Lat"/>
-
 
89
        <variable name="Lat_min" type="uint" start_bit="8" bit_length="8" unit="'" description="Minutes lat"/>
-
 
90
        <variable name="Lat_sec" type="uint" start_bit="16" bit_length="15" unit="''" description="Seconds Lat"/>
-
 
91
        <variable name="Lat_CD" type="uint" start_bit="31" bit_length="1" unit="" description="N/S"/>
-
 
92
        <variable name="Lon_deg" type="uint" start_bit="32" bit_length="8" unit="Degrees" description="Degrees Lat"/>
-
 
93
        <variable name="Lon_min" type="uint" start_bit="40" bit_length="8" unit="'" description="Minutes lat"/>
-
 
94
        <variable name="Lon_sec" type="uint" start_bit="48" bit_length="15" unit="''" description="Seconds Lat"/>
-
 
95
        <variable name="Lon_CD" type="uint" start_bit="63" bit_length="1" unit="" description="E/W"/>      
84
      </variables>
96
    </variables>
85
    </command>
97
    </command>
86
    <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf">
98
    <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf">
87
     <variables>
99
     <variables>
88
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
100
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
Line 166... Line 178...
166
    <module id="10" name="Dimmer230" class="act"/>
178
    <module id="10" name="Dimmer230" class="act"/>
167
    <module id="11" name="KS0108" class="act"/>
179
    <module id="11" name="KS0108" class="act"/>
168
    <module id="12" name="RGBdriver" class="act"/>
180
    <module id="12" name="RGBdriver" class="act"/>
169
    <module id="13" name="LEDPWM" class="act"/>
181
    <module id="13" name="LEDPWM" class="act"/>
170
    <module id="14" name="irReceive" class="sns"/>
182
    <module id="14" name="irReceive" class="sns"/>
-
 
183
    <module id="15" name="nmea" class="sns"/>
171
  </modules>
184
  </modules>
172
  <defines>
185
  <defines>
173
    <define id="1" group="DirectionFlag" name="From_Owner"/>
186
    <define id="1" group="DirectionFlag" name="From_Owner"/>
174
    <define id="0" group="DirectionFlag" name="To_Owner"/>
187
    <define id="0" group="DirectionFlag" name="To_Owner"/>
175
  </defines>
188
  </defines>