A SERVICE OF

logo

Chapter 13 Define a parameter connection component
222 Rockwell Automation Publication 1756-RM084S-EN-P - March 2015
L5X ParameterConnection example
L5K PARAMETER_CONNECTION examples
PROGRAM MainProgram (MAIN := "MainRoutine",
MODE := 0,
DisableFlag := 0,
UseAsFolder := 0)
TAG
Input_ParameterMain : DINT (RADIX := Binary,
Usage := Input) := 0;
Output_ParameterMain : DINT (RADIX := Decimal,
Usage := Output,
ExternalAccess := Read Only) := 0;
Program_tag1 : DINT (RADIX := Decimal,
Constant := Yes,
ExternalAccess := Read Only) := 0;
END_TAG
ROUTINE MainRoutine
END_ROUTINE
Examples