Configuring SIMOREG DC-Master DriveMonitor Serial Connection

David Krause14 min read
SiemensTroubleshootingVFD / Drives
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

Overview

The SIMOREG DC-Master 6RA70 family of converters uses an optional SST1 serial interface board (designated G-SST1 in the parameter tree) for commissioning and parameterization with Siemens DriveMonitor software. Establishing a reliable PC-to-drive link requires three coordinated layers: (1) the SST1 hardware option correctly installed in the drive electronics box, (2) a correctly wired RS-232 cable between the SST1 9-pin D-sub connector and the PC COM port, and (3) matching parameter values on both the converter side (G-SST1 parameters P780 through P786) and the DriveMonitor online interface. When the original Siemens serial cable is unavailable and a replacement is fabricated from the service manual drawing, the most common commissioning failures are wiring errors, parameter mismatches, and COM port misconfiguration. The factory-default parameter set documented below is the safest starting point when a known-good cable is not available.

Interface Identification

The serial interface used for USS protocol communication is the SST1 communications board, referenced in the converter parameter tree as the G-SST1 function group. The board plugs into a dedicated option slot in the SIMOREG electronics box and exposes a 9-pin male D-sub connector on its front panel, labeled X500, for point-to-point RS-232 connection to a PC running DriveMonitor.

Before configuring any parameters, confirm that the SST1 board is properly seated and recognized by the converter. From the SIMOREG operator panel (PMU), navigate to the G-SST1 parameter group. If the parameters are not visible in the menu tree, the SST1 board is either not installed, not fully seated, or not initialized by the converter firmware.

The installed SIMOREG software version is read from the following display parameters:

  • r060 – Software version of the SIMOREG DC-MASTER
  • r065 – Software version detail

These two parameters must be recorded before any firmware update or DriveMonitor upgrade. The latest SIMOREG DC-Master firmware updates and release notes are published at the official Siemens Industry Online Support portal. Refer to the SIMOREG DC-Master support documentation for version-specific release notes and the DriveMonitor compatibility matrix.

Cable Requirements and Pinout

When the original Siemens serial cable is unavailable, a replacement can be fabricated following the service manual wiring diagram. The RS-232 link between the SST1 X500 connector and the PC COM port requires a minimum three-wire configuration: transmit data, receive data, and signal ground. Verify the fabricated cable with a multimeter against the service manual drawing before powering the drive. Pay particular attention to the TXD/RXD crossover, the shield-to-ground bond (bonded only at one end, typically the PC side), and that no conductor is shorted to an adjacent pin at either D-sub backshell.

Typical SST1 X500 (9-pin male) to PC DB-9 (9-pin female) null-modem wiring used for SIMOREG USS point-to-point:

SST1 X500 Pin Signal Direction Signal PC DB-9 Pin
2 Drive → PC TXD (drive transmit data) 3 (PC RXD)
3 PC → Drive RXD (drive receive data) 2 (PC TXD)
5 Bidirectional Signal ground 5 (PC GND)

Pins not listed should remain unconnected on both ends. Hardware handshaking lines (RTS, CTS, DTR, DSR, DCD, RI) are not used in USS point-to-point mode and must not be cross-linked; cross-linking handshaking lines is a common fabrication error that prevents reliable communication even when the data and ground lines are correct.

Always verify the exact pin assignment against the service manual shipped with the specific 6RA70 firmware version. Do not assume the wiring above applies to every firmware revision. A continuity check on every conductor before first power-up prevents drive-side damage from miswired cable assemblies. If the connector gender on the PC side is a DB-25 (older PCs), adapt using a standard DB-25 to DB-9 converter, not a custom-wired pigtail.

G-SST1 Parameter Configuration

When the converter leaves the factory, or after a parameter reset to defaults, the G-SST1 parameter group must be written with the values required for USS protocol operation on the SST1 channel. The following table lists the parameters and values for a single-drive, point-to-point commissioning link to a PC running DriveMonitor. These are the values documented in the service manual as the factory-typical starting point when the converter has not been previously integrated into a USS multi-drop network.

