source: epics2www/config.xml @ 75

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

initial commit

  • Property svn:eol-style set to native
  • Property svn:keywords set to Rev Date Author Id Url
File size: 715 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 15:49:21 +0000 (Fri, 06 Nov 2009) $
7# $Author: jemian $
8# $Revision: 75 $
9# $URL$
10# $Id: config.xml 75 2009-11-06 15:49:21Z jemian $
11########### SVN repository information ###################
12-->
13
14<epics2www version="1.0">
15    <title>epics2www: demonstration of function</title>
16    <targetFile name="/home/beams/S32USAXS/jemian/epics2www/pvdata.xml">
17        <refreshMinimum units="s">
18            10 <!-- do not refresh the target file any faster than this interval -->
19        </refreshMinimum>
20    </targetFile>
21    <pv name="S:SRcurrentAI" rate="monitor">
22        <description>APS Storage ring current, mA</description>
23    </pv>
24</epics2www>
Note: See TracBrowser for help on using the repository browser.