Configuring SINAMICS S210 in TIA Portal V14 vs V15.1

David Krause10 min read
SiemensTIA PortalTutorial / How-to
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 SINAMICS S210 is a single-axis servo drive system designed for high-dynamic motion control applications, typically paired with 1FK2 synchronous servo motors. The drive communicates with a SIMATIC controller exclusively over PROFINET IRT (Isochronous Real-Time) and supports standard Siemens telegrams for speed, position, and synchronous operation. Configuration, parameterization, and commissioning can be performed either through the integrated Startdrive toolset in TIA Portal or via the S210's built-in web server.

One of the most common integration obstacles engineers encounter is TIA Portal version compatibility. The S210 is not natively supported in TIA Portal V14, V14 SP1, or Startdrive V15. Native integration of the SINAMICS S210 requires Startdrive V15.1 (or later) combined with SINAMICS S210 firmware V5.2 or higher. Engineers using older TIA versions must fall back to a GSDML-based workflow, which allows hardware configuration and Technology Object (TO) interconnection but provides limited parameterization inside TIA.

This reference documents both integration paths, the firmware/TIA version matrix, the GSDML workaround, the V15.1 native workflow, and the verification steps required to confirm a healthy axis.

TIA Portal and Startdrive Compatibility Matrix

TIA Portal Version Startdrive Version SINAMICS S210 Firmware Native Integration Workaround
V14 / V14 SP1 Not supported ≤ V5.1 No GSDML + web server commissioning
V15 V15.0 ≤ V5.1 No GSDML + web server commissioning
V15.1 V15.1 V5.2+ Yes (full) N/A
V16 / V17 / V18 V16+ V5.2 / V5.3 / V6.x Yes (full) N/A
Note: Native TIA/Startdrive integration begins with Startdrive V15.1 in combination with SINAMICS S210 firmware V5.2. All earlier versions support only GSDML-based configuration. The official Siemens compatibility FAQ is available at 109761460.

Prerequisites

Before configuring the SINAMICS S210, verify the following prerequisites:

  • SIMATIC S7-1500 (or S7-1200 with motion capability) controller with PROFINET IRT interface
  • SINAMICS S210 converter, e.g. 6SL3210-5HB10-1UF0 (single-phase 230 V, 1FK2 match)
  • 1FK2 servo motor matched to the converter rating
  • PROFINET cable and connectors (Cat 5e or higher)
  • Engineering PC with TIA Portal V15.1 or later
  • Startdrive option package installed
  • SINAMICS S210 firmware V5.2 or later loaded on the drive
  • Current Startdrive V15.1 software package
  • For V14 fallback: current GSDML file for the S210 (e.g. GSDML-V2.31-Siemens-SINAMICS_S210-20151023.xml or later)

V14 Fallback: GSDML-Based Configuration

Engineers constrained to TIA Portal V14 cannot configure the SINAMICS S210 through the Startdrive catalog. The drive will not appear in the hardware catalog under Drives & Starter > SINAMICS Drives. The supported alternative is a GSD-based PROFINET device installation combined with web-server commissioning.

Step-by-Step: GSDML Installation

  1. Open TIA Portal V14 SP1.
  2. Switch to the project view and open Devices & Networks.
  3. Select Options > Manage general station description files (GSD).
  4. Browse to the directory containing the S210 GSDML file.
  5. Select the file and click Install. Confirm the catalog warning.
  6. After installation, the S210 appears under Other field devices > PROFINET IO > Drives > Siemens AG > SINAMICS.
  7. Drag the device into the PROFINET subnet of the S7 controller.

Limitations of the GSDML Path

  • No drive-side parameterization inside TIA (e.g., current limits, mechanical system, encoder configuration).
  • No automatic Telegram-to-Axis mapping dialog.
  • No firmware update from inside TIA.
  • Safety Integrated configuration (STO via PROFIsafe) must be performed via web server.
  • Trace and diagnostic buffer access is limited.

Commissioning must be performed through the S210's integrated web server. Connect the engineering PC to the S210 service port (X127) or to the PROFINET port, navigate to the configured IP address (default 169.254.11.22), and complete the basic commissioning screens: motor selection, encoder type, current limits, mechanical system, PROFINET name, and PROFINET IP address. The configuration is documented in the S210 firmware release notes and the SINAMICS S210 Operating Instructions manual.

V15.1+ Native Integration Workflow

The native integration path is the recommended approach because it provides a unified engineering experience: hardware configuration, parameterization, commissioning, trace, and firmware update from inside TIA Portal.