Parameter Designation Setting Function
P780 Protocol selection (SST1) 2 Selects USS protocol on the SST1 channel
P786 USS bus address (SST1) 0 USS node address on the bus (0 = master, single-drive link)
P783 Baud rate (SST1) 6 Communication speed (9600 bit/s for value 6)
P782 Number of PKW elements (SST1) 127 Fixed telegram length; reserves the maximum PKW word count
P781 Number of PZD elements (SST1) 2 Two process data words per telegram in each direction

PKW (Parameter-Kanal-Werte / parameter channel values) carries parameter read and write transactions between the master and the converter. PZD (Prozess-Daten / process data) carries the real-time control words, setpoints, status words, and actual values. A value of 127 for P782 reserves the maximum PKW word count and forces a fixed-length telegram; this configuration simplifies parameter browsing from DriveMonitor at the cost of slightly higher bus utilization but is the documented service-manual default for commissioning links.

The PZD words used in this configuration are typically the SIMOREG control word 1 (PZD1 from master) and the main setpoint (PZD2 from master), with the SIMOREG status word 1 (PZD1 to master) and the main actual value (PZD2 to master) returned in the response telegram. The exact mapping depends on P794 and P795 in the G-SST1 group; consult the service manual for the firmware revision installed.

If the drive was previously integrated into a USS multi-drop network, P786 may have been set to a non-zero address. For a single-drive PC link, always reset P786 to 0 to match the DriveMonitor online settings. DriveMonitor will silently fail to connect if the polled USS address does not match P786.

DriveMonitor Software Configuration

DriveMonitor is the Siemens commissioning tool for the SIMOREG DC-Master drive family. Version 5.4 SP2 (or later service packs published on the Siemens support portal) provides the online interface required for serial communication. After installing DriveMonitor on the PC and connecting the fabricated serial cable, configure the online interface using the following menu path and values.

Open the menu Tools → Online Settings → Interface. The Interface dialog allows selection of the PC COM port and the protocol parameters. Enter the following values:

  • PC COM port: the port number Windows assigns to the USB-to-serial adapter or native RS-232 port
  • Baud rate: 9600 bit/s (matches G-SST1 P783 = 6)
  • Data bits: 8
  • Parity: none
  • Stop bits: 1
  • Flow control: none (no RTS/CTS hardware handshake, no XON/XOFF software handshake)
  • USS node address: 0 (must match G-SST1 P786)

Click OK to commit the online settings. DriveMonitor retains these settings in the user profile for subsequent sessions but does not re-verify them on every launch; an operator changing the COM port assignment in Windows Device Manager will silently break the next online attempt unless DriveMonitor online settings are also updated.

COM Port Settings

The Windows COM port configuration must match the DriveMonitor settings exactly. A mismatched baud rate, parity, or flow control is the single most common cause of failed connections when the cable wiring itself is correct.

Parameter Value
Baud rate 9600 bit/s
Data bits 8
Parity None
Stop bits 1
Flow control None
FIFO buffer Disabled or minimum (drive-mode)

To verify the COM port assignment in Windows: open Device Manager → Ports (COM & LPT) and identify which physical COM port number Windows has assigned to the USB-to-serial adapter (if used) or the native RS-232 port. Many USB-to-serial adapters default to COM3, COM4, or higher; if DriveMonitor is configured for COM1 but the adapter is on COM7, the online connection will time out without any explicit error message.

If a USB-to-serial adapter is used, open the adapter's Advanced Properties in Device Manager and explicitly set 9600 baud, 8 data bits, no parity, 1 stop bit, and no flow control before launching DriveMonitor. Many adapters default to a different configuration (for example, 115200 baud or XON/XOFF flow control) that the converter cannot match and that will cause immediate framing errors. Industrial-grade adapters with FTDI or similar proven chipsets are strongly preferred over low-cost consumer adapters.

Step-by-Step Commissioning Procedure

