A SERVICE OF

logo

Chapter 11 Define a structured text routine
208 Rockwell Automation Publication 1756-RM084S-EN-P - March 2015
(* structured text logic here *)
END_LOGIC
LOGIC (Online_Edit_Type := Test)
(* structured text logic here *)
END_LOGIC
LOGIC (Online_Edit_Type := Pend)
(* structured text logix here *)
END_LOGIC
END_ST_ROUTINE
L5K Example 2: Only pending edits exist
ST_ROUTINE MySTRoutine
LOGIC (Online_Edit_Type := Orig)
(* structured text logic here *)
END_LOGIC
LOGIC (Online_Edit_Type := Pend)
(* structured text logic here *)
END_LOGIC
END_ST_ROUTINE
L5X structured text routine example