Assure DQ

 View Only
Expand all | Collapse all

Is there a function to capture LastLoadTime from prior Assure checkout run?

  • 1.  Is there a function to capture LastLoadTime from prior Assure checkout run?

    Posted 12-16-2020 10:20

    For an Assure Control v9.3, we used function exec_last_end to pull in the LastLoadTime from the prior cycle.  Unfortunately, this is approximately 4 seconds different than the LastLoadTime.  Is there a way to capture the exact value of the LastLoadTime from the prior cycle?  

    This is the explanation for the @exec_last_end function:

    Returns the last time the current control point ended execution.
    Format date ()
       
    Returns The last time the current control point ended execution.
    Example @exec_last_end() > @exec_last_begin()


  • 2.  RE: Is there a function to capture LastLoadTime from prior Assure checkout run?

    Employee
    Posted 12-18-2020 15:13

    Ellen,

    The two functions you mention will be about the same as "LastLoadTime".

    As you mention above, the "@exec_last_end" function is when the prior execution completed ( the capture is complete, etc.. ), whereas the "@exec_last_begin" function is when the prior execution started.

    Example from documentation :

    File monitor options may be explored, though the "LastLoadTime" can vary, by configuration.

    Matthew Kennedy