Select the event. |
|
Create a procedure. |
Select the event.
Ope'n the Properties - Object dialog box.
Click the right mouse button on the trend chart.
Select Properties from the popup menu.
Select the Events tab.
Select ActiveX Event in the Event field.
Select EnteringOutstandingLoggedRequestState in the ActiveX Event field.
Create a procedure.
Click the
button to the right of the Action field.Select New Procedure on the popup menu.
The Procedure Information dialog box opens.
Configure the procedure as follows
Field |
Enter/Select |
Procedure name |
BUSY_1 |
Action type |
Variable assign |
Variable ID |
BUSY
|
Variable Value |
1 |
Click OK.
Result: The Events tab displays the configured EnteringOutstandingLoggedRequestState event.
Steps for using Wait State functionality example. |