It is function to calculate the maximum 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 ¡®@LineMax(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 maximum value for lines uses following format.
-Function definition : double LineMax(cell 1 : cell 2)
-Function parameter : Specific number of cell. (start / end location)
-Result : The calculated maximum value of multiple lines.
@LineMax function uses in case of getting the maximum value of multiple lines as same method with @LineAve function.
Example of written function) =@LineMax(A:C);
Function description : Maximum value of A, B, C cell of all multiple lines data is displayed at multiple lines which you specify.
Relate items)
Data Object for Multiple Lines
Average Value of Lines(@LineAve)