source: epics2xml/config.xml @ 79

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

Refs #2: progress ...

  • Property svn:eol-style set to native
  • Property svn:keywords set to Rev Date Author Id Url
File size: 872 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 16:35:02 +0000 (Fri, 06 Nov 2009) $
7# $Author: jemian $
8# $Revision: 79 $
9# $URL$
10# $Id: config.xml 79 2009-11-06 16:35:02Z 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    </targetFile>
22    <pv name="S:SRcurrentAI" rate="monitor">
23        <description>APS Storage ring current, mA</description>
24    </pv>
25    <pv name="APS:BarometricPressure:MBR" rate="monitor">
26        <description>ANL barometric pressure, mbar</description>
27    </pv>
28</epics2xml>
Note: See TracBrowser for help on using the repository browser.