Allen-Bradley Logix5000¶
Requirements
- Allen-Bradley or Ultimate Edition
- Compatible PLC with Ethernet connection or SoftLogix5800
1756-L55M12, 1756-L55M22, 1756-L625, 1756-L55M13, 1756-L55M24, 1756-L63 / L63S, 1756-L55M14, 1756-L61 / L61S, 1756-L64, 1756-L55M15, 1756-L615, 1756-LM60M03SEv, 1756-L55M16, 1756-L62 / L62S, 1756-L72 / 72K, 1756-L73 / L73K, 1756-L74 / L74K, 1756-L75 / 75K, 1756-L71 / 71K, 1756-L81E / 81EK, 1756-L82E / L82EK, 1756-L83E / L83EK, 1756-L84E / L84EK, 1756-L85E / L85EK, 1756-L72EEROM, 1756-L73EEPROM, 1752-L24BBBE
1769-L16ER, 1769-L18ER / L18ERM, 1769-L19E, 1769-L24E / L24ERM, 1769-L27ERM, 1769-L30ER / L30ERM, 1769-L32E, 1769-L33ER/ERM/ERMO, 1769-L35E, 1769-L36ERM/ERMO, 1756-L37ERMO, 1768-L42E, 1768-L43E, 1768-L45E, 5370-L1, 5370-L2, 5370-L3, 5380 (5069-L306ER, 5069-L310ER, 5069-L330ER, 5069-L340ER, 5069-L310ER-NSE, 5069-L306ERM, 5069-L310ERM, 5069-L330ERM, 5069-L340ERM, 5069-L341ERM, 5069-L342ERM,5069-L350ERM
1789-L10, 1789-L30, 1789-L60
Tutorial: Setting up a Logix5000 PLC
Sample: Assembling with a CompactLogix
This driver provides an Ethernet connection to Allen-Bradley ControlLogix, CompactLogix or SoftLogix PAC.
Configuration¶
Each I/O point name (e.g. BOOL_IN_0) represents an existent PLC tag. It is defined by setting a Prefix (1) and an Offset (2) index which will be added to the prefix for each point created (e.g. BOOL_IN_3). Count defines the number of I/O points to use for each data type. You may choose any prefix you wish, as long as each I/O point has a matching tag defined on the PLC. When connected to a PLC, non-existent tags or tags with an error are grayed out. Hover the mouse cursor over a grayed-out point to get relevant information about the error.
Configuration Setting | Description |
---|---|
Auto connect | Periodically tries to connect to the PLC until a successful connection is established. |
Host | PLC network name or IP address. |
Slot / Path | CPU slot / path. |
Bool Inputs | Name of the PLC's tags for Boolean inputs (max 256). |
Bool Outputs | Name of the PLC's tags for Boolean outputs (max 256). |
Float Inputs | Name of the PLC's tags for Float inputs (max 64). |
Float Outputs | Name of the PLC's tags for Float outputs (max 64). |
Int Inputs | Name of the PLC's tags for Integer inputs (max 64). |
Int Outputs | Name of the PLC's tags for Integer outputs (max 64). |
Default | Click to reset to the default options. |