The following procedure establishes a verified serial link between DriveMonitor and the SIMOREG DC-Master. Execute the steps in order and do not skip the verification checkpoints between phases.

  1. Confirm SST1 board installation. Power up the converter electronics section and navigate the PMU to the G-SST1 parameter group. If the parameters are not visible, the SST1 board is either not installed, not seated correctly, or not recognized by the firmware.
  2. Record current software version. Read parameters r060 and r065 from the PMU and record the values. These are required if a firmware or DriveMonitor upgrade becomes necessary.
  3. Write G-SST1 parameters to USS defaults. Set P780 = 2, P786 = 0, P783 = 6, P782 = 127, P781 = 2 and save to the converter's non-volatile memory.
  4. Cycle converter control voltage. Power the electronics section off and on so the new SST1 parameters take effect. Some firmware revisions require a full power cycle before the new serial parameters are accepted by the SST1 board.
  5. Connect the fabricated serial cable between the SST1 X500 connector and the PC COM port. Hand-tighten the connector screws on both D-subs.
  6. Verify the COM port assignment in Windows Device Manager and note the COM port number.
  7. Configure the COM port to 9600 baud, 8 data bits, no parity, 1 stop bit, no flow control.
  8. Launch DriveMonitor 5.4 SP2 (or later service pack).
  9. Open Tools → Online Settings → Interface and enter the COM port, 9600 baud, 8/N/1, no flow control, USS address 0.
  10. Initiate the online connection from the DriveMonitor menu (typically Online → Connect or the equivalent toolbar button). DriveMonitor will issue USS request telegrams to the drive.
  11. Read parameter r060 from the drive via DriveMonitor. The returned value confirms end-to-end communication and validates the parameter read path.
  12. Read parameter P780 from the drive to confirm the parameter write path is also functional. The value should be 2.

Verification and Diagnostics

Successful online connection is confirmed when DriveMonitor displays the drive's parameter tree and live process values without timeout errors and when parameter read/write operations complete within the expected response time. Use the following diagnostic checks to isolate persistent issues:

  • USS response timeout: Indicates no response from the drive. Verify the cable TXD/RXD crossover, the COM port number assignment, the baud rate setting, and that the converter is powered, not in a fault state, and not in the middle of a firmware upgrade.
  • Parity or framing errors: Indicate baud rate or parity mismatch between DriveMonitor and G-SST1. Double-check P783 against the DriveMonitor online settings, and verify that no flow control is enabled on either side.
  • Wrong node address: If P786 is non-zero, DriveMonitor must be configured to poll that exact USS address. DriveMonitor's address field is a free numeric entry; an off-by-one error (1 versus 0) is a frequent commissioning mistake.
  • Drive in fault with no control voltage: The SST1 interface may not respond when the converter is in a state that disables the option slot. Clear all drive faults and verify that the converter is in a ready state before expecting a serial response.
  • Intermittent connection: Usually indicates a loose D-sub connector, a broken solder joint in the fabricated cable, or a USB-to-serial adapter that loses synchronization at higher bus activity. Reseat both connectors and inspect cable ends.

Troubleshooting Matrix

Symptom Likely Cause Corrective Action
DriveMonitor reports "no response" timeout Cable TXD/RXD not crossed, wrong COM port, or drive not powered Verify wiring with multimeter, check Device Manager for COM port assignment, confirm drive power and ready state
DriveMonitor reports framing or parity errors Baud rate or parity mismatch between P783 and DriveMonitor Set P783 = 6, set DriveMonitor to 9600 8N1, disable all flow control
DriveMonitor connects but parameter tree is empty or partial Wrong USS node address or P782 set to variable length Set P786 to match DriveMonitor address (both to 0 for single-drive), set P782 = 127 for fixed length
G-SST1 parameter group not visible on PMU SST1 board not installed, not seated, or not initialized Power down, reseat SST1 board in the option slot, restore power, verify r060/r065 firmware revision supports SST1
Online connection works for parameter read but write fails P782 set to 0 (variable PKW length) while DriveMonitor expects fixed length, or vice versa Set P782 = 127 for fixed telegram length to match DriveMonitor default
Connection works initially, fails after 30 to 60 seconds Flow control mismatch, watchdog timeout, or intermittent cable Disable all flow control on PC and converter sides, reseat D-sub connectors, inspect cable for broken conductors
DriveMonitor version error or unsupported firmware warning DriveMonitor 5.4 SP2 may not support the converter's installed firmware version Read r060/r065, verify against the DriveMonitor compatibility matrix on the Siemens support portal
USB-to-serial adapter present but DriveMonitor cannot find COM port Adapter driver not installed or COM number above COM9 in legacy applications Install OEM driver (FTDI, CH340, CP210x as applicable), force COM number ≤ 9 in adapter advanced properties

