SBAU260 April 2016
This is an example script file.
<?xml version="1.0" encoding="UTF-8"?>
<script>
<name>Basic startup</name>
<description>This script gets the device up and running, reads back all the registers, and enables all the ADCs (for data collection)</description>
<command_list>
<command>
<command_string>UNLOCK</command_string>
<description>Unlock the device</description>
</command>
<command>
<command_string>WAKEUP</command_string>
<description>Wakeup the device</description>
</command>
<command>
<command_string>WREG 0F 0F</command_string>
<description>Enables all ADCs</description>
</command>
<command>
<command_string>REGMAP</command_string>
<description>Reads back all of the user control registers</description>
</command>
</command_list>
</script>