source: epics2xml/config.xml @ 81

Last change on this file since 81 was 81, checked in by jemian, 14 years ago

Refs #2: config file is read now, output file is written now, need to connect with EPICS

  • Property svn:eol-style set to native
  • Property svn:keywords set to Rev Date Author Id Url
File size: 922 bytes
Line 
1<?xml version="1.0" ?>
2<!--<?xml-stylesheet type="text/xsl" href="display.xsl" ?>-->
3
4<!--
5########### SVN repository information ###################
6# $Date: 2009-11-06 18:22:34 +0000 (Fri, 06 Nov 2009) $
7# $Author: jemian $
8# $Revision: 81 $
9# $URL$
10# $Id: config.xml 81 2009-11-06 18:22:34Z jemian $
11########### SVN repository information ###################
12-->
13
14<epics2xml version="1.0">
15    <title>epics2xml: demonstration of function</title>
16    <targetFile name="./pvdata.xml">
17    <!-- /home/beams/S32USAXS/jemian/epics2xml/pvdata.xml -->
18        <refreshMinimum units="s">
19            10 <!-- do not refresh the target file any faster than this interval -->
20        </refreshMinimum>
21        <stylesheet>basic-table.xsl</stylesheet>
22    </targetFile>
23    <pv name="S:SRcurrent:AI" rate="monitor">
24        <description>APS Storage ring current, mA</description>
25    </pv>
26    <pv name="APS:BarometricPressure:MBR" rate="monitor">
27        <description>ANL barometric pressure, mbar</description>
28    </pv>
29</epics2xml>
Note: See TracBrowser for help on using the repository browser.