Software Version Identification and Upgrade Path

Before downloading a different DriveMonitor service pack or converter firmware update, identify the currently installed SIMOREG software version from parameters r060 and r065. This step prevents installing firmware that is incompatible with the installed hardware option boards or with the converter's electronics box revision. The two read-only parameters together identify the firmware major version, minor version, and service pack level.

The latest SIMOREG DC-Master software version, its release notes, and the matching DriveMonitor service pack are published on the Siemens Industry Online Support portal. Refer to the SIMOREG DC-Master support documentation for the current firmware file, mandatory compatibility notes with DriveMonitor versions, and the upgrade procedure for the SST1 option board.

When upgrading, always:

  1. Record r060 and r065 before the upgrade.
  2. Back up the complete parameter set using DriveMonitor's upload function.
  3. Verify that the new DriveMonitor version supports the existing G-SST1 parameters without re-mapping.
  4. After the upgrade, verify the serial link by reading r060 back via the online connection before assuming the upgrade succeeded.

Field-Commissioning Notes

Several practical issues surface during field commissioning that are not apparent from the parameter tables alone. The following field-proven notes apply when a fabricated cable replaces the original Siemens serial cable on a SIMOREG 6RA70 site.

Shielding and ground loops: Bond the cable shield to the PC-side D-sub backshell only. Do not bond the shield at the SST1 end. A double-bonded shield creates a ground loop that injects common-mode noise into the RS-232 signal pair, causing intermittent timeout errors at long cable runs (greater than 3 m).

Cable length: The RS-232 standard limits cable length to approximately 15 m at 9600 bit/s. For longer distances, use an RS-232 to RS-422/RS-485 converter on the PC side and configure the SST1 board's RS-485 mode (if the SST1 variant supports it), or move to a PROFIBUS SST1 board and use a PROFIBUS-to-USB adapter on the PC.

Drive fault state: A SIMOREG in a hard fault state (for example, an overcurrent or field loss fault) may still respond to USS parameter reads but will reject parameter writes that would change operating setpoints. Clear all faults before attempting to write parameters from DriveMonitor.

Multiple SST1 boards: If the converter has both an SST1 and a PROFIBUS or other communications board installed, ensure that only one board is configured with P780 in its respective parameter group, otherwise bus contention will corrupt the telegrams.

FAQ

What COM port settings does SIMOREG DC-Master USS require?

Use 9600 baud, 8 data bits, no parity, 1 stop bit, no flow control. These values match the G-SST1 parameter P783 = 6. Mismatched parity or flow control is the most common cause of timeout and framing errors in DriveMonitor when the cable wiring is otherwise correct.

How do I reset the G-SST1 parameters to USS factory defaults?

Set P780 = 2 (USS protocol), P786 = 0 (USS node address), P783 = 6 (9600 bit/s), P782 = 127 (fixed PKW telegram length), and P781 = 2 (two PZD words). Save to non-volatile memory and cycle the converter control voltage so the new values take effect.

Which DriveMonitor version supports the SIMOREG DC-Master 6RA70?

DriveMonitor 5.4 SP2 is the version cited for this drive family. Always verify the DriveMonitor compatibility matrix against the converter firmware version read from r060 and r065 before upgrading either side of the link.

How do I find the SIMOREG firmware version?

Read display parameters r060 and r065 from the PMU or via DriveMonitor after the online link is established. The values identify the installed firmware major version, minor version, and service pack level and are required when checking compatibility with a new DriveMonitor service pack or firmware update.

Can a USB-to-serial adapter replace the original Siemens cable?

Yes, provided the adapter is configured for 9600 8N1 with no flow control and the DriveMonitor online interface is set to the COM port number Windows assigns to the adapter. Open the adapter's advanced COM properties in Device Manager before launching DriveMonitor and explicitly set 9600, 8, none, 1, no flow control to override any adapter defaults.

Back to blog