Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CDB/MACI/Channels/Channels.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

<Channels xmlns="urn:schemas-cosylab-com:Channels:1.0"
xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NotificationServiceMapping DefaultNotificationService="NotifyEventChannelFactory">
<Domains>
<e Name="ALARMSYSTEM" NotificationService="AlarmNotifyEventChannelFactory"/>
</Domains>
<Channels_>
<e Name="MyExample_*" NotificationService="MyExampleNotifyService"/>
</Channels_>
</NotificationServiceMapping>
</Channels>
13 changes: 13 additions & 0 deletions CDB/MACI/Components/Components.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<Components xmlns="urn:schemas-cosylab-com:Components: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">
<e Name="ACS_astroDatabase"
Code="AstroDatabase.ProposalHandler"
Type="IDL:acsws/DATABASE_MODULE/DataBase:1.0"
Container="databaseContainer"
ImplLang="py" />


</Components>
24 changes: 24 additions & 0 deletions CDB/MACI/Containers/aragornContainer/aragornContainer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<Container xmlns="urn:schemas-cosylab-com:Container: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"
xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
Timeout="20.0"
UseIFR="1"
ManagerRetry="10"
ImplLang="py">
<Autoload>
<cdb:e string="baci" />
</Autoload>
<LoggingConfig
centralizedLogger="Log"
minLogLevel="2"
dispatchPacketSize="0"
immediateDispatchLevel="99">
</LoggingConfig>
</Container>




24 changes: 24 additions & 0 deletions CDB/MACI/Containers/bilboContainer/bilboContainer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<Container xmlns="urn:schemas-cosylab-com:Container: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"
xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
Timeout="20.0"
UseIFR="1"
ManagerRetry="10"
ImplLang="cpp">
<Autoload>
<cdb:e string="baci" />
</Autoload>
<LoggingConfig
centralizedLogger="Log"
minLogLevel="2"
dispatchPacketSize="0"
immediateDispatchLevel="99">
</LoggingConfig>
</Container>




22 changes: 22 additions & 0 deletions CDB/MACI/Containers/databaseContainer/databaseContainer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<Container xmlns="urn:schemas-cosylab-com:Container: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"
xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
Timeout="20.0"
UseIFR="1"
ManagerRetry="10"
ImplLang="py">
<Autoload/>
<LoggingConfig
centralizedLogger="Log"
minLogLevel="2"
dispatchPacketSize="0"
immediateDispatchLevel="99">
</LoggingConfig>
</Container>




18 changes: 18 additions & 0 deletions CDB/MACI/Containers/frodoContainer/frodoContainer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

<Container
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:schemas-cosylab-com:Container:1.0"
xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
ImplLang="java"
>

<Autoload>
</Autoload>

<LoggingConfig minLogLevel="2" minLogLevelLocal="2">
<log:e Name="jacorb@frodoContainer" minLogLevel="5" minLogLevelLocal="5" />
</LoggingConfig>

</Container>

41 changes: 41 additions & 0 deletions CDB/MACI/Managers/Manager/Manager.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<Manager xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns="urn:schemas-cosylab-com:Manager:1.0"
xmlns:log="urn:schemas-cosylab-com:LoggingConfig:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Timeout="50.0"
ClientPingInterval="10.0"
ContainerPingInterval="10.0"
AdministratorPingInterval="10.0">

<!-- TODO: Does it really make sense to configure these specific test components as autostart components? -->
<Startup>
<cdb:e string="CLOCK1" />
<cdb:e string="TIMER1" />
<cdb:e string="MOUNT1" />
</Startup>

<ServiceComponents>
<cdb:e string="AcsAlarmService" />
<cdb:e string="ACSLogSvc" />
<cdb:e string="Log" />
<cdb:e string="LogFactory" />
<cdb:e string="NotifyEventChannelFactory" />
<cdb:e string="MC_NotifyEventChannelFactory" />
<cdb:e string="LoggingNotifyEventChannelFactory" />
<cdb:e string="MC_LoggingNotifyEventChannelFactory" />
<cdb:e string="AlarmNotifyEventChannelFactory" />
<cdb:e string="MC_AlarmNotifyEventChannelFactory" />
<cdb:e string="ArchivingChannel@ARCHIVING.channels" />
<cdb:e string="LoggingChannel@LOGGING.channels" />
<cdb:e string="AlarmChannel" />
<cdb:e string="InterfaceRepository" />
<cdb:e string="CDB" />
</ServiceComponents>

<LoggingConfig>
<log:e Name="jacorb@Manager" minLogLevel="5" minLogLevelLocal="4" />
</LoggingConfig>

</Manager>

11 changes: 11 additions & 0 deletions CDB/alma/CLOCK1/CLOCK1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--Sample XML file generated by XMLSPY v5 rel. 2 U (http://www.xmlspy.com)-->
<CLOCK xmlns="urn:schemas-cosylab-com:CLOCK: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">
<array2TAI/>
<TAI2UTC/>
<now/>
</CLOCK>

24 changes: 24 additions & 0 deletions CDB/alma/FILTERWHEEL1/FILTERWHEEL1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version='1.0' encoding='ISO-8859-1'?>
<!-- The ARRAY of slots
It specifies the step of each slot
- History:
- Thu Apr 28 16:31:39 UTC 2005 modified by jDAL
-->
<FILTERWHEEL xmlns="urn:schemas-cosylab-com:FILTERWHEEL: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" FilterWheelDescription="Example of a dumb filter wheel" AvailableSlots="6">
<position />
<desc />
<slots />
<Filter>
<e Name="Red" Delta="140" Slot="0" />
<e Name="Green" Delta="-346" Slot="3" />
<e Name="Blue" Delta="12" Slot="1" />
</Filter>
<SlotStep>
<cdb:e long="8123"/>
<cdb:e long="15432"/>
<cdb:e long="23698"/>
<cdb:e long="53140"/>
<cdb:e long="44325"/>
</SlotStep>
</FILTERWHEEL>

32 changes: 32 additions & 0 deletions CDB/alma/FRIDGE1/FRIDGE1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a Fridge
-
- Author: Klemen Zagar
-
- History:
- 2002-09-06 KZ Created
-->
<Fridge xmlns="urn:schemas-cosylab-com:Fridge: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">

<refTemperature
min_value="-10.0"
max_value="30.0"
default_value="8.0"
graph_min="-10.0"
graph_max="30.0"
description="refTemperature"
units="deg"/>
<currTemperature
default_value="10.0"
graph_min="-10.0"
graph_max="30.0"
description="currTemperature"
units="deg"/>
<powerStatus description="powerStatus(0=on,1=off)" />
<doorStatus description="doorStatus(0=open,1=close)" />
</Fridge>

17 changes: 17 additions & 0 deletions CDB/alma/LAMP1/LAMP1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a LAMP
-
- Author: Klemen Zagar
-
- History:
- 2002-09-06 KZ Created
-->
<LAMP xmlns="urn:schemas-cosylab-com:LAMP: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">
<brightness description="brightness" units="%" min_step="1.0"
min_value="0.0" max_value="100"/>
</LAMP>

54 changes: 54 additions & 0 deletions CDB/alma/LAMPWHEEL1/LAMPWHEEL1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a LAMPWHEEL
-
- Author: Alessandro Caproni
-
- History:
- 2004-11-24 AC Created
-->
<LAMPWHEEL xmlns="urn:schemas-cosylab-com:LAMPWHEEL: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"
LampWheelDescription="Example of a dumb lamp wheel"
AvailableSlots="8">
<position />
<desc />
<slots />

<Slot SlotNumber="0">
<Lamp LampType="Neon">
<WarmUpTime>3</WarmUpTime>
<Watt>20</Watt>
</Lamp>
<Position>14521</Position>
</Slot>

<Slot SlotNumber="1">
<Lamp LampType="Argon">
<WarmUpTime>5</WarmUpTime>
</Lamp>
<Position>1033</Position>
</Slot>
<Slot SlotNumber="3">
<Lamp LampType="Helium">
<WarmUpTime>11</WarmUpTime>
<Watt>34</Watt>
</Lamp>
<Position>45312</Position>
</Slot>

<Slot SlotNumber="2">
<Lamp>
</Lamp>
<Position>8192</Position>
</Slot>
<Slot SlotNumber="4">
<Lamp>
</Lamp>
<Position>32908</Position>
</Slot>

</LAMPWHEEL>

19 changes: 19 additions & 0 deletions CDB/alma/MOUNT1/MOUNT1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a MOUNT
-
- Author: Klemen Zagar
-
- History:
- 2002-09-06 KZ Created
-->
<MOUNT xmlns="urn:schemas-cosylab-com:MOUNT: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">
<cmdAz />
<cmdEl />
<actAz />
<actEl />
</MOUNT>

19 changes: 19 additions & 0 deletions CDB/alma/MOUNT2/MOUNT2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a MOUNT
-
- Author: Klemen Zagar
-
- History:
- 2002-09-06 KZ Created
-->
<MOUNT xmlns="urn:schemas-cosylab-com:MOUNT: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">
<cmdAz />
<cmdEl />
<actAz />
<actEl />
</MOUNT>

19 changes: 19 additions & 0 deletions CDB/alma/MOUNT3/MOUNT3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a MOUNT
-
- Author: Klemen Zagar
-
- History:
- 2002-09-06 KZ Created
-->
<MOUNT xmlns="urn:schemas-cosylab-com:MOUNT: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">
<cmdAz />
<cmdEl />
<actAz />
<actEl />
</MOUNT>

19 changes: 19 additions & 0 deletions CDB/alma/MOUNT4/MOUNT4.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Example Configuration Database Entry for a MOUNT
-
- Author: Klemen Zagar
-
- History:
- 2002-09-06 KZ Created
-->
<MOUNT xmlns="urn:schemas-cosylab-com:MOUNT: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">
<cmdAz />
<cmdEl />
<actAz />
<actEl />
</MOUNT>

Loading