Connecting SIMOTION D425 6AU1425-0AA00-0AA0 via Scout Software

David Krause11 min read
Motion ControlSiemensTutorial / 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

1. Problem Context: The SIMOTION D425 Connectivity Gap

The SIMOTION D425 with order number 6AU1425-0AA00-0AA0 is a first-generation SIMOTION controller with an integrated SINAMICS S120 drive line. Engineers frequently reach for SCOUT TIA when they first unpack a programming device (PG) that already has TIA Portal V13 through V18 installed. The result is predictable and frustrating: SCOUT TIA only lists the newer 6AU1425-2AA... variant (D425-2 DP/PN) in its hardware catalog, and the older D425 control unit cannot be created, opened, or diagnosed.

This article documents the supported software path for the legacy D425, including the exact Scout variant, the matching STEP 7 baseline, the integrated webserver fallback, and the diagnostic buffer procedure.

Critical: The D425 (6AU1425-0AA00-0AA0) has been declared "Product deleted without replacement" by Siemens. Firmware V4.3 is the last publicly distributed runtime. Newer Scout TIA releases do not contain a device description (GSD/GSDM-equivalent) for this hardware, which is why it never appears in the TIA hardware catalog regardless of installed option packages.

2. Device Identification: D425 vs D425-2

Siemens released the SIMOTION D4xx family in two major hardware generations. The article-number suffix determines the engineering tool path. Misidentifying the variant is the most common cause of the "device not in catalog" symptom.

Feature D425 (Legacy) D425-2 DP/PN
MLFB / Order No. 6AU1425-0AA00-0AA0 6AU1425-2AA00-0AA0 / 6AU1425-2AD00-0AA0
Hardware generation SIMOTION D4xx V1 SIMOTION D4x5-2
Last firmware V4.3 (V4.4 SIMOTION-only patch documented in some KB articles) V4.5 / V5.x on later updates
Supported toolchain SCOUT Standalone (V4.4 SPx) or SCOUT for STEP 7 V5.x SCOUT TIA (V13 SP1 and later) and SCOUT Standalone
STEP 7 baseline STEP 7 V5.5 SPx required as a host Not required (TIA Portal native)
Status Phased out, no replacement Active

Read the device label on the front plate of the D425 module. The order number is printed on the right-hand side under the Siemens logo. If the second field of the MLFB reads -0AA00- it is the legacy D425. A -2AA00- or -2AD00- indicates the D425-2 family and SCOUT TIA can be used directly.

3. Why SCOUT TIA Cannot See the Legacy D425

The SIMOTION option package for TIA Portal only ships object lists, GSD-equivalents, and device descriptions for hardware released or still serviced at the time of the SCOUT TIA build. The legacy D425 is excluded because:

  1. No new firmware is being produced, so no new TIA option package is generated for it.
  2. The hardware catalog inside SCOUT TIA is generated from the same device pool as TIA Portal's hardware catalog; without a registered MLFB, the device cannot be inserted into a TIA project.
  3. TIA Portal V15, V15.1, V16, V17, and V18 all carry the same exclusion: only 6AU1425-2AA... appears, even with the latest HSP (Hardware Support Package) installed.

The mismatch is not a license issue, an HSP problem, or a corrupt install. The legacy D425 is simply outside the supported set of the TIA toolchain. Use the SIMATIC Manager / SCOUT Standalone path instead.

4. Required Software Stack

Two supported paths exist for diagnosing the legacy D425. Both are based on the same SCOUT engine, only the host shell differs.

4.1 SCOUT Standalone (Recommended for diagnostics-only work)

  • SCOUT V4.4 SP1 (or later standalone build) with HF (hotfix) installed for the D425 hardware family.
  • Does not require STEP 7 V5.x installation; it is a self-contained engineering shell.
  • Includes the device catalog, the SINAMICS drive configurator, and the integrated webserver launch point.
  • Can be installed on Windows 7 SP1 / Windows 10 (LTSC) 64-bit; check the current readme for the exact supported Windows build.

4.2 SCOUT for STEP 7 V5.x

  • STEP 7 V5.5 SPx (SP4 or later) is mandatory as the host shell.
  • SCOUT V4.4 (or V4.4 SPx) installed as an add-on inside SIMATIC Manager.
  • Required when you also need to manage the project on a STEP 7 V5.x S7 program side-by-side with SIMOTION programs.
  • The combo is the only way to retain compatibility with V13-style projects that the user may have on the PG.
Order of installation matters: For SCOUT for STEP 7 V5.x, install STEP 7 V5.5 SPx first, restart, then install SCOUT. Reversing the order prevents SCOUT from registering its Add-On in the SIMATIC Manager shell.

5. Scout Version Compatibility Matrix

