CP 5613 A2 Communication Setup: Resolving DP Master LED Faults After Hardware Replacement
A failed Siemens CP 5613 Profibus communications processor on an operator PC is a common field failure mode. Swapping it for the current CP 5613 A2 (or the fiber-optic variant CP 5614 A2) is the official migration path. The replacement is electrically and logically compatible, but the operator PC will not communicate with the PLC on the first boot unless three things line up: the SIMATIC NET device driver, the PG/PC interface assignment, and a valid DP Master database. When the green LED on the CP 5613 A2 flashes at a steady 1 Hz cadence, the card is signalling a diagnostic state, not a hardware defect in most cases. This reference explains the meaning of every LED state, the configuration steps that restore the link, the WinAC compatibility constraint, and the verification procedure to close the ticket.
1. Affected Hardware and Migration Scope
The CP 5613 and CP 5613 A2 are PCI Profibus communications processors from the SIMATIC NET PC card family. Both act as a DP Master class 1 or DP Slave on a Profibus segment, support 9.6 kbit/s through 12 Mbit/s, and are addressed from the host via the SIMATIC NET OPC / DP base / SAPI interface. The A2 revision moves the card to a newer PCI bridge silicon and ships with a refreshed firmware baseline, but the application-level interface is preserved.
| Parameter | CP 5613 | CP 5613 A2 | CP 5614 A2 |
|---|---|---|---|
| Article number (typical) | 6GK1 561-3AA00 | 6GK1 561-3AA01 / 6GK1 561-3AA02 | 6GK1 561-4AA01 |
| Host bus | PCI 32-bit, 33 MHz | PCI 32-bit, 33/66 MHz | PCI 32-bit, 33/66 MHz |
| Profibus connector | 9-pin D-sub RS-485 | 9-pin D-sub RS-485 | 2x SC fiber (plastic/PCF) |
| Baud rate | 9.6 kbit/s – 12 Mbit/s | 9.6 kbit/s – 12 Mbit/s | 9.6 kbit/s – 12 Mbit/s |
| Protocols | DP-V0/V1, S7, FMS, FDL | DP-V0/V1/V2, S7, FMS, FDL | DP-V0/V1/V2, S7, FMS, FDL |
| Configuration tool | COM PROFIBUS / STEP 7 | STEP 7 / SIMATIC NET | STEP 7 / SIMATIC NET |
| WinCC / WinAC compatibility | Legacy | Current (see §7) | Current (see §7) |
The official migration statement from Siemens support is: Applications created with the CP 5613 or CP 5614 can be used with the CP 5613 A2 or CP 5614 A2 without changing the configuration or the user software, provided the PC-side runtime is on a supported SIMATIC NET version. This applies to WinCC flexible, WinCC (TIA Portal and classic), and S7 applications that use the CP as a DP or S7 communication path. Refer to the CP 5613 A2 / CP 5614 A2 operating instructions (PDF) for the binding installation sequence.
2. LED Diagnostic States on CP 5613 A2
Front-edge of the CP 5613 A2 carries a single bicolour LED (green / yellow). Its state maps directly to the firmware self-test and DP stack readiness and is the fastest first-pass diagnosis you have on the bench.
| LED state | Meaning | Field action |
|---|---|---|
| Off | No PCI power or card not enumerated | Reseat card, check BIOS, swap PCI slot |
| Green steady | DP master active, bus token circulating | Healthy, no action |
| Green flashing ~1 Hz | DP Master – Bad database | PG/PC interface, DP database, or driver is wrong |
| Yellow steady | Self-test running or firmware update in progress | Wait; do not power off |
| Yellow flashing | Diagnostic event pending | Read SIMATIC NET diagnostics |
| Green / yellow alternating | DP Slave is in data exchange with master | Healthy when used as slave |
The symptom in the source ticket — application starts, no PLC communication, green LED flashing fast — corresponds to the DP Master – Bad database diagnostic. The card is alive, the firmware has booted, but the Profibus stack has not been handed a valid master database. This is a software / configuration fault, not a hardware fault. A new card pulled from a sealed bag will exhibit exactly this state on a fresh PC until the SIMATIC NET configuration tool is run.
3. Root Cause Tree
When the green LED flashes at 1 Hz on a CP 5613 A2, the host is presenting the card with a Profibus master stack that has not been initialised. The four dominant root causes, ranked by frequency, are:
- SIMATIC NET device driver missing or wrong version. Without the SIMATIC NET CP 5613 A2 device driver, the card enumerates under Windows as a generic PCI device and the DP master service cannot bind to it.
- PG/PC interface not assigned to CP 5613 A2 (PROFIBUS). Even if the driver is installed, Windows must be told which interface the SIMATIC NET runtime will use. This is configured in Set PG/PC Interface (classic) or in TIA Portal under Online & Diagnostics > PC interface.
- DP master database missing or corrupt. The DP master needs a STEP 7 NCM/PCSIM database, a COM PROFIBUS database, or a WinCC-internal project that contains the slave I/O map. A bare WinCC restore without that database leaves the stack in the "bad database" state.
- WinAC RTX / WinAC basis V4.0 used as the runtime. This is a hard incompatibility — see §7.
4. Prerequisites
- SIMATIC NET PC software DVD or install image, version matched to the WinCC version on the operator PC (e.g., SIMATIC NET V14 SP1 for WinCC V14 SP1).
- STEP 7 V5.5 / TIA Portal source project that contains the DP master database, or a backed-up
*.ncm/*.sdffile from the original operator PC. - Administrator rights on the operator PC (driver and service install).
- Profibus cable with bus terminators enabled only at the two physical ends of the segment.
- CP 5613 A2 properly seated in a 32-bit / 33 MHz (or 66 MHz) PCI slot. Avoid shared-PCI slots behind a PCI-to-PCI bridge where the card may negotiate to a lower bus width.
5. Step-by-Step: Bringing the CP 5613 A2 Up
5.1 Confirm hardware enumeration
- Boot the operator PC, log in with administrator rights.
- Open Device Manager and expand SIMATIC NET. You should see an entry CP 5613 A2 under the Network adapters or SIMATIC NET node with no yellow exclamation mark.
- If the device shows up under Other devices as PCI Communications Controller, the SIMATIC NET driver is not installed. Right-click → Update Driver and point to the SIMATIC NET install media, or rerun SIMATIC NET Setup with the CP 5613 A2 / CP 5614 A2 feature selected.
- Confirm the card's resources in Properties > Resources: the card should hold an IRQ and an I/O range; Resource conflict entries mean another PCI device is colliding and the slot must be changed.
5.2 Assign the PG/PC interface
- Launch Set PG/PC Interface from the SIMATIC NET program group (Windows: Start → SIMATIC → SIMATIC NET → Set PG/PC Interface).
- In the Access Point of the Application dropdown select S7ONLINE (for STEP 7) or CP_L2_1 / CP5613A2.PROFIBUS.1 for direct DP master access.
- In the Interface Parameter Assignment Used list pick CP 5613 A2 (PROFIBUS) and click Properties.
- Configure the Profibus address (default 0 for the master), the highest station address on the bus (default 126), and the transmission rate. If the bus is run at 1.5 Mbit/s, leave it on Auto; otherwise pin the rate to the configured value to match the slaves.
- Click OK, then OK again to commit.
5.3 Load the DP master database
- Open SIMATIC NET Commissioning (or PC Station Configuration) from the SIMATIC NET program group.
- Create a PC Station with a slot for the CP 5613 A2 in slot 3 (or whatever slot the wizard assigns).
- Open Configuration > PROFIBUS and either import an existing STEP 7 NCM file (
*.ncm) or build the DP database manually. Each slave is added with its GSD file path and its I/O slot mapping. - Save the configuration, then download it to the PC station. The download writes the database to the registry path used by the SIMATIC NET service.
- Restart the SIMATIC NET Service (or simply reboot). The green LED transitions from 1 Hz flash to steady green once the master enters data exchange with the first slave.
5.4 Wire the WinCC project to the new interface
- Open the restored WinCC project in WinCC Explorer.
- In the Tag Management editor open the PROFIBUS channel driver and verify the connection name points to CP 5613 A2 (PROFIBUS). If it still points to CP 5613 the project will compile but no tags will update.
- Recompile the WinCC project and activate the runtime.
- Open a tag in the WinCC tag simulator and force a value — if the value reaches the PLC the connection is healthy.
6. Compatibility with WinCC Versions
| Runtime | CP 5613 A2 support | Notes |
|---|---|---|
| WinCC flexible 2008 SP5 and newer | Yes | Direct, no project change |
| WinCC V7.0 SP3 / V7.2 / V7.3 / V7.4 / V7.5 | Yes | Recompile on the new PC is sufficient |
| WinCC (TIA Portal) V13 SP1+ | Yes | Use the PROFIBUS channel under PC interface |
| WinAC basis 2009/2010 (V4.0 and older) | No migration to 5613 A2 | See §7 |
| WinAC RTX 2009/2010 (V4.0 and older) | No migration to 5613 A2 | See §7 |
| WinAC RTX 2010 SP1 / WinAC RTX 2013+ | Yes | Update to current SIMATIC NET |
7. The WinAC V4.0 Caveat
Siemens explicitly documents that with WinAC basis V4.0 and WinAC RTX V4.0 the CP 5613 / CP 5614 cannot be exchanged for the CP 5613 A2 / CP 5614 A2. The A2 cards use a different firmware handshake that the V4.0 WinAC SAPI driver does not implement. If the operator PC runs an older WinAC image, the green LED will not transition to steady green, no amount of driver re-installation will fix it, and the WinAC service may log the following events to the Windows Application log:
Event Source: SIMATIC WinAC
Event ID: 0x2001 (8193)
Description: CP not found. Check SIMATIC NET installation
and S7DOS version. CP 5613 A2 not supported
by this version of WinAC.
The remediation is to upgrade WinAC to RTX 2010 SP1 or newer (or to RTX 2013 / 2016 depending on the plant standard), reinstall SIMATIC NET to the matching version, then re-attach the CP. There is no in-place fix; do not chase driver and registry changes in this state.
8. Verification Procedure
- Confirm the green LED is steady on, not flashing.
- Run SIMATIC NET Diagnostics → PROFIBUS → Bus Nodes. Every slave on the segment must appear with a green status. Red entries indicate address or baud rate mismatches.
- Open the WinCC online tag control, force a digital output in the PLC, and confirm the value is read back. Repeat in the opposite direction.
- Leave the bus under load for at least 30 minutes and re-check diagnostics. A latent wiring fault will show as a rising diagnostic event count over time.
- Export the SIMATIC NET diagnostic snapshot and the Windows event log to the project archive as a commissioning record.
9. Troubleshooting Matrix
| Observed symptom | Likely cause | Remedy |
|---|---|---|
| LED off | Card not seated / no PCI power | Reseat, change PCI slot, check BIOS |
| LED yellow steady > 30 s | Firmware self-test hang | Reflash with SIMATIC NET, replace card if it persists |
| LED green flashing 1 Hz | DP Master bad database | Reinstall SIMATIC NET driver, assign PG/PC interface, load DP database |
| LED green flashing 1 Hz, WinAC V4.0 | WinAC / card mismatch | Upgrade WinAC to RTX 2010 SP1 or newer |
| LED green steady, WinCC tags stay "no connection" | WinCC project still references old CP name | Reassign WinCC channel to CP 5613 A2, recompile |
| LED green steady, intermittent timeouts | EMI / bus termination / baud rate | Check bus terminator switches, lower baud, separate VFD cabling |
| LED green steady, slave shows red | Slave address / GSD mismatch | Verify slave address and re-import the GSD |
| LED green steady, event log 0x7002 bus short | Profibus cable short or open | Inspect connector pins, replace drop cable |
10. Field-Proven Pitfalls
- Backing up the WinCC project is not enough. The DP master database lives in the SIMATIC NET / PC Station configuration, not inside the WinCC archive. Without exporting the PC station configuration separately, the new PC has no database and the green LED will never clear the flash state.
- Bus termination switches. On a Profibus segment only the two physical ends are terminated. The operator PC is rarely a segment end, so its onboard termination switch must be OFF; otherwise the segment is doubly terminated at the operator end and reflections produce a constant stream of diagnostic events.
- PCI slot choice. The CP 5613 A2 needs 3.3 V PCI signalling on some Dell workstations. Pick a slot that is wired to the chipset directly, not behind a PCI bridge chip, otherwise the card enumerates but the bus master enable bit never gets set.
- Anti-virus on the operator PC. Real-time anti-virus scanning can stall the SIMATIC NET service long enough to drop the Profibus token. Whitelist the SIMATIC NET program directory if the bus shows periodic token-loss events.
- DP-V2 slaves with legacy database. If a slave is configured for DP-V2 but the master database is DP-V0, the slave is logged as a configuration error. The card itself stays in the steady-green state but no data exchange occurs. Re-import the slave GSD with the correct revision and recompile.
11. Related References
For deeper commissioning detail beyond the scope of this troubleshooting guide, consult the CP 5613 A2 / CP 5614 A2 operating instructions (PDF). For WinAC / SIMATIC NET version compatibility always cross-check the current entry on the Siemens Industry Online Support under the article number 6GK1 561-3AA01 (CP 5613 A2) and the matching SIMATIC NET version list for your WinCC release.
FAQ
Why is the green LED on the CP 5613 A2 flashing at about 1 Hz after installation?
The card has booted and the firmware self-test passed, but the host has not loaded a valid DP master database. The 1 Hz green flash is the documented diagnostic for DP Master – Bad database. Reinstall the SIMATIC NET device driver, assign the CP 5613 A2 in Set PG/PC Interface, and download the PC station configuration to clear the state.
Can a WinCC project created for CP 5613 be reused on a CP 5613 A2 without changes?
Yes. Siemens states that applications created for CP 5613 / CP 5614 are reusable on CP 5613 A2 / CP 5614 A2 without changing the configuration or user software, provided the runtime is on a supported SIMATIC NET version. The one exception is WinAC basis V4.0 and WinAC RTX V4.0, where a migration to the A2 card is not supported.
What SIMATIC NET version is required for the CP 5613 A2?
Use the SIMATIC NET PC software version that is bundled with or certified for the installed WinCC / WinAC release. For TIA Portal-based V14–V17 projects this is SIMATIC NET V14 SP1 or newer. The CP 5613 A2 operating instructions list the supported releases in the "Software installation" chapter.
How do I confirm the CP 5613 A2 driver is installed correctly on a Windows 10 / Windows 11 PC?
Open Device Manager and look for CP 5613 A2 under the SIMATIC NET node with no yellow exclamation mark. If the device appears under Other devices as a generic PCI communications controller, the SIMATIC NET driver is missing and must be installed from the SIMATIC NET setup media.
The green LED is steady, but WinCC tags stay "no connection". What is wrong?
The PC station and card are healthy, but the WinCC project still references the old CP 5613 channel. In WinCC Explorer open Tag Management → PROFIBUS, change the connection to CP 5613 A2 (PROFIBUS), recompile the project, and reactivate the runtime. The tag values will then update on the next polling cycle.