Blame view

PARAM_DEF/mex_energy_tab.xml 1.23 KB
9d41f847   Elena.Budnik   mex ima energytab...
1
2
3
4
5
6
7
8
9
10
11
12
<?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">
cfd55fcc   Elena.Budnik   clb should be def...
13
14
15
			<baseParam name="ETableN" useNearestValue="true">
                 <clb name="ImaEner"/>
            </baseParam>    
9d41f847   Elena.Budnik   mex ima energytab...
16
17
18
19
		</vi>
	</get>
	<process/>
	<output>
cfd55fcc   Elena.Budnik   clb should be def...
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
        <plot>
            <statusPlot position="top" colorMapIndex="0">
                <params>
                    <param id="mex_energy_tab">
                        <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>
9d41f847   Elena.Budnik   mex ima energytab...
38
39
	</output>
</param>