ABB PM590-ETH 1SAP150000R0270 PLC CPU Module – AC500
Request verified availability, condition, replacement risk review, packing options and courier lead time for PM590-ETH.
Click Request Quote and the part number is inserted into the inquiry form automatically.
- Reply by email: [email protected]
- WhatsApp / Tel: +86 18359268345
- Mon-Sat 9:00-18:00 GMT+8
Key Product Information
Core fields for model confirmation and RFQ routing. Detailed product narrative remains below.
- Brand
- ABB
- Primary Part Number
- PM590-ETH
- Product Type
- PLC CPU Module
- Series / Family
- AC500
- Country of Origin
- SE
- Catalog Category
- Communication
- Operating Temp.
- -25 °C to +60 °C (standard); extended range with derating
- Warranty
- 12 months against manufacturing defects
ABB PM590-ETH 1SAP150000R0270 — Ethernet-Integrated CPU at the Core of AC500 Control Architecture
The ABB PM590-ETH (order code 1SAP150000R0270) is a mid-to-upper-tier central processing unit within the AC500 modular PLC family, designed to serve as the deterministic execution engine in process automation, machine control, and infrastructure management applications. Unlike general-purpose computing platforms adapted for industrial use, the PM590-ETH is architected from the ground up around the demands of real-time control: fixed scan-cycle execution, hardware-enforced I/O synchronization, and onboard Ethernet connectivity that eliminates the need for supplementary communication modules in standard Ethernet-based topologies.
In a closed-loop control system, the CPU is the arbitration point between field-level sensor data and actuator commands. The PM590-ETH handles this role by maintaining a deterministic program scan — typically in the low-millisecond range — while simultaneously managing Ethernet frame processing, I/O bus polling across the S500 expansion backplane, and internal diagnostic routines. This parallel execution model is not achieved through software multithreading alone; the module’s hardware architecture separates communication stack processing from the real-time control kernel, ensuring that network traffic spikes or Modbus TCP polling bursts do not introduce jitter into the PLC scan cycle.
The onboard 10/100 Mbit/s Ethernet port supports multiple industrial protocols natively, including Modbus TCP (client and server), EtherNet/IP adapter mode, and FTP-based program transfer. When paired with the CM589-PNIO communication module, the system extends to full PROFINET IO controller functionality. This layered communication architecture allows a single PM590-ETH to simultaneously serve as a Modbus TCP server for SCADA integration, an EtherNet/IP adapter for upstream DCS connectivity, and a local I/O controller — without protocol conflicts or bandwidth contention, provided network segmentation is correctly implemented at the switch level.
Real-time Stock & RFQ: [email protected] | WhatsApp: +86 18359268345
Technical Parameters
| Parameter | Specification |
|---|---|
| Part Number | PM590-ETH |
| Order Code | 1SAP150000R0270 |
| Series | ABB AC500 |
| Module Category | CPU / Central Processing Unit |
| Onboard Communication | 1× Ethernet RJ45, 10/100 Mbit/s, auto-negotiation |
| Supported Protocols | Modbus TCP, EtherNet/IP (adapter), FTP, HTTP (diagnostics) |
| Programming Standard | IEC 61131-3 (LD, FBD, ST, IL, SFC) |
| Programming Environment | ABB Automation Builder / PS501 Control Builder Plus |
| I/O Expansion Bus | AC500 S500 local I/O backplane + distributed I/O via fieldbus |
| Mounting | DIN rail, TB583 / TB584 terminal base |
| Operating Temperature | -25 °C to +60 °C (standard); extended range with derating |
| Storage Temperature | -40 °C to +70 °C |
| Relative Humidity | 5 % to 95 %, non-condensing |
| EMC Immunity | IEC 61000-4 series (ESD, EFT/Burst, Surge, Conducted RF) |
| Vibration Resistance | IEC 60068-2-6 (5–150 Hz, 1 g) |
| Shock Resistance | IEC 60068-2-27 (15 g, 11 ms) |
| Protection Class | IP20 (module body) |
| Supply Voltage | 24 V DC (via terminal base) |
| Certifications | CE, UL, cUL, ATEX (zone 2 with appropriate enclosure) |
| Country of Origin | Germany |
| Warranty | 12 months against manufacturing defects |
Hardware Logical Analysis
The PM590-ETH employs a dual-processor architecture that physically separates the real-time control kernel from the communication and HMI service layer. The primary processor executes the IEC 61131-3 application program in a fixed-priority preemptive scheduling model, where the PLC scan task holds the highest execution priority. Interrupt-driven I/O update routines are serviced between scan cycles, not during them, which preserves scan-cycle determinism even under high I/O channel counts.
The S500 local I/O backplane operates on a proprietary high-speed serial bus with a fixed arbitration protocol. Each I/O module on the backplane is assigned a static slot address at configuration time; the CPU polls all configured slots in a deterministic sequence during each I/O update phase. This eliminates the variable latency associated with token-passing or collision-based bus protocols, and means that I/O update time scales linearly and predictably with the number of configured modules — a critical property for applications requiring tight loop timing.
EMC hardening on the PM590-ETH is implemented at multiple levels. The PCB layout uses a ground-plane sandwich construction with dedicated analog and digital ground domains, separated by ferrite bead arrays at the domain boundary. All external-facing signal lines — including the Ethernet port and the terminal base connector — pass through transient voltage suppression (TVS) diode arrays rated to absorb EFT/Burst events per IEC 61000-4-4 at 2 kV. The Ethernet magnetics are integrated into the RJ45 connector assembly with 1500 V isolation, providing galvanic separation between the internal bus and the external network segment. This design allows the PM590-ETH to operate in environments with significant conducted interference from variable-frequency drives, contactors, and high-current switching loads — without requiring additional external filtering hardware in most standard panel configurations.
The module’s non-volatile memory architecture uses a combination of flash storage for the application program and battery-backed SRAM for retain variables and real-time clock data. The flash write endurance is rated for a minimum of 100,000 program download cycles, which is relevant for OEM machine builders who perform frequent firmware iterations during commissioning. Retain variable integrity is maintained across power cycles without user intervention, provided the backup battery is within its service life — a parameter that is surfaced through the module’s diagnostic interface and can be monitored via the onboard web server.
System Integration Benefits
- Deterministic Scan Execution: Fixed-priority preemptive scheduling ensures the control program scan is not preempted by communication tasks, maintaining loop timing consistency in PID and motion-adjacent applications.
- Protocol Convergence Without Additional Hardware: Onboard Ethernet handles Modbus TCP and EtherNet/IP simultaneously, reducing panel BOM by eliminating dedicated communication modules for standard Ethernet topologies.
- Scalable I/O Without Topology Redesign: The S500 backplane supports incremental I/O expansion up to the module’s channel limit without requiring changes to the network architecture or CPU replacement.
- Online Program Modification: Supports online change (OLC) for IEC 61131-3 program blocks, allowing control logic updates during live production without a full CPU restart — critical for 24/7 continuous process plants.
- Integrated Diagnostic Transparency: The onboard web server exposes CPU load, scan time, memory utilization, I/O module status, and communication port statistics via a standard browser — no proprietary diagnostic tool required for first-level fault isolation.
- Retain Variable Integrity: Battery-backed SRAM preserves process setpoints, counters, and recipe data across unplanned power interruptions, eliminating manual re-entry after outages.
- Unified Engineering Environment: ABB Automation Builder integrates PLC programming, HMI configuration, drive parameterization, and network topology in a single project file, reducing inter-discipline engineering handoff errors.
- Broad Fieldbus Extension: Via plug-in communication modules (CM572-DP for PROFIBUS DP, CM589-PNIO for PROFINET IO, CM578-CN for CANopen), the PM590-ETH can serve as master or slave on multiple fieldbus segments simultaneously, supporting heterogeneous plant networks without gateway hardware.
- IEC 61131-3 Portability: Structured Text and Function Block Diagram programs developed on the PM590-ETH are portable to other IEC 61131-3 compliant platforms with minimal rework, protecting the engineering investment across platform lifecycle transitions.
- ATEX Zone 2 Suitability: With appropriate enclosure selection, the PM590-ETH is certified for use in Zone 2 hazardous areas, extending its applicability to oil and gas, chemical processing, and pharmaceutical environments without requiring intrinsically safe barriers for the CPU itself.
Quality Assurance & Global Logistics
Every ABB PM590-ETH 1SAP150000R0270 unit dispatched from our Xiamen, China facility is sourced through verified supply channels and subjected to a structured pre-shipment inspection protocol. Visual authentication checks confirm label print quality, hologram integrity, housing parting-line consistency, and connector pin alignment against known-good reference units. Where bench testing is feasible, the module is powered via a calibrated 24 V DC supply and the Ethernet port is verified for link establishment and web server response prior to packaging.
Packaging uses anti-static PE foam inserts within double-wall corrugated cartons, with humidity indicator cards and desiccant sachets included for ocean freight consignments. Export documentation — including commercial invoice, packing list, certificate of origin, and HS code declaration (8537.10) — is prepared in compliance with destination country import requirements. We have active logistics partnerships with DHL Express, FedEx International Priority, and consolidated sea freight forwarders serving Europe, Southeast Asia, the Middle East, and the Americas. In-stock units typically ship within 2–4 business days of purchase order confirmation. A 12-month warranty against manufacturing defects is provided with every unit, with RMA processing handled directly from Xiamen.
Contact Information
Email: [email protected]
WhatsApp: +86 18359268345
Web: siemensplc.com
Location: Xiamen, China
© 2026 siemensplc.com. All rights reserved.
{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: “ABB PM590-ETH 1SAP150000R0270 Ethernet CPU Module AC500 PLC”,
“description”: “Genuine ABB PM590-ETH (1SAP150000R0270) AC500 PLC CPU module with onboard Ethernet. In stock at siemensplc.com, Xiamen, China. 12-month warranty. Fast global shipping.”,
“sku”: “PM590-ETH”,
“mpn”: “1SAP150000R0270”,
“brand”: {“@type”: “Brand”, “name”: “ABB”},
“manufacturer”: {“@type”: “Organization”, “name”: “ABB Ltd.”},
“category”: “PLC CPU Module”,
“offers”: {
“@type”: “Offer”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“seller”: {“@type”: “Organization”, “name”: “siemensplc.com”},
“warranty”: “12 months”
}
}
Send This Part Number to Sales
Confirmation Process
We check the full part number, brand, series and visible nameplate information before quotation.
Sales confirms stock path, condition option, quantity and realistic lead time for export dispatch.
DHL, FedEx, UPS or buyer courier arrangements can be reviewed with packing requirements.