source: epics2xml/pvdata.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
File size: 589 bytes
Line 
1<?xml version="1.0" ?>
2<?xml-stylesheet type="text/xsl" href="basic-table.xsl" ?>
3
4<pvdata version="1.0" date="2009-11-06" time="10:32:00">
5    <title>epics2xml: demonstration of function</title>
6    <pv name="S:SRcurrent:AI" rate="monitor" date="2009-11-06" time="09:26:00">
7        <description>APS Storage ring current, mA</description>
8        <value>99.9853</value>
9    </pv>
10    <pv name="APS:BarometricPressure:MBR" rate="monitor" date="2009-11-06" time="10:28:00">
11        <description>ANL barometric pressure, mbar</description>
12        <value>992.083</value>
13    </pv>
14</pvdata>
Note: See TracBrowser for help on using the repository browser.