Blame view

PARAM_DEF/mex_energy_tab.xml 1.02 KB
9d41f847   Elena.Budnik   mex ima energytab...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<param xml:id="mex_energy_tab">
	<info>
		<status_def>
			<status minVal="0" maxVal="0" name="N1"/>
			<status minVal="1" maxVal="1" name="N2"/>
			<status minVal="2" maxVal="2" name="N3"/>
		</status_def>   		
	</info>
	<!--<TemporaryFillValue>-1.0</TemporaryFillValue>-->
	<get>
		<vi name="mex:ima:extra">
			<baseParam name="ETableN"/>
		</vi>
	</get>
	<process/>
	<output>
		<plot>
	  <statusPlot position="top" colorMapIndex="0">
            <params>
              <param id="mex_energy_table">
                <serie/>
              </param>
            </params>
	    <axes>
              <xAxis>
                <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
                  <range extend="true"/>
                  <tick position="outwards" minorGrid="false" majorGrid="false"/>
                  <legend/>
                </timeAxis>
              </xAxis>
            </axes> 
          </statusPlot>
	</plot>
	</output>
</param>