Commit 51d5451ceb4dee9a70b30b20ec251d33bac60b75
1 parent
8a259334
Exists in
juice_jdc
and in
2 other branches
Defined EDP fast parameters for MMS2, MMS3 & MMS4 - Step 2
Showing
6 changed files
with
90 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms2_edp_scpot_qual"> | ||
3 | + <info> | ||
4 | + <status_def> | ||
5 | + <status minVal="0" maxVal="0" name="Bad"/> | ||
6 | + <status minVal="1" maxVal="1" name="Satisfactory"/> | ||
7 | + <status minVal="2" maxVal="2" name="Good"/> | ||
8 | + <status minVal="3" maxVal="3" name="Exellent"/> | ||
9 | + </status_def> | ||
10 | + </info> | ||
11 | + <get><vi name="mms2:edp:scpot"><baseParam name="mms2_edp_quality_fast_l2"/></vi></get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <statusPlot position="top" colorMapIndex="0"> | ||
16 | + <params> | ||
17 | + <param id="mms2_edp_scpot_qual"> | ||
18 | + <serie/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + </statusPlot> | ||
22 | + </plot> | ||
23 | + </output> | ||
24 | +</param> |
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms3_edp_scpot_qual"> | ||
3 | + <info> | ||
4 | + <status_def> | ||
5 | + <status minVal="0" maxVal="0" name="Bad"/> | ||
6 | + <status minVal="1" maxVal="1" name="Satisfactory"/> | ||
7 | + <status minVal="2" maxVal="2" name="Good"/> | ||
8 | + <status minVal="3" maxVal="3" name="Exellent"/> | ||
9 | + </status_def> | ||
10 | + </info> | ||
11 | + <get><vi name="mms3:edp:scpot"><baseParam name="mms3_edp_quality_fast_l2"/></vi></get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <statusPlot position="top" colorMapIndex="0"> | ||
16 | + <params> | ||
17 | + <param id="mms3_edp_scpot_qual"> | ||
18 | + <serie/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + </statusPlot> | ||
22 | + </plot> | ||
23 | + </output> | ||
24 | +</param> |
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mms4_edp_scpot_qual"> | ||
3 | + <info> | ||
4 | + <status_def> | ||
5 | + <status minVal="0" maxVal="0" name="Bad"/> | ||
6 | + <status minVal="1" maxVal="1" name="Satisfactory"/> | ||
7 | + <status minVal="2" maxVal="2" name="Good"/> | ||
8 | + <status minVal="3" maxVal="3" name="Exellent"/> | ||
9 | + </status_def> | ||
10 | + </info> | ||
11 | + <get><vi name="mms4:edp:scpot"><baseParam name="mms4_edp_quality_fast_l2"/></vi></get> | ||
12 | + <process/> | ||
13 | + <output> | ||
14 | + <plot> | ||
15 | + <statusPlot position="top" colorMapIndex="0"> | ||
16 | + <params> | ||
17 | + <param id="mms4_edp_scpot_qual"> | ||
18 | + <serie/> | ||
19 | + </param> | ||
20 | + </params> | ||
21 | + </statusPlot> | ||
22 | + </plot> | ||
23 | + </output> | ||
24 | +</param> |