Step 1: Software Installation

  1. Install TIA Portal V15.1 (or later).
  2. Install the Startdrive V15.1 option package from the Siemens Automation License Manager or the Startdrive V15.1 download page.
  3. Verify the SINAMICS S210 hardware support package (HSP) is present. If not, install the latest S210 HSP via Options > Support Packages.

Step 2: Insert the SINAMICS S210 in the Project

  1. Open the project in TIA Portal.
  2. Open Devices & Networks.
  3. In the hardware catalog, expand Drives & Starter > SINAMICS Drives > SINAMICS S210.
  4. Drag the matching converter (based on line voltage and current rating) into the PROFINET subnet of the S7-1500.
  5. The S210 device and its PROFINET interface are added to the topology. Configure the IP address, PROFINET device name, and IRT domain.

Step 3: Telegram Selection

The S210 supports standard Siemens telegrams. The most common choices:

Telegram Use Case Words (PZD)
Standard Telegram 3 Speed control 2/2
Standard Telegram 5 Speed control with DSC 4/4
SIEMENS Telegram 102 Speed + Position 6/6
SIEMENS Telegram 105 Speed + Position + DSC 10/10
SIEMENS Telegram 206 Speed + Torque (cyclic) 8/6

Select the telegram that matches the planned Technology Object. Telegram 5 is the most common choice when a Technology Object is used in position-controlled mode with Dynamic Servo Control (DSC).

Technology Object Configuration

The Technology Object (TO) is the engineering object inside the S7-1500 that exposes the axis as a programmable motion resource.

  1. In the project tree, expand the S7-1500 PLC.
  2. Right-click Technology objects > Add new object.
  3. Select the appropriate TO type:
    • TO_SpeedAxis for velocity control only.
    • TO_PositioningAxis for point-to-point positioning.
    • TO_SynchronousAxis for electronic gearing, camming, or printing-mark registration.
  4. Assign a name (e.g. S210_Axis_1).
  5. In the TO configuration dialog, link the Drive entry to the SINAMICS S210 device and select the matching telegram.
  6. Configure encoder (typically the internal motor encoder, identified automatically via the drive telegram).
  7. Configure the mechanical system: load gear ratio, leadscrew pitch, position units.
  8. Configure dynamics: max velocity, max acceleration, max jerk, emergency stop deceleration.
  9. Configure limits: software limit switches, hardware limit switches via DI, positioning tolerance window.
Tip: When using Telegram 5 with DSC, set the Position control structure to With DSC. DSC offloads the position controller to the drive cycle, achieving higher dynamic stiffness and lower following error.

PROFINET IRT Configuration

The S210 is a PROFINET IRT-capable device. To achieve deterministic motion, configure the PROFINET subnet as follows:

  1. Open the PROFINET subnet properties.
  2. Set Send clock to 1.000 ms or 0.5 ms depending on the application and the number of axes on the subnet.
  3. Configure the IRT topology in Topology Editor or accept the automatic assignment.
  4. Verify that the S210 and the S7-1500 PROFINET port are in the same Sync domain.
  5. Assign the S210 as a Sync slave; the S7-1500 is the sync master.

If the S210 is on a non-IRT capable switch, the system falls back to RT and motion performance will degrade. Always use IRT-capable switches (e.g. SCALANCE XC-200 or higher) in motion applications.

Commissioning Procedure

After the configuration has been compiled and downloaded, the axis must be commissioned.

  1. Download the hardware configuration to the S7-1500.
  2. Download the project (including the TO and S210 parameters) to the S210.
  3. Open the Commissioning view of the axis.
  4. Perform axis optimization: traverse the axis in jog mode and run the controller optimization (pre-control, Kv gain, speed loop gain).
  5. Verify direction of rotation by jogging the axis in both directions.
  6. Verify the software limit switches by moving the axis to the intended end positions.
  7. Test the hardware limit switches by forcing the digital input.
  8. Run a positioning test in the commissioning view (e.g. move to position 100 mm, then 0 mm).
  9. If PROFIsafe STO is wired, perform the safety acceptance test and record the results.

Verification and Diagnostics

