source: epics2xml/config.xml @ 1443

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

proper name for this PV

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