Hi All,

First of all sorry to abuse this forum with a unix question. I could not think of any better section than this one.

I need to understand what the condition in the below statement is checking for

IF mtime>1 THEN
...
ENDIF

The context here is that the above condition is being checked against a process point which collects real-time plant process data in every 10 sec interval.

Thanks.