- Studio 5000 Logix Designer
- Tasks, programs, and routines
- Add-On Instructions
- Controller Organizer
- Logical Organizer
- Alarms
- Tag-based alarms
- Tag Editor and Data Monitor
- Configure settings for Tag Editor and Data Monitor
- Equipment phases
- Equipment Sequences
- Equipment Sequence Diagrams
- Ladder Editor
- Structured Text Editor
- Sequential Function Chart Editor
- Define the steps of an SFC process
- PlantPAx instruction properties
- Controller Properties
- Editing Controller Properties
- Controller Security
- Source Protection
- License Source Protection for Routines and Add-On Instructions
- Module Information
- 1756 ControlLogix I/O Modules
- Instruction Set
Choose the Function Block Elements
To control a device, use these elements:

Use the following table to help you choose your function block elements:
If you want to supply a value from an input device or tag | Then use an input reference (IREF) |
---|---|
Send a value to an output device or tag | Output reference (OREF) |
Perform an operation on an input value or values and produce an output value or values. | Function block |
Transfer data between function blocks when they are:
| Output wire connector (OCON) and an input wire connector (ICON) |
Disperse data to several points in the routine | Single output wire connector (OCON) and multiple input wire connectors (ICON) |
The function block moves the input references into the block structure. If necessary, the function block converts those input references to REAL values. The function block executes and moves the results into the output references. Again, if necessary, the function block converts those result values from REAL to the data types for the output references.
Provide Feedback