SCOUT Build Runtime FW on D425 PG Tooling Available Recommended Use
V4.1.x V4.0 / V4.1 PG with V13 base, V13 SP1 onwards Legacy projects (only if pre-4.2 FW present)
V4.2 V4.2 Same as above Mid-life D425 fleet
V4.3 V4.3 V13 SP1, V14, V14 SP1 Common for first-generation D425 commissioning
V4.4 (last standalone) V4.3 / V4.3 SP1 / V4.3 HF V13 SP1 through V15.1 on STEP 7 V5.6 Recommended for new diagnostics tasks
SCOUT TIA V4.5 / V5.x D425-2 only TIA Portal V15.1 and later Not for 6AU1425-0AA00-0AA0

Match the SCOUT version to the runtime firmware currently flashed on the D425. A newer SCOUT will refuse to go online against an older firmware, and a much older SCOUT cannot read newer diagnostic data structures.

6. Webserver Fallback (No SCOUT Installed)

The SIMOTION D425 has an integrated webserver that exposes a substantial subset of the diagnostic buffer, the alarm history, and the SINAMICS drive state. It is the fastest way to confirm a controller is alive and to read recent alarms when installing SCOUT is not possible.

  1. Connect the PG Ethernet port directly to the D425 X120 (PROFINET port 1) or X130 (port 2) service interface.
  2. Configure the PG IP to 169.254.11.22 with mask 255.255.0.0 (the default service IP of the D425 is 169.254.11.21 for X120 or use the configured address from the project).
  3. Open a browser and navigate to https://169.254.11.21 (or the configured address). Accept the self-signed certificate warning.
  4. Log in with the configured user rights; the default administrator account is simotion with the password set during commissioning (or SIMOTION on a brand-new unit).
  5. Navigate to Diagnostics → Diagnostic Buffer and Diagnostics → SINAMICS State to read faults and warnings.

The webserver is read-only for project changes but covers > 80% of the data a service engineer needs for a first triage. Use it whenever a customer will not allow a full Scout install, or when a foreign PG is on hand.

7. STEP 7 V5.x + SCOUT Installation Procedure

For the most complete engineering access (online, project edit, firmware update, trace, drive control panel), follow this exact sequence:

  1. Verify OS compatibility. Windows 7 SP1 (64-bit), Windows 10 LTSC 2019, or Windows Server 2016 are commonly accepted. Disable UAC during installation to prevent registry-write failures.
  2. Install STEP 7 V5.5 SPx from the original DVD or Siemens Automation License Manager image. Reboot.
  3. Install SCOUT V4.4 (or whichever build matches the on-board firmware). Select the Add-On installation; SCOUT registers itself into the SIMATIC Manager shell.
  4. Install SIMOTION firmware support package if your SCOUT DVD has a separate SIMOTION SCOUT — Support Package folder. This package adds the D425 catalog entries.
  5. Apply hotfixes (HF) released against your SCOUT build. Hotfixes fix specific diagnostic buffer parsing bugs and are required for V4.3 firmware to read all entries.
  6. Transfer the Automation License for SCOUT (and a separate one for SINAMICS commissioning) from the USB license key to the local hard disk using the Automation License Manager.
  7. Restart the PG and launch SIMATIC Manager. SCOUT is now visible in the Tools → SIMOTION Scout menu.
Anti-virus / Windows Defender: Exclude the \SIEMENS\Automation\ directory tree and the Automation License Manager service. Real-time scanning will corrupt the SCOUT COM object registration and produce cryptic "Class not registered" errors on next launch.

8. Online Connection and Diagnostic Buffer Read

  1. Create a new SIMOTION project in SCOUT and add the D425 (6AU1425-0AA00-0AA0) from the catalog.
  2. Configure the PROFINET interface (X120/X130) to match the unit's IP address. Default is 169.254.11.21; change in Project → Properties → Address if the unit has a different fixed address.
  3. Right-click the D425 in the project tree and select Connect to target system. Confirm the IP and subnet.
  4. Once online, open Target system → Diagnostics → Diagnostic buffer. The buffer lists the most recent 200+ events with timestamp, event class, and associated SINAMICS fault code.
  5. For drive-side faults, open Drive → Diagnostics → Faults / Warnings. Each entry shows the SINAMICS fault number (F-code), the component, and the diagnostic text.
  6. Use Trace to record the analog and digital channels leading up to a fault. The D425 supports up to 4 trace sessions concurrently.

The diagnostic buffer is non-volatile and survives power cycles. It is the first stop for any field service call. Always export the buffer (Export to CSV) before clearing faults, because clearing zeroes the buffer and destroys forensic data.

9. Firmware Update Procedure (V4.3 Final)

  1. Confirm the unit is at V4.2 or earlier; V4.3 is the target.
  2. Open the project, connect online, and read the current firmware version from Target system → Device version.
  3. Right-click the D425 and select Target system → Firmware update. Browse to the unzipped firmware directory that contains the SIMOTION_D4xx_V4_3.upd file (and matching SINAMICS CU firmware).
  4. Select the components to flash: SIMOTION runtime, SINAMICS control unit, and (optionally) the drive's CF card image.
  5. Click Start update. The D425 reboots automatically twice; do not power-cycle the unit during the update window.
  6. After reboot, reconnect and verify the new firmware version in the Device version dialog. Perform a RAM-to-ROM save to persist the upgrade.
