It is function to calculate the average value of horizontal cell of which vertical cell is variable, such as AI Multi Ave, AI Multi Max, ...AI Alarm, AI Period Data, DI Multi On Time,... DI ON/OFF List etc. (Data Object for Multiple Lines)
If you select the 'Insert | Function' after selecting the cell (one or several), Insert Function dialogue box comes up.
After inserting the ¡®@LineAve(A:C)¡¯ at Insert Function dialogue box, you can modify this function by using the Cell Text Edit dialogue box. This dialogue box comes up by selecting the 'Form | Cell | Cell Text' or icon of Reporter ToolBox.
Also, you can insert this function by using the Cell Text Edit dialogue box, without Insert Function dialogue box.
Function of average value of lines uses following format.
-Function definition : double LineAve(cell 1 : cell 2)
-Function parameter : Specific number of cell. (start / end location)
-Result : The calculated average value of lines.
<Figure 1> is example of function for @LineAve which is written at Reporter Editor.
<Figure 1> Example of function for average value of lines
<Figure 2> is example of 'View as run mode' for <Figure 1> at LocalMain or Reporter Editor.
<Figure 2> Example of 'View as run mode' for <Figure 1>
Example of written function) =@LineAve(A:C);
Function description : It displays the average value of horizontal A cell and C cell as multiple lines.
Relate items)
Data Object for Multiple Lines