Overview
The SIMOREG DC Master drive family uses the CUVC control board as the central armature and field-side regulator. When a CUVC is replaced in the field — typically after a suspected EEPROM, ASIC, or over-voltage failure — the new board ships with a blank or default parameter set and must be re-loaded with the application-specific configuration before the drive can be returned to service. Siemens provides DriveMonitor (historically bundled with the SIMOREG Compendium) as the engineering tool for this task. DriveMonitor talks to the drive through the PMU (Parameterization and Monitoring Unit) — the 9-pin serial port on the front of the CUVC — so commissioning always starts with a verified point-to-point link from the PC to the PMU before any parameter is touched.
This reference consolidates the field-proven procedure: building a PMU RS-232 cable, choosing the right PC connection (native COM vs. USB adapter), setting the USS bus address and baud rate, configuring DriveMonitor, downloading the parameter file, and verifying the result. It also resolves the most common confusion reported on replacement jobs: the LED indicators on the CUVC and adjacent option cards.
CUVC Card Identification and LED Clarification
A point that trips up almost every first-time SIMOREG technician: the CUVC base board itself has no front-facing status LEDs. The 4 or 6 LEDs visible on the control board assembly belong to the optional communication sub-cards plugged into the CUVC slots:
| LED Group | Card | Function | Typical LED Meaning |
|---|---|---|---|
| Right-hand cluster, upper | CBP2 | PROFIBUS-DP communication | Power, bus activity, diagnostics |
| Right-hand cluster, lower | SLB | SIMOLINK fiber-optic ring | Power, ring status, link quality |
| CUVC base board | CUVC | Armature / field regulator | None — confirm with screw terminals and silk-screen |
Prerequisites
Before connecting anything, confirm the following:
- Drive is safe to power. Verify the line contactor is open, the DC link is discharged (SIMOREG DC Master Compendium requires ≥5 min after mains removal), and the field supply is off. A powered-up SIMOREG with the CUVC removed or partially seated can destroy the new board.
- CUVC part number matches the slot. Common variants: 6RA7000-0MV62-0 (basic), -0MV62-1 (with CBP2), -0MV62-2 (with SLB). Check the order number on the side label.
- DriveMonitor version. Use DriveMonitor 5.x or newer for Windows 10/11; legacy DriveMonitor 4.x works on Windows XP/7. DriveMonitor is part of the STARTER / DRIVEMONITOR package on the Siemens Industry Online Support portal.
-
Parameter backup (if available). If the previous CUVC could still be read before removal, export the
.dnx/.pdparameter file from DriveMonitor — this becomes the upload source for the new board. - Motor nameplate data (rated armature voltage, rated armature current, field current, base speed, encoder PPR) so you can re-key critical parameters if no backup exists.
PMU Interface and Cable Construction
The CUVC exposes a 9-pin Sub-D male connector labelled X500 on the front edge of the board. This port carries the PMU (USS) protocol at RS-232 levels. Because every drive ships with this port as standard, it is the default service interface for DriveMonitor.
Build the cable to the following pinout (from the SIMOREG Compendium):
| Cable DB-9 (male) → Drive X500 | Signal | Direction | Cable DB-9 (female) → PC COM |
|---|---|---|---|
| Pin 2 | TXD (drive → PC) | → | Pin 2 (RXD) |
| Pin 3 | RXD (drive ← PC) | ← | Pin 3 (TXD) |
| Pin 5 | Signal ground | ↔ | Pin 5 (GND) |
| Pin 4 | DTR (loopback) | — | Pin 6 + Pin 8 (DSR/DCD) |
| Pin 7 | RTS (loopback) | — | Pin 8 (CTS) — optional |
| Housing | Shield | ↔ | Housing |
The connector at the drive end is male DB-9; the connector at the PC end is female DB-9. Use only shielded, twisted-pair cable (e.g., LiYCY 3×0.34 mm²) and keep the run under 15 m. Do not route the cable parallel to the armature power cabling — at minimum 200 mm of separation, or cross at 90°.
PC Connection: Native COM vs. USB Adapter
The PMU is RS-232, not RS-485 or USB. The PC side therefore needs a true RS-232 UART. Three options exist, with field reliability in the order shown:
| PC Hardware | Connection | Reliability | Notes |
|---|---|---|---|
| SIMATIC Box PC / Panel PC with COM1 | Direct female DB-9 cable | ★★★★★ | Industrial-grade UART, no driver issues |
| Laptop with native COM (older ThinkPad, ruggedized) | Direct female DB-9 cable | ★★★★ | Use COM1 only — COM2 often shares an IRQ |
| Laptop without COM | USB-to-RS-232 adapter (FTDI FT232 or Siemens PC-Adapter USB) | ★★★ | Must support 9600-19200 baud cleanly |
| USB-to-RS-485 adapter | Cannot be used for PMU | ✗ | Wrong electrical levels — drive will not respond |
For a SIMATIC Box PC (e.g., SIMATIC IPC227G, IPC627, or older Box PC 620), COM1 is the recommended port. Verify in Windows Device Manager that the COM number assigned by the adapter matches the one selected in DriveMonitor (Online → Settings → COM port).
Baud Rate and USS Bus Address (No "Enable" Parameter)
A common field question is: "which parameter enables the PMU for DriveMonitor?" The answer is none. The PMU USS port is hard-enabled at firmware level on every CUVC. The only settings that matter are:
-
Bus address (node number) — default 0, parameter
P051.01(USS address of PMU). DriveMonitor must address the same node; this is set in Online → Settings → Drive Address. - Baud rate — must match exactly between drive and DriveMonitor. Typical PMU baud rates supported by SIMOREG 6RA70 are 9600 (default) and 19200. The drive-side baud is selected on the PMU front panel under the communications menu, or by writing to the appropriate USS parameter (refer to the SIMOREG 6RA70 Compendium, Chapter "Communication / USS").
- Parity / data bits — 8-E-1 (8 data, even parity, 1 stop) is the SIMOREG USS default.
DriveMonitor Configuration
- Launch DriveMonitor and select Online → Settings (or press F2).
- Under Interface, choose
USS(not PROFIBUS). - Set COM port to the physical port:
COM1for a Box PC native port, or the COM number assigned by the USB adapter. - Set Baud rate to the value programmed into the drive (9600 default).
- Set Drive address to
0unless P051.01 was changed. - Click OK.
- Press the green Online button or F5. DriveMonitor should report the device type (e.g.,
SIMOREG 6RA70 6RA7081-...<F>) and firmware version within 2-3 seconds.
If the connection drops or returns Timeout / No response from drive, the baud-rate mismatch is the #1 cause. Cycle the drive control voltage (24 V on terminal X101) and retry.
Step-by-Step Parameterization Procedure
Step 1 — Establish Online Connection
Power the drive electronics only (no armature mains). Confirm the PMU 7-segment shows 0.0 or o.0 (drive in "standby / no fault" state). Open DriveMonitor as above. A successful handshake is shown by a green icon in the status bar and a populated parameter list in the left tree view.
Step 2 — Upload from Drive (if old CUVC still readable)
- Online → Parameter → Upload (Drive → PC).
- Select All parameters.
- Save as
backup_<drive_tag>_<date>.dnx.
Step 3 — Download to New CUVC
- Open the parameter file from Step 2 (or a known-good archive file).
- Verify drive type and rated current match the connected armature circuit.
- Online → Parameter → Download (PC → Drive).
- Select All parameters and confirm. The drive will perform a parameter check (≈5-15 s) and may briefly drop the PMU link during the EEPROM write cycle.
- Wait for the
Parameter download completeprompt before issuing any further commands.
Step 4 — Verify Critical Parameters
After download, read back and confirm the following (typical values shown for a generic 6RA70 application):
| Parameter | Name | Example | Action if Wrong |
|---|---|---|---|
| P051.01 | USS address (PMU) | 0 | Re-enter via DriveMonitor |
| P100 | Rated armature current | e.g., 760 A | Re-key from nameplate |
| P101 | Rated armature voltage | e.g., 600 V DC | Re-key from nameplate |
| P102 | Rated field current | e.g., 25 A | Re-key from nameplate |
| P114 | Speed feedback type | 0 = analog, 1 = tacho, 2 = encoder | Verify per wiring |
| P741 | USS PZD length | 2 / 4 / 6 / 8 PZD | Match upstream PLC if PROFIBUS also used |
Always cross-check the actual current and voltage values against the parameter file used for the download — the most common reason a drive trips immediately after a CUVC swap is a leftover default (e.g., P100 = 100 A on a 760 A armature).
Verification Checklist
- ☐ DriveMonitor reports correct device type and firmware version after online connect.
- ☐ Upload (Drive → PC) returns the same parameter set that was downloaded (byte-equal compare).
- ☐ PMU 7-segment shows
0.0with no active fault. - ☐ P100, P101, P102 match motor nameplate.
- ☐ P051.01 matches DriveMonitor's drive-address setting.
- ☐ Field current is observed on r038 with field supply enabled (typically 60-90% of rated).
- ☐ Encoder count increments correctly when shaft is rotated by hand (check r023 or P741-related r-parameters).
- ☐ With mains applied and run command given, armature voltage appears on r019 and motor turns without F031 (overspeed) or F035 (field loss).
Troubleshooting Matrix
| Symptom | Likely Cause | Action |
|---|---|---|
| DriveMonitor: "COM port cannot be opened" | Wrong COM number; adapter driver not installed; COM port already in use by another tool | Check Device Manager; close TIA Portal, STARTER, or any terminal program; reinstall FTDI driver if USB adapter |
| DriveMonitor: "Timeout / No response" | Baud-rate mismatch; bad cable; TX/RX not crossed | Verify baud on PMU front panel matches DriveMonitor; swap cable; check 2↔3 crossover with multimeter |
| DriveMonitor connects but only shows firmware version, no parameter list | Wrong protocol selected (PROFIBUS instead of USS) | Online → Settings → Interface = USS |
| Download starts then drive drops offline mid-write | EMF from armature cabling; insufficient control-voltage hold-up | Re-seat PMU connector; ensure 24 V control supply is stable; retry download |
| PMU 7-segment shows F030 / F031 immediately after new CUVC fitted | Default parameter set active (no backup loaded) | Run download procedure before enabling run command |
| Some parameters rejected on download ("out of range") | Parameter file from a different SIMOREG variant (e.g., 6RA70 → 6RA80 file) | Source a parameter file from the same drive type and rating |
| Only 4 LEDs visible on CUVC cluster | Optional cards (CBP2, SLB) not fitted | Normal — not a fault |
| Drive responds but returns scrambled characters in DriveMonitor trace | Parity mismatch or TX/RX not crossed; long cable picking up noise | Set 8-E-1; shorten cable to <3 m for test; verify shield grounded at PC end only |
Alternative Interfaces: When PMU Is Not the Best Choice
For initial commissioning on a new machine, the PMU/USS path is sufficient. For larger fleets or production-line deployments, prefer:
- PROFIBUS-DP via CBP2 — set the CBP2 node address with rotary switches on the card, configure DriveMonitor to PROFIBUS interface, and use a Siemens PC adapter (6GK1571-0BA00-0AA0 or current equivalent).
- PROFINET via CBE20 — supported on 6RA80 series only; not applicable to CUVC-based 6RA70 drives.
- USS over Ethernet (RS-232-to-Ethernet server) — useful for remote diagnostics but adds a failure mode (TCP keep-alive, latency); recommended only for monitoring, not for the initial parameter download.
Notes on EEPROM, Firmware, and Spare Cards
The CUVC stores its parameter set in on-board EEPROM. A failed EEPROM write is rare but possible if control voltage dips below 18 V during the download. Symptoms include:
- DriveMonitor reports
parameter inconsistencyon next power-up. - PMU shows
F042(parameter error) on boot. - r047 (parameter checksum) returns a non-zero value.
Recovery: re-enter factory defaults via P052 = 1 (carefully — this erases the parameter set), then re-download the backup. If the EEPROM itself is the failed part, the CUVC must be replaced.
Always keep at least one known-good spare CUVC per drive rating in the spares cabinet. Bench-test spares by connecting them to a dummy 24 V supply and the PC; this catches dead boards before they are installed in a production drive.
Do I need to enable a parameter on the CUVC for PMU communication with DriveMonitor?
No. The PMU (USS) port is hard-enabled at firmware level on every CUVC. There is no parameter to set, and no jumper. The only DriveMonitor-side requirements are matching baud rate (default 9600, 8-E-1) and bus address (default 0 via P051.01) to the drive.
Why does my CUVC show only 4 LEDs instead of 6?
The CUVC base board has no status LEDs of its own. The 4 or 6 LEDs visible belong to optional sub-cards: CBP2 (PROFIBUS) and SLB (SIMOLINK). If those cards are not fitted in your configuration, the missing LEDs are normal and not a fault.
What is the correct PMU cable pinout for SIMOREG 6RA70?
Use a 9-pin Sub-D male at the drive (X500) and a 9-pin Sub-D female at the PC COM. Cross pins 2 ↔ 3 (TX ↔ RX), tie pin 5 to pin 5 (GND), and loop 4-6 and 7-8 inside the PC-side connector to satisfy PC UART handshaking. Keep the cable shielded and under 15 m.
Can I use a USB-to-RS-485 adapter instead of a USB-to-RS-232 adapter?
No. The SIMOREG PMU port is RS-232, not RS-485. A USB-to-RS-485 adapter will not provide the correct electrical levels and the drive will not respond. Use a USB-to-RS-232 adapter based on the FTDI FT232 (e.g., Siemens PC-Adapter USB or equivalent) and verify the COM port number in Device Manager.
DriveMonitor connects, but the parameter download keeps failing mid-write. What now?
The most common cause is a control-voltage dip below 18 V during the EEPROM commit. Check the 24 V supply on terminal X101, ensure the supply can hold up under load, and avoid issuing the download during mains contactor operations. Also confirm the parameter file matches the drive type (e.g., 6RA70 file on a 6RA70 drive — do not cross-load 6RA80 files).