Commit 9d41f84728d3c934665511359260e62e4a81f46b
1 parent
ae5a962b
Exists in
master
and in
7 other branches
mex ima energytab; elevn
Showing
2 changed files
with
73 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mex_elev_n"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="2" maxVal="2" name="2"/> | |
6 | + <status minVal="16" maxVal="16" name="16"/> | |
7 | + </status_def> | |
8 | + </info> | |
9 | + <!--<TemporaryFillValue>-1.0</TemporaryFillValue>--> | |
10 | + <get> | |
11 | + <vi name="mex:ima:extra"> | |
12 | + <baseParam name="ElevN"/> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <statusPlot position="top" colorMapIndex="0"> | |
19 | + <params> | |
20 | + <param id="mex_elev_n"> | |
21 | + <serie/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <xAxis> | |
26 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </timeAxis> | |
31 | + </xAxis> | |
32 | + </axes> | |
33 | + </statusPlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,37 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mex_energy_tab"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="N1"/> | |
6 | + <status minVal="1" maxVal="1" name="N2"/> | |
7 | + <status minVal="2" maxVal="2" name="N3"/> | |
8 | + </status_def> | |
9 | + </info> | |
10 | + <!--<TemporaryFillValue>-1.0</TemporaryFillValue>--> | |
11 | + <get> | |
12 | + <vi name="mex:ima:extra"> | |
13 | + <baseParam name="ETableN"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="mex_energy_table"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <xAxis> | |
27 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </timeAxis> | |
32 | + </xAxis> | |
33 | + </axes> | |
34 | + </statusPlot> | |
35 | + </plot> | |
36 | + </output> | |
37 | +</param> | ... | ... |