Initial commit
This commit is contained in:
48
examples/cafeTest/bpmDisplaySFEnergyBunch1.xml
Normal file
48
examples/cafeTest/bpmDisplaySFEnergyBunch1.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<cafe:config
|
||||
xmlns:cafe="http://slsbd.psi.ch">
|
||||
|
||||
<!-- Note: The namespace URI is not used by the parser to look up information -->
|
||||
<!-- The purpose is to give the namespace a unique name -->
|
||||
<!-- However, often projects use the namespace as a pointer to a web page -->
|
||||
<!-- containing namespace information -->
|
||||
|
||||
<!-- group id is the NAME of the collection -->
|
||||
<!-- CAFE convention is to begin collection name with c -->
|
||||
|
||||
<!-- Order must be X - Y - I and ENABLE -->
|
||||
|
||||
|
||||
<cafe:group id="gDBPM">
|
||||
<cafe:description>BPM agent configuration</cafe:description>
|
||||
<cafe:collection>
|
||||
<cafe:id>cDBPM</cafe:id>
|
||||
<cafe:attribute>X1</cafe:attribute>
|
||||
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
||||
</cafe:collection>
|
||||
<cafe:collection>
|
||||
<cafe:id>cDBPM</cafe:id>
|
||||
<cafe:attribute>Y1</cafe:attribute>
|
||||
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
||||
</cafe:collection>
|
||||
<cafe:collection>
|
||||
<cafe:id>cDBPM</cafe:id>
|
||||
<cafe:attribute>Q1</cafe:attribute>
|
||||
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
||||
</cafe:collection>
|
||||
<cafe:collection>
|
||||
<cafe:id>cDBPM</cafe:id>
|
||||
<cafe:attribute>X1-VALID</cafe:attribute>
|
||||
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
||||
</cafe:collection>
|
||||
<cafe:collection>
|
||||
<cafe:id>cDBPM</cafe:id>
|
||||
<cafe:attribute>Q1-VALID</cafe:attribute>
|
||||
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
||||
</cafe:collection>
|
||||
<cafe:collection>
|
||||
<cafe:id>cDBPM</cafe:id>
|
||||
<cafe:attribute>ENERGY</cafe:attribute>
|
||||
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
||||
</cafe:collection>
|
||||
</cafe:group>
|
||||
</cafe:config>
|
||||
Reference in New Issue
Block a user