A firmware update on a D425 with a corrupted CF card can brick the unit. Always back up the CF card contents via Target system → Read RAM to ROM / Save to card before starting an update. Siemens support can re-image a bricked D425 only with a paid service contract and the original serial number.

10. Verification Checklist

Run through this matrix to confirm a healthy online session before returning the unit to production:

Check Expected Result How to Verify
Online state Green "online" indicator in SCOUT Project tree status icon
Diagnostic buffer clean No entries with class "FAULT" since last reset Diagnostics → Diagnostic buffer
SINAMICS state No F-code active; r899 = 0 Drive → Diagnostics → Faults / Warnings
PROFINET connection Port LED green steady, no cyclic watchdog Project → PROFINET diagnostics
Axis enable Controller enable and pulse enable both true Axis → Status / Control
Real-time clock Time stamp on diagnostic entries within ±1 min of PG time Diagnostic buffer top entry
License SCOUT license and SINAMICS commissioning license both valid Help → License information

11. Troubleshooting Matrix

Symptom Likely Root Cause Corrective Action
Device not in SCOUT TIA catalog Toolchain mismatch (legacy D425 vs TIA-only catalog) Switch to SCOUT Standalone V4.4 or SCOUT for STEP 7 V5.x
"Class not registered" error on SCOUT launch Anti-virus blocked COM object registration Reinstall SCOUT with Defender real-time scanning disabled
Online connection times out Wrong IP / subnet or PROFINET port unplugged Ping the unit; verify X120 / X130 link LED; check Windows firewall
License missing / expired USB license key not detected or ALM service stopped Restart the Automation License Manager service; re-transfer license
Diagnostic buffer read only shows old entries Clock battery dead (D425 internal RTC battery) Replace the CR2032 backup battery on the D425; reset RTC
Webserver returns HTTP 503 Webserver disabled in project or firmware < V4.2 Enable webserver in SCOUT project → Properties → Web access; reload unit
Trace recording shows flat lines Wrong trigger configuration or no trigger event Reconfigure trigger condition and pre-trigger length

12. Field-Proven Caveats

  • The D425 cannot be migrated to the D425-2 hardware without a full re-commission. There is no field conversion kit.
  • Spare CF cards must be Siemens-branded (6AU1400-xAAxx-xAA0 family). Industrial-grade cards from third parties frequently fail to boot the SIMOTION runtime.
  • When replacing a defective D425, the new unit's MAC address differs from the old one. Update the PROFINET device name and IP before going online, otherwise the IO controller will not see the replacement.
  • The D425 stores the project on the CF card, not in the unit's flash. Always keep a project backup on the engineering PG; a corrupted CF card is the most common cause of "unit will not boot."
  • Newer Windows 10 builds (1909 and later) can break the SINAMICS commissioning tool's COM server. Pin the OS to 1809 LTSC for production PGs that service SIMOTION fleets.

13. Frequently Asked Questions

Can I use SCOUT TIA V18 with the legacy D425 6AU1425-0AA00-0AA0?

No. SCOUT TIA V13 through V18 only catalog the D425-2 family (6AU1425-2AA/-2AD). The legacy D425 must be commissioned with SCOUT Standalone V4.4 or SCOUT for STEP 7 V5.x running on STEP 7 V5.5 SPx.

Do I need STEP 7 V5.x if I only want to read the diagnostic buffer?

Not necessarily. Install SCOUT Standalone V4.4, which runs without STEP 7 V5.x. For a no-install fallback, the integrated webserver at https://169.254.11.21 (default service IP) exposes the diagnostic buffer and SINAMICS state directly from a browser.

What is the last firmware version available for the 6AU1425-0AA00-0AA0?

SIMOTION runtime V4.3 is the last publicly distributed firmware for the legacy D425. The product has been phased out by Siemens with no direct replacement in the SIMOTION D4x5-2 family, although the D425-2 (6AU1425-2AA) is the closest functional equivalent.

Why does the SCOUT TIA hardware catalog show only the 425-2 DP variant?

SCOUT TIA option packages are generated only for hardware still in active service or supported at the time of the TIA build. The legacy D425 is excluded from every TIA option package, so the MLFB 6AU1425-2AA0x-0AA0 is the only entry that ever appears.

Can I use the webserver to clear faults and reset the D425?

No. The webserver is read-only for diagnostic and configuration data. Faults and a controller reset must be issued from SCOUT (online → target system → reset / clear faults) or via a user program on a connected HMI / PLC.

What Windows version is best for a PG that services legacy D425 units?

Windows 10 LTSC 2019 (build 1809) 64-bit is the most stable host for STEP 7 V5.5 SPx + SCOUT V4.4. Newer consumer Windows 10 builds break the SINAMICS commissioning COM server; Windows 11 is not officially supported by the V5.x toolchain.

Back to blog