A SERVICE OF

logo

Chapter 15 Define a watch list component
234 Rockwell Automation Publication 1756-RM084S-EN-P - March 2015
Watch tag attributes
Attribute Description
Specifier Specify the tag or part of a tag to watch.
Scope Specify the name of program, equipment phase, or Add-On Instruction that contains the watch tag.
For L5X, the value is empty if the tag is controller scope.
For L5K, the attribute is omitted if the tag is controller scope.
L5X Quick watch lists example
L5K QUICK_WATCH example
QUICK_WATCH (Name := My_Quick_Watch_2)
WATCH_TAG (Specifier := MyDint);
WATCH_TAG (Specifier := MySint, Scope := My_Program);
WATCH_TAG (Specifier := MyAOI, Scope := My_Program);
WATCH_TAG (Specifier := MyAOI.MyString, Scope :=
MyProgram);
END_QUICK_WATCH
QUICK_WATCH (Name := My_Quick_Watch_1)
WATCH_TAG (Specifier := MyDint);
WATCH_TAG (Specifier := MySint,Scope := My_Program);
WATCH_TAG (Specifier := MyAOI,Scope := My_Program);
WATCH_TAG (Specifier := MyAOI.MyString,Scope := MyProgram);
END_QUICK_WATCH
Examples