After commissioning, verify that the system is operating correctly:

  • PROFINET diagnostics: open Online & Diagnostics > PROFINET diagnostics. Confirm that the S210 reports Communication OK and no diagnostic interrupts.
  • Axis diagnostics: open the TO online view. Verify Status = RUN, no pending errors, no warnings.
  • Trace recording: enable the integrated trace and capture following error, actual velocity, and setpoint velocity during a motion profile. Confirm following error stays inside the configured tolerance.
  • Web server: navigate to the S210 web page. Verify the drive status word (e.g. Status word 1 ZSW1 = 0x0671 for Operation enabled).
  • Diagnostic buffer: review the S7-1500 diagnostic buffer for PROFINET faults or axis faults.

Common Fault Codes

Fault Code (F) Meaning Remedy
F07801 Motor overcurrent Check wiring, motor, mechanical load.
F07802 Inverter overcurrent Verify power module, ramp times.
F07900 Drive stopped by external fault Check external fault input wiring.
F08501 PROFINET communication failure Check cable, device name, IP, IRT configuration.
F30001 Overvoltage DC link Check line voltage; verify ramp-down time.
F31100 Encoder signal lost Check encoder cable and shielding.
F7452 PROFIsafe fault Check PROFIsafe address and F-CPU signature.
Note: Always cross-check current fault code definitions with the SINAMICS S210 List Manual available on the official Siemens Industry Online Support portal, because firmware updates can introduce new codes or modify meanings.

Migration From V14 to V15.1

Engineers who initially developed a V14 project with a GSDML-included S210 and need to migrate to V15.1 should:

  1. Open the V14 project in TIA Portal V15.1 and accept the upgrade prompt.
  2. Delete the GSDML device from the topology.
  3. Install the S210 HSP for V15.1.
  4. Insert the S210 from the Startdrive catalog and reconnect to the same PROFINET name and IP.
  5. Re-assign the Telegram on the device and reconnect the Technology Object Drive interface.
  6. Re-download the project and re-verify commissioning.

This migration unlocks the full TIA feature set: integrated trace, drive-side parameterization, automatic firmware update, and PROFIsafe parameter access inside TIA.

Web Server as an Alternative Commissioning Path

For engineers without a TIA environment, the S210 web server provides basic commissioning and diagnostics. The web server is enabled by default on port 80 and is reachable via the service interface X127 (default IP 169.254.11.22). Useful functions:

  • Configuration of PROFINET name and IP
  • Motor and encoder configuration
  • Current and torque limits
  • Mechanical system definition
  • Drive trace buffer
  • Diagnostic buffer
  • Firmware update
Security: The web server allows password assignment. Always change the default password before deploying the drive on a production network.

Field-Proven Caveats

  • Firmware downgrade: downgrading from V5.2 to V5.1 once native TIA integration has been used can leave residual parameters. Always perform a factory reset on the drive before a downgrade.
  • IRT topology change: changing port assignments in an existing motion subnet forces a new IRT configuration download. Always re-test synchronization.
  • Motor substitution: the S210 stores motor electronic nameplate data. When replacing a 1FK2 motor, the drive must re-learn the motor data via the web server or via the Motor identification routine.
  • Third-party motors: S210 is validated for Siemens 1FK2 motors only. Non-Siemens motors are not supported.
  • Cyber security: when deploying S210 on a plant network, deactivate unused services and apply Siemens security guidelines.

FAQ

Can I configure a SINAMICS S210 with TIA Portal V14?

No. The SINAMICS S210 is not natively integrated in TIA Portal V14, V14 SP1, or Startdrive V15. The supported workaround is to install the S210 GSDML file and commission the drive via its built-in web server. Native integration starts with Startdrive V15.1 and SINAMICS S210 firmware V5.2.

What is the minimum TIA Portal version for full S210 integration?

TIA Portal V15.1 with Startdrive V15.1 and SINAMICS S210 firmware V5.2 or higher provides full integration. Later TIA versions (V16, V17, V18) are also supported with corresponding Startdrive and firmware updates.

Which PROFINET telegram should I select for positioning with DSC?

Use Siemens Telegram 105 (10 PZD words in each direction) for position control with Dynamic Servo Control. Telegram 5 is the standard speed-control telegram with DSC. The telegram must match on the drive and the Technology Object.

How do I migrate a V14 GSDML-based S210 project to V15.1?

Upgrade the project to V15.1, delete the GSDML device, install the S210 hardware support package, re-insert the S210 from the Startdrive catalog with the same PROFINET name and IP, reassign the Telegram on the device, reconnect the Technology Object, and re-download and re-verify commissioning.

Where can I download the Startdrive V15.1 software and S210 firmware?

The Startdrive V15.1 software package is available at Siemens entry 109760844. Available SINAMICS S210 firmware versions are listed at Siemens entry 109744577.

Back to blog