Graphic Trigger Window: Drag and Drop Information
To watch a variable, you need to copy it to the lower section of the Debug window.This lower section of the Debug window is a table consisting of a row for each variable that you dragged in. Each row has several fields, as shown in the picture below.

Note that you can drag into the graphic trigger window only variables local to the module where you placed the relative trigger, or global variables, or parameters. You cannot drag variables declared in another program, or function, or function block.
Field | Description |
Track | Name of the variable. |
Um | Unit of measurement. |
Min value | Minimum value in the record set. |
Max value | Maximum value in the record set. |
Cur value | Current value of the variable. |
v/div | Number of engineering units that are represented by a unit of the y-axis (i.e. the space between two ticks on the vertical axis). |
V Blue cursor | Value of the variable at the intersection with the line identified by the vertical blue cursor. |
V Red cursor | Value of the variable at the intersection with the line identified by the vertical red cursor. |
H Blue cursor | Value of the variable at the intersection with the line identified by the horizontal blue cursor. |
H Red cursor | Value of the variable at the intersection with the line identified by the horizontal red cursor. |
Description | Information about the variable in watch, like its parent POU and the execution task. |