-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI/MNT: convert csv to xml from PR# 35
- Loading branch information
github-actions
committed
Aug 30, 2024
1 parent
477379d
commit 5c6d406
Showing
1 changed file
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,60 @@ | ||
<?xml version="1.0" ?> | ||
<config name="TXI-alarms"/> | ||
<config name="TXI-alarms"> | ||
<component name="FEE DEVICES"> | ||
<component name="KFE DEVICES"> | ||
<component name="MR1K3:SOMS"> | ||
<pv name="MR1K3:SOMS:FWM:1_RBV"> | ||
<description>FLOW SENSOR 1</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
<pv name="MR1K3:SOMS:FWM:2_RBV"> | ||
<description>FLOW SENSOR 2</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
<pv name="MR1K3:SOMS:PRSM:1_RBV"> | ||
<description>COOL PRESSURE</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
</component> | ||
<component name="MR2K3:SOMS"> | ||
<pv name="MR2K3:SOMS:FWM:1_RBV"> | ||
<description>FLOW SENSOR 1</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
<pv name="MR2K3:SOMS:FWM:2_RBV"> | ||
<description>FLOW SENSOR 2</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
<pv name="MR2K3:SOMS:PRSM:1_RBV"> | ||
<description>COOL PRESSURE</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
</component> | ||
</component> | ||
<component name="LFE DEVICES"> | ||
<component name="MR1L1:HOMS"> | ||
<pv name="MR1L1:HOMS:FWM:1_RBV"> | ||
<description>FLOW SENSOR 1</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
<pv name="MR1L1:HOMS:FWM:2_RBV"> | ||
<description>FLOW SENSOR 2</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
<pv name="MR1L1:HOMS:PRSM:1_RBV"> | ||
<description>COOL PRESSURE</description> | ||
<latching/> | ||
<delay/> | ||
</pv> | ||
</component> | ||
</component> | ||
</component> | ||
</config> |