DABC (Data Acquisition Backbone Core)  2.9.9
example.xml
Go to the documentation of this file.
1 <!-- This is example of dim usage with http server in DABC -->
2 
3 <?xml version="1.0"?>
4 <dabc version="2">
5  <Context name="Example">
6  <Run>
7  <lib value="libDabcHttp.so"/>
8  <lib value="libDabcDim.so"/>
9  <logfile value="Example.log"/>
10  </Run>
11 
12  <HttpServer name="http" port="8097"/>
13 
14  <MemoryPool name="Pool">
15  <BufferSize value="65536"/>
16  <NumBuffers value="100"/>
17  </MemoryPool>
18 
19  <Module name="dim" class="dim::Monitor">
20  <DimDns value="lxg0538:2505"/>
21  <DimMask value="*"/>
22  <DimPeriod value="1"/>
23 
24  <DimSubeventId value="0x000000A"/>
25 
26  <NumOutputs value="1"/>
27  <OutputPort name="Output0" url="mbs://Stream:6007"/>
28  <FlushTimeout value="3"/>
29  </Module>
30  </Context>
31 </dabc>