System information

C-1
Appendix C. Device Description Files
Applications that need to deal with device settings must reference a library of
device description XML files. These files are identified with a “.dd” extension
and are subject to change with new versions of the CR1000 type datalogger
operating systems. Each file includes the following information about a
device:
1. The device’s device type code
2. The common model number for that device
3. Information about the protocol used to configure the device
4. A setting catalog for each major version of the device. The setting catalog
will describe the details of all settings that are supported by the device.
Find the specific device setting ID in the Device Description File. That ID can
be used within an application to get or setting datalogger settings. Some of the
CR1000 type datalogger device setting IDs with their accompanying names
and descriptions can be found in the CR1000 partial Device Description File
below:
CR1000.dd
<?xml version="1.0"?>
<!DOCTYPE device-description SYSTEM "device-description.dtd">
<device-description
device-type="12"
model-no="CR1000"
config-protocol="pakbus">
<!-- This catalog describes the settings for OS version CR1000.04 and newer-
-->
<setting-catalog major-version="5">
<setting id="0" name="OS Version" read-only="true">
<string name="OS Version" length="20">
<description>Specifies the version of the operating system
currently in the datalogger.</description>
</string>
</setting>
<setting id="1" name="Serial Number" read-only="true">
<uint4 name="Serial Number">
<description>Specifies the datalogger serial number assigned
by the factory when the datalogger was calibrated.</description>
</uint4>
</setting>