107
Triggering Examples
Single-Machine Trigger Examples
To trigger on a loop that occasionally runs too long
This example assumes the loop normally executes in 14 ms.
1Go to the state analyzers Trigger menu.
2Define terms LP_START and LP_END to represent the start and
end addresses of the loop, and set Timer1 to the normal duration
of the loop.
3Change State Sequence Level 1s function to "Find event2
occurring too late after event1."
4In the pop-up menu, enter the following sequence specification:
While storing anystate Find "LP_END" occurring too late after
"LP_START" Use Timer: "Timer1" Time="14 ms"
Of course, you use your normal loop duration in place of "14 ms." The
function will automatically start Timer1 for you.
Triggering on a Loop Overrun