Vai al contenuto

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. Graphic Trigger Window: Drag and Drop Information-image_0
FieldDescription
TrackName of the variable.
UmUnit of measurement.
Min valueMinimum value in the record set.
Max valueMaximum value in the record set.
Cur valueCurrent value of the variable.
v/divNumber 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 cursorValue of the variable at the intersection with the line identified by the vertical blue cursor.
V Red cursorValue of the variable at the intersection with the line identified by the vertical red cursor.
H Blue cursorValue of the variable at the intersection with the line identified by the horizontal blue cursor.
H Red cursorValue of the variable at the intersection with the line identified by the horizontal red cursor.
DescriptionInformation about the variable in watch, like its parent POU and the execution task.
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.