The ControlLogix Tag Importer wizard integrates Rockwell ControlLogix PLC data into FrameworX solutions. It automatically maps tags from either an L5K project file or directly from PLC memory, including full support for data types, User-Defined Types (UDTs), and Add-On Instructions (AOIs).
The wizard can connect directly to a PLC using Station IP, Port, and Slot parameters, or it can load tags from an existing L5K file. Once configured, the tool generates the necessary channels and tags and supports ongoing synchronization through the Sync Device Node feature.
On this page:
ControlLogix | Platform Tag | Notes |
---|---|---|
BOOL | Digital | Direct map |
INT | Integer | 16-bit |
DINT | Integer | 32-bit |
REAL | Double | Float point |
STRING | Text | String type |
UDT | Template | Creates template |
Feature | Description |
---|---|
Preserve Structure | Maintains UDT hierarchy |
Create Templates | Converts UDTs |
Map Arrays | Creates array tags |
Import Comments | Uses as descriptions |
On the Solution Designer, go to Solution → Import Tags and select "Import Rockwell ControlLogix L5K configuration." Click the "Execute" button.
In the ControlLogix configuration popup, enter the PLC information:
The "Sync Device Node" window will appear. Here, you have two import options:
Select "Add NodeName as Prefix" option to automatically add the PLC's name as a prefix to all imported tags. It improves organization, especially in solutions with multiple PLCs.
Click "Refresh" to display a preview of available tags.
Finally, press "Ok" to start the import process.
The tutorial in the image below shows how to import tags from ControlLogix by using a .L5K file.
In this section: