Commit 3186d4df authored by Andrea Orlat's avatar Andrea Orlat
Browse files

added first statuup script for the Noto system

parent 354a2496
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<Component
	  xmlns="urn:schemas-cosylab-com:Component:1.0"
	  xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	  xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	  Name="DXC2" 
	  Code="DigitalXCorrelatorSimImpl.DigitalXCorrelator"
	  Type="IDL:alma/DXC/DigitalXCorrelator:1.0" 
      Default="true"
      Container="MetrologyContainer"
      ImplLang="cpp"
/>
+0 −16
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>
<!--
   - History:
   -   
-->
<Component xmlns="urn:schemas-cosylab-com:Component:1.0" 
           xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
           xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              
	Name="Holography"
	Code="HolographyImpl"
	Type="IDL:alma/Backends/Holography:1.0"
	Container="BackendsContainer"
    ImplLang="cpp"
/>
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  <Startup>
  	<cdb:_ string="ANTENNA/Mount" />
  	<cdb:_ string="WEATHERSTATION/WeatherStation"/>  	
  	<cdb:_ string="ANTENNA/Boss"/>
  <!--	<cdb:_ string="ANTENNA/Boss"/> -->
  	<cdb:_ string="RECEIVERS/Boss"/>
  	<cdb:_ string="MANAGEMENT/Palmiro"/>
  	<cdb:_ string="MANAGEMENT/CustomLogger"/>
+0 −15
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>
<!--
     Author: Marco Buttu, mbuttu@oa-cagliari.inaf.it
     Last Modified: Mon Sep 21 11:48:50 CEST 2009
-->
<DigitalXCorrelator
    xmlns="urn:schemas-cosylab-com:DigitalXCorrelator:1.0" 
    xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
    xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    PORT="0"
    OUT_FILE_FP="/home/spoppi/out_file"
    MAX_ATTEMPTS="3"
    BAUDRATE="115200">
</DigitalXCorrelator>
+0 −29
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>
<!--
    - History:
    -   Fri Mar  7  10:00:99  UTC 2008 modified by Sergio Poppi
   -   Thu Aug 19 16:10:36 UTC 2010 modified by jDAL
   -   Thu Sep 09 09:53:50 UTC 2010 modified by jDAL
   -   Thu Sep 09 17:20:54 UTC 2010 modified by jDAL
   -   Tue Sep 21 18:24:43 UTC 2010 modified by jDAL
   -   Tue Sep 21 18:33:56 UTC 2010 modified by jDAL
   -   Wed Sep 22 21:45:12 UTC 2010 modified by jDAL
   -   Wed Sep 22 21:46:18 UTC 2010 modified by jDAL
-->
<Holography xmlns="urn:schemas-cosylab-com:Holography:1.0" xmlns:baci="urn:schemas-cosylab-com:BACI:1.0" xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SamplingTime="100" LogObservedPositions="1">
	<time />
	<backendName />
	<bandWidth />
	<frequency />
	<sampleRate />
	<attenuation />
	<polarization />
	<bins />
	<inputsNumber />
	<integration />
	<status />
	<busy />
	<feed />
	<systemTemperature />
	<sectionsNumber />
</Holography>
Loading