diff --git a/PilatusXM.xmi b/PilatusXM.xmi
deleted file mode 100644
index bbfab4371ca231c0dc174ec5408baa900268fb8b..0000000000000000000000000000000000000000
--- a/PilatusXM.xmi
+++ /dev/null
@@ -1,260 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<pogoDsl:PogoSystem xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:pogoDsl="http://www.esrf.fr/tango/pogo/PogoDsl">
-  <classes name="PilatusXM" pogoRevision="8.1">
-    <description description="Pilatus detectors are a series pixel detecors build by DECTRIS&#xA;&lt;br />&#xA;http://www.dectris.com.&#xA;&lt;br />&#xA;All detectors of this series can talk to the outside world via a socket&#xA;connection. An ASCI protocol is used on this sockect connection to&#xA;communicate with the detector.&#xA;&lt;p>&#xA;The server process which handles the socket on the detecor PC is&#xA;called camserver. Only one client can commumicate with camserver.&#xA;If the native client tvx is connected, the device server cannot connect until&#xA;tvx gets disconnected.&#xA;&lt;/p>" title="Interface class for the Pilatus detectors" sourcePath="/home/rob/lavoro/XPRESS-XRD2/Tango_servers/PilatusXM" language="Python" filestogenerate="XMI   file,Code files" license="GPL" hasMandatoryProperty="true" hasConcreteProperty="true" hasAbstractCommand="false" hasAbstractAttribute="false">
-      <inheritances classname="Device_4Impl" sourcePath=""/>
-      <identification contact="at elettra.eu - sci.comp" author="sci.comp" emailDomain="elettra.eu" classFamily="Instrumentation" siteSpecific="" platform="Unix Like" bus="Ethernet" manufacturer="Dectris" reference=""/>
-    </description>
-    <deviceProperties name="ServerAddress" mandatory="true" description="The IP address of the PilatusXM camserver.">
-      <type xsi:type="pogoDsl:StringType"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-    </deviceProperties>
-    <commands name="State" description="This command gets the device state (stored in its &lt;i>device_state&lt;/i> data member) and returns it to the caller." execMethod="dev_state" displayLevel="OPERATOR" polledPeriod="0">
-      <argin description="none.">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argin>
-      <argout description="State Code">
-        <type xsi:type="pogoDsl:StateType"/>
-      </argout>
-      <status abstract="true" inherited="true" concrete="true" concreteHere="false"/>
-    </commands>
-    <commands name="Status" description="This command gets the device status (stored in its &lt;i>device_status&lt;/i> data member) and returns it to the caller." execMethod="dev_status" displayLevel="OPERATOR" polledPeriod="0">
-      <argin description="none.">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argin>
-      <argout description="Status description">
-        <type xsi:type="pogoDsl:ConstStringType"/>
-      </argout>
-      <status abstract="true" inherited="true" concrete="true" concreteHere="true"/>
-    </commands>
-    <commands name="StartStandardAcq" description="Start an acquisition with the propositioned parameters" execMethod="start_standard_acq" displayLevel="OPERATOR" polledPeriod="0">
-      <argin description="">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argin>
-      <argout description="">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argout>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <excludedStates>DISABLE</excludedStates>
-      <excludedStates>RUNNING</excludedStates>
-      <excludedStates>FAULT</excludedStates>
-    </commands>
-    <commands name="StopAcq" description="Stop the acquisition. This works only for multi images acquisitions.&#xA;A single image acquisition will always finish." execMethod="stop_acq" displayLevel="OPERATOR" polledPeriod="0">
-      <argin description="">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argin>
-      <argout description="">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argout>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <excludedStates>DISABLE</excludedStates>
-      <excludedStates>FAULT</excludedStates>
-    </commands>
-    <commands name="Reset" description="Reset a state" execMethod="reset" displayLevel="OPERATOR" polledPeriod="0">
-      <argin description="">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argin>
-      <argout description="">
-        <type xsi:type="pogoDsl:VoidType"/>
-      </argout>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-    </commands>
-    <attributes name="ExposureTime" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:DoubleType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The exposure time for the detector.\nIn the External Enable mode this value is not used by camserver." label="Exposure Time" unit="s" standardUnit="" displayUnit="" format="%10.8f" maxValue="" minValue="0" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-    </attributes>
-    <attributes name="ExposurePeriod" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:DoubleType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="Controls the exposure period between to images in seconds. \nIt applies only in Internal or External Trigger modes when NbFrames > 1." label="Exposure Period" unit="s" standardUnit="" displayUnit="" format="%10.8f" maxValue="" minValue="0" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-    </attributes>
-    <attributes name="NbFrames" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:IntType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The number of images to acquire when starting the detector" label="Number of Frames" unit=" " standardUnit="" displayUnit="" format="%6d" maxValue="" minValue="1" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="NbExposures" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:IntType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The number of exposures per images.\nIt applies only in External Enable mode." label="Number of Exposures" unit=" " standardUnit="" displayUnit="" format="%6d" maxValue="" minValue="1" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="DelayTime" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:DoubleType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="Delay in seconds between the external trigger and the start of image acquisition. \nIt only applies in External Trigger mode" label="Delay Time" unit="s" standardUnit="" displayUnit="" format="%6.4f" maxValue="" minValue="0" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="ShutterEnable" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true" allocReadMember="false" isDynamic="false">
-      <dataType xsi:type="pogoDsl:BooleanType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <dataReadyEvent fire="false" libCheckCriteria="true"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="Enable the shutter control by the detector." label="Enable Shutter Control" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="TriggerMode" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true" allocReadMember="false" isDynamic="false">
-      <dataType xsi:type="pogoDsl:ShortType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <dataReadyEvent fire="false" libCheckCriteria="true"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The possible trigger modes for the Pilatus detector are:&#xA;&lt;p>&#xA;    0 = Internal (external signal not used)&#xA;&lt;br />&#xA;    1 = External Enable (count while external trigger line is high, readout on high to low transition)&#xA; &lt;br />  &#xA;    2 =  External Trigger (begin acquisition sequence on high to low transition of external trigger line)&#xA; &lt;br />   &#xA;    3 = Multiple External Trigger (high to low transition on external signal triggers a single acquisition for the programmed exposure time)&#xA;&lt;/p>&lt;p>&#xA;The 4 modes correspond directly to the camserver &#xA;commands Exposure, ExtEnable, ExtTrigger, and ExtMTrigger respectively.&#xA;&lt;/p>&lt;/Font>" label="Trigger Mode" unit="" standardUnit="" displayUnit="" format="%1d" maxValue="3" minValue="0" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="UseRamDisk" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:BooleanType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="When true, will force image file to be written to /ramdisk.\nTherefore, attribute FileDir will be ignored." label="Use RAM Disk" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-    </attributes>
-    <attributes name="FileDir" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="Path to the dector image files." label="Image File Path" unit=" " standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="FilePrefix" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The prefix of the image files to be created.\nThe full image file name will be composed as\n&lt;br />\n&lt;b>prefix_number.postfix &lt;/b>\n&lt;br />\nwhen acquiring images." label="Image File Prefix" unit=" " standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="FileStartNum" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:IntType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The file number used when taking an image.\n&lt;br />\nWhen taking more than one frame, the detector creates\nthe file numbers automatically from this number onwards.\n&lt;p>\nWhen saving multiple images (NImages>1) camserver has its own rules for \ncreating the names of the individual files.\nThe following examples shows the interpretation of the basename.\n&lt;/p>&lt;p>\nBasename -  Files produced\n&lt;br />\ntest6.tif  - test6_00000.tif,  test6_00001.tif, ...\n&lt;br />\ntest6_.tif  -  test6_00000.tif,  test6_00001.tif, ...\n&lt;br />\ntest6_00008.tif -  test6_00008.tif,   test6_00009.tif, ...\n&lt;br />\ntest6_2_00035.tif -  test6_2_00035.tif, test6_2_00036.tif, ...\n&lt;/p>\nThe numbers following the last '_' are taken as a format template, \nand as a start value. \nThe format is also constrained by the requested number of images." label="Image File Number" unit=" " standardUnit="" displayUnit="" format="%5d" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-    </attributes>
-    <attributes name="FilePostfix" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true" memorizedAtInit="true">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The Pilatus detector allows the following postfix:\n&lt;br />\n&lt;b>.tif, .edf, .img, .cbf&lt;/b>\n&lt;br />\nThe postfix determines the image format for the saved\nimage files.\n&lt;p>\nThe camserver uses the file extension to determine what format to save \nthe files in.\n&lt;/p>" label="Image File Postfix" unit=" " standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="LastImageTaken" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The name of the last image file written." label="Last Image File Name" unit=" " standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-    </attributes>
-    <attributes name="Energy" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true">
-      <dataType xsi:type="pogoDsl:IntType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="Simplified method to set gain and threshold for the\ndetector.\nThe threshold will be set to half the photon energy.\nThe detecor loads the corresponding trim files\nwhen changing the energy.\nModifying the detector setting will take several\nseconds." label="Photon Energy" unit="eV" standardUnit="" displayUnit="" format="%5d" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="Threshold" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true">
-      <dataType xsi:type="pogoDsl:IntType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The threshold energy for the detector.\nThe detecor loads the corresponding trim files\nwhen changing the energy threshold.\nThe threshold energy will always be set together with the gain.\nModifying the detector setting will take several\nseconds." label="Threshold Energy" unit="eV" standardUnit="" displayUnit="" format="%5d" maxValue="14337" minValue="2113" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="Gain" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" memorized="true">
-      <dataType xsi:type="pogoDsl:ShortType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The gain controls the value of Vrf, which determines the shaping time and gain of\nthe input amplifiers.\nThe allowed gain values for the Pilatus detector are:\n\n    0 = lowG = Fastest shaping time (~125ns) and lowest gain.\n\n    1 = midG = Medium shaping time (~200ns) and medium gain.\n    \n    2 =  highG = Slow shaping time (~400ns) and high gain.\n    \n    3 = uhighG = Slowest peaking time and highest gain.\nThe gain will always be set together with the threshold energy.\nModifying the detector setting will take several\nseconds." label="Gain (Energy Range)" unit=" " standardUnit="" displayUnit="" format="%1d" maxValue="3" minValue="0" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-      <writeExcludedStates>DISABLE</writeExcludedStates>
-      <writeExcludedStates>RUNNING</writeExcludedStates>
-      <writeExcludedStates>FAULT</writeExcludedStates>
-    </attributes>
-    <attributes name="LastImagePath" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0" allocReadMember="false" isDynamic="false">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <dataReadyEvent fire="false" libCheckCriteria="true"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="The last path where an  image was written." label="Last Image Path" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-    </attributes>
-    <attributes name="MxSettings" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <dataReadyEvent fire="false" libCheckCriteria="true"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="Set crystallographic parameters in the image header.&#xA;Possible parameter names are: Wavelength, Energy_range, Detector_distance, ...&#xA;(see Pilatus manual for a complete list)." label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-    </attributes>
-    <attributes name="GapFill" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false">
-      <dataType xsi:type="pogoDsl:ShortType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <dataReadyEvent fire="false" libCheckCriteria="true"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-    </attributes>
-    <attributes name="LdBadPixMap" attType="Scalar" rwType="READ_WRITE" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false">
-      <dataType xsi:type="pogoDsl:StringType"/>
-      <changeEvent fire="false" libCheckCriteria="false"/>
-      <archiveEvent fire="false" libCheckCriteria="false"/>
-      <dataReadyEvent fire="false" libCheckCriteria="true"/>
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-      <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
-    </attributes>
-    <states name="ON" description="The detecor is ready to take images.">
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-    </states>
-    <states name="DISABLE" description="The device is disconnected from the camserver.">
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-    </states>
-    <states name="RUNNING" description="An acquisition is running.">
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-    </states>
-    <states name="FAULT" description="An error occured on the detector during an acquisition.">
-      <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
-    </states>
-    <preferences docHome="./doc_html" makefileHome="/usr/share/pogo/preferences"/>
-  </classes>
-</pogoDsl:PogoSystem>