Max
Max('Expression')
Description
This function returns the maximum value of 'Expression'. The result is displayed as a constant value (horizontal line) in the graph.
Max2
Max2('Expression1','Expression2',…)
Description
This function returns the maximum of all specified signals, 'Expression1', 'Expression2' etc. All signals are compared measured value by measured value, with the larger value in each case being presented as the result.
MaxInTime
MaxInTime('Expression','Interval')
Arguments
|
'Expression' |
Signal or expression for which the maximum is formed |
|
'Interval' |
Length of the interval over which to calculate the maximum |
Description
This function returns the maximum value of 'Expression' within each interval of the length 'Interval'. You can use this function for time based signals ('Interval' in seconds) as well as for length based signals ('Interval' in meters).
MaxValid
MaxValid('Expression','Valid')
Arguments
|
'Expression' |
Signal or expression for which the maximum is formed |
|
'Valid' |
Control signal |
Description
This operation returns the maximum of 'Expression' for the interval (time or length) where a related control signal is TRUE.
MMax
MMax('Expression','Interval')
Arguments
|
'Expression' |
Signal or expression for which the maximum is formed |
|
'Interval' |
Length of the interval over which to calculate the maximum |
Description
This function returns the maximum of 'Expression' within a floating X-axis interval of the length 'Interval', advancing by one measuring point in each case.
