Previous Topic

Book Contents

Book Index

Next Topic

Calculation of duration based on Valuemation Calendar

The following formula calculates time interval in milliseconds between 2 measurement points:

kpiTotalReject = mp_reject - mp_start; [mp_reject]

To get a time interval within business hours defined by a Valuemation Calendar (OBJINC), use the following Valuemation python library function:

kpiTotalReject = VM.calcTimeIntervalWithinBusinessHours(calendar, mp_reject, mp_start); [mp_reject]

See Also

KPI

Defining KPI

Evaluating KPI by Process Interpreter

Reporting KPI Charts