Publication 1756-RM084F-EN-P - July 2002
3-10 Creating a Complete Import/Export File
MODULE input_1 (Parent := Local,
CatalogNumber := 1756-IA16,
Major := 2,
Minor := 1,
PortLabel := RxBACKPLANE,
Slot := 1,
CommMethod := 536870913,
ConfigMethod := 8388610,
Mode := 2#0000_0000_0000_0000,
CompatibleModule :=
2#0000_0000_0000_0000_0000_0000_1000_0000,
KeyMask := 2#0000_0000_0001_1111)
ConfigData :=
[28,16,1,0,0,0,1,9,1,9,0,0,0,0,65535,65535];
CONNECTION StandardInput (Rate := 5000,
EventID := 0)
InputData := [0,0];
InputForceData :=
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0];
END_CONNECTION
END_MODULE
Defining a Tag
You can define controller-scope tags and program-scope tags.
Controller-scope tags are defined in one TAG component within the
CONTROLLER component; program-scope tags are defined in a TAG
component within a PROGRAM component within a CONTROLLER
component. For example, all the tags for one program are defined in
one TAG component within that PROGRAM component. A TAG
component follows this structure:
TAG
[
tag_declarations
]
END_TAG
Within a tag list, message and motion tags must follow all non-motion
tags and axis tags must follow motion group tags.
IMPORTANT
For detailed information about atomic and structure
tags and their supported attributes and ranges, see
the Logix5000 Controllers Common Procedures
Programming Manual, publication 1756-PM001.