DetectFlatline

(Function Library)

Description: Returns TRUE if the monitored numeric value stays the same for a specified length of time.
Returns: Boolean
Usage: Steady State only.
Function Groups: Function Library
Related to:  
Format: \FunctionLib.MonitorFlatline(InputValue, Delay[, Deadband, Enable])
Parameters:  
InputValue
Required. Value to monitor.
Delay
Required. Check interval (seconds).
Deadband
Optional. Deadband for change detection (default = 0)
Enable
Optional. TRUE to Enable monitoring. FALSE to Disable monitoring. (Default = TRUE)
Comments:

You can use DetectFlatline only with numeric value tags.