Instruction Manual

SECTION 3 - Reset Button & XML
3.2.0
3.3.0
© Copyright 2008DN IS-IPPC101.1
® Registered trademark MAMAC SYSTEMS, Inc.
20 of 20
Reset Button: If the user misplaces the appliance IP address or forgets the password, the
Reset is designed as a Back Door. If any of the above happens, press and hold the reset button
for more than 20 seconds until the heartbeat light stops pulsing; release the switch. The Maverick
IP Address, User Name, Password, Input, Output and Logging configuration will revert back to
Factory Defaults.
XML: The appliance has XML embedded with formatted input and output data. Each data field has
an XML tag defined. To view all XML tags, connect to the Maverick with any browser and then in
the address bar of the browser enter the following: Appliance_IP/mav.xml. As an example, if
the appliance is set up with the default IP to review XML tag page enter 192.168.1.10/mav.xml
in the browser address bar and the Maverick will serve up the XML TAG page as seen in fig. 8. For
additional information on XML, please review TI IP XML.
<?xml version="1.0" encoding="ASCII" ?>
- <Maverick xmlns="http://mamacsys.com/mav">
<NodeID>MAMAC3</NodeID>
<CurrentTime>13:31:25</CurrentTime>
<CurrentDate>September 26, 2008</CurrentDate>
- <Sensor Channel="1">
<SensorName>Boiler Temp</SensorName>
<SensorValue>100.0</SensorValue>
<SensorUnits>Deg F</SensorUnits>
<SensorAlert>Normal</SensorAlert>
</Sensor>
- <Sensor Channel="2">
<SensorName>Humidity</SensorName>
<SensorV
alue>26.3</SensorValue>
<SensorUnits>%rh</SensorUnits>
<SensorAlert>Normal</SensorAlert>
</Sensor>
- <Sensor Channel="3">
<SensorName>Heat</SensorName>
<SensorValue>83.8</SensorValue>
<SensorUnits>Deg F</SensorUnits>
<SensorAlert>Normal</SensorAlert>
</Sensor>
- <Sensor Channel="4">
<SensorName>Heat - Unoccupied</SensorName>
<SensorV
alue>83.7</SensorValue>
<SensorUnits>Deg F</SensorUnits>
<SensorAlert>Normal</SensorAlert>
</Sensor>
- <Output Channel="5">
<OutputName>Occupied Control</OutputName>
<OutputValue>Off</OutputValue>
<OutputControl>Automatic</OutputControl>
</Output>
- <Output Channel="6">
<OutputName>None</OutputName>
<OutputValue>Off</OutputV
alue>
<OutputControl>Automatic</OutputControl>
</Output>
- <Output Channel="7">
<OutputName>Heat</OutputName>
<OutputValue>Off</OutputValue>
<OutputControl>Manual</OutputControl>
</Output>
- <Output Channel="8">
<OutputName>Heat - Unoccupied</OutputName>
<OutputValue>Off</OutputValue>
<OutputControl>Manual</OutputControl>
</Output>
</Maverick>
Figure 8