LOGO! Soft Comfort V8.1 SP1: Installing Update to V8.1.1

David Krause10 min read
HMI ProgrammingSiemensTechnical Reference
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

LOGO! Soft Comfort V8.1 SP1: Upgrading to V8.1.1

Service Pack 1 (SP1) for LOGO! Soft Comfort V8.1 (LSC V8.1) is the official Siemens maintenance release that revises the programming environment to V8.1.1. The package ships as a single executable installer that retrofits an existing V8.1 deployment in place, and also accepts older V1.0 through V7.0 installations as upgrade sources. This reference covers the full SP1 lifecycle: download path, prerequisite checks, the Administrator install, FS04 / FS05 hardware selection handling, post-install version verification, and known compatibility constraints with LOGO! 8 hardware revisions.

Overview of LSC V8.1 SP1

LOGO! Soft Comfort is the FBD / LAD programming environment for the Siemens LOGO! 8 (6ED1052-xxx08-0BA0) logic module family. SP1 is a maintenance release that:

  • Raises the LSC product version from 8.1.0 to 8.1.1 (the Help → Info dialog reports 8.1.1).
  • Builds against the same setup.exe image architecture as the base V8.1 DVD distribution.
  • Is distributed as an upgrade package; it does not require uninstalling V8.1 first when V8.0 or V7.0 is already installed.
  • Is digitally signed by Siemens AG and is accepted by Windows 7 SP1, Windows 8.1, and Windows 10 User Account Control when run elevated.

The package consolidates the V8.1 feature baseline (web server editor enhancements, UDF library, message text configurations for LOGO! 8.FS04) and addresses field-reported defects collected between the V8.1 RTM and the SP1 build dated 18 May 2017. The Siemens Service Pack naming convention - raise the minor version, refresh binaries, ship one setup.exe - is shared with sibling products such as SIMATIC CFC V8.1 SP1.

Supported Upgrade Paths

The SP1 setup covers every published LSC version from V1.0 forward:

Source Version Source State Target After SP1
LSC V1.0 Installed LSC V8.1.1
LSC V2.0 Installed LSC V8.1.1
LSC V3.x (3.0, 3.1, 3.2, 3.3) Installed LSC V8.1.1
LSC V4.0 Installed LSC V8.1.1
LSC V5.0 Installed LSC V8.1.1
LSC V6.x (6.0, 6.1) Installed LSC V8.1.1
LSC V7.0 Installed LSC V8.1.1
LSC V8.0 Installed LSC V8.1.1
LSC V8.1 (base RTM) Installed LSC V8.1.1
Note: No intermediate uninstallation is required when upgrading from V7.0 or V8.0. The SP1 setup handles the in-place transition automatically. The source version is detected at the start of setup.exe via the registry hive HKLM\SOFTWARE\Siemens\LOGO! Soft Comfort.

Prerequisites

Confirm the following before extracting the SP1 download:

  1. Administrator privileges on the engineering station. The installer registers COM components, writes to %ProgramFiles%\Siemens\LOGO! Soft Comfort V8.1, and updates the HKLM\SOFTWARE\Siemens\LOGO! Soft Comfort registry hive.
  2. Windows 7 SP1 / Windows 8.1 / Windows 10 (x86 or x64). For Windows 7 deployments, install Microsoft's Windows 7 SP1 performance update first; LSC V8.1's background compiler is sensitive to the user-mode scheduler fixes delivered by that patch, and compile times on large FBD diagrams can otherwise extend 2x-3x.
  3. .NET Framework 4.0 / 4.5 required by the message-text editor.
  4. Minimum 1 GB free disk on the system drive for temporary extraction.
  5. A previous LSC installation is mandatory - the SP1 is an upgrade, not a clean install package.
  6. LOGO! 8 base module (6ED1052-1xx08-0BA0) for hardware programming, or a third-party LOGO! clone for simulation only.
  7. Disable folder-encryption (EFS) on %ProgramFiles%\Siemens; encrypted folders break the COM re-registration step.

Download Procedure

  1. Open the Siemens Industry Online Support portal.
  2. Navigate to Products & Systems → LOGO! Logic Module → LOGO! Soft Comfort → Demo software, upgrades / updates, drivers.
  3. Select the entry titled "Upgrade from LOGO! Soft Comfort: V1.0 / V2.0 / V3.x / V4.0 / V5.0 / V6.x / V7.0 to V8.1 (SP1)".
  4. Verify the file size matches the published checksum on the download page.
  5. Save the ZIP archive to a local path with at least 1 GB free; do not extract to a network share that requires case-sensitive traversal.
  6. Right-click the downloaded ZIP, choose Properties, and click Unblock if SmartScreen flagged it; this prevents the missing-setup.exe symptom after extraction.
Tip: The download portal lists SP1 under "upgrades / updates, drivers" - it is not the V8.1 base DVD image. If you only need the base V8.1 without the SP1, request the DVD from your local Siemens distributor instead.

Installation Procedure

  1. Right-click setup.exe in the extracted folder.
  2. Select Run as Administrator. UAC will prompt for elevation; confirm.
  3. Choose the installation language. English, German, French, Italian, Spanish, Chinese Simplified, Chinese Traditional, Japanese, and Korean are bundled.
  4. Accept the Siemens license agreement. Read the third-party OSS attribution - the LSC V8.1 redistributable includes Qwt, libnodave, and zlib.
  5. Select Upgrade when prompted. The installer detects any of V1.0 / V2.0 / V3.x / V4.0 / V5.0 / V6.x / V7.0 / V8.0 / V8.1 and replaces the binaries.
  6. Wait for the COM re-registration phase. Do not cancel; the LOGO! Soft Comfort COM service must be re-registered for the OPC.DA and WinCC channel DLLs to load.
  7. Reboot is recommended but not mandatory for the programming environment; it is required if the LOGO! CMR2020 Ethernet driver was active during the upgrade.

Silent / Unattended Install

For multi-seat engineering rooms, run the SP1 setup silently:

setup.exe /s /v"/qn REBOOT=ReallySuppress ALLUSERS=1 /L*v \"%TEMP%\SiemensLSC81SP1.log\""

Key MSI properties and values:

Property Value Purpose
REBOOT ReallySuppress Prevents forced reboot
ALLUSERS 1 Per-machine install
LSC_LANGUAGE 1033 / 1031 / 2052 EN / DE / zh-CN
INSTALLDIR %ProgramFiles%\Siemens\LOGO! Soft Comfort V8.1 Target path
ADDLOCAL ALL Full feature set

Log file path defaults to %TEMP%\SiemensLSC81SP1.log. Validate success with:

findstr /i "Installation completed successfully" %TEMP%\SiemensLSC81SP1.log

FS04 vs FS05 Hardware Selection

The single most frequent field question after installing LSC V8.1 SP1 is the absence of the LOGO! 8.FS05 entry in the hardware catalog. The dialog Tools → Select Hardware → LOGO! 8 lists FS01, FS02, FS03, and FS04 only; FS05 is intentionally not present in the SP1 catalog.

For projects that target a LOGO! 8.FS05 base module (order number suffix -0BA2 production batches from late 2017 forward), the official Siemens workaround is:

  1. Open the project in LSC V8.1.1.
  2. Select Tools → Select Hardware.
  3. Choose LOGO! 8.FS04 in the dropdown even though the physical module is FS05.
  4. Confirm the selection. The project compiles and downloads without modification.

Justification: the FS05 revision is a silicon revision of the same FS04 design; the FBD/LAD instruction set, I/O address map, and Ethernet block layout are unchanged. The FS05 designation only marks a manufacturing BOM change for component obsolescence. Selecting FS04 produces a binary that runs on FS05 hardware, and selecting FS05 (once added in a future LSC release) will also run on FS04.

Catalog Entry Field Hardware (MLFB) Compatibility Notes
LOGO! 8.FS01 6ED1052-1xx08-0BA0 (early series) OK Pre-2015 hardware
LOGO! 8.FS02 6ED1052-1xx08-0BA0 (mid series) OK Obsolete revision
LOGO! 8.FS03 6ED1052-1xx08-0BA0 (late 2015) OK Last pre-FS04
LOGO! 8.FS04 6ED1052-1xx08-0BA0 (2016+) OK Default for new projects in V8.1.1
(none / use FS04) 6ED1052-1xx08-0BA0 FS05 (2017+) OK with FS04 selection Select FS04 explicitly
Warning: Do not insert a generic "LOGO! 8" entry. Always select the most specific FSxx option available to ensure the correct firmware loader is invoked at download time. Selecting a lower FS revision than the actual hardware is supported (FS04 on FS05); selecting a higher FS revision (FS05 on FS04) will fail the download with error 0xE0F1 "firmware loader mismatch".

Version Verification

After the installer reports success, verify the actual deployed version with a four-step check:

  1. Launch LOGO! Soft Comfort V8.1 from the Start menu.
  2. Open Help → Info.
  3. Confirm the dialog displays Version 8.1.1 and a build date of 18 May 2017 (or later for localized variants).
  4. Check the file properties of %ProgramFiles%\Siemens\LOGO! Soft Comfort V8.1\LSC.exe. The Product version must read 8.1.1.0.
  5. From an elevated command prompt: reg query "HKLM\SOFTWARE\Siemens\LOGO! Soft Comfort" /v Version must return 8.1.1.0.

The Info dialog showing 8.1.1 confirms a successful upgrade. Some users report the Info page does not reference "SP1" by name; this is expected - the SP1 marker is internal, and the publicly visible version string is 8.1.1. The audit anchor is the build date 18 May 2017.

Release-Notes Constraints

The LSC V8.1 SP1 release notes do not enumerate every defect fixed. The package must be treated as a Siemens-issued maintenance release; the absence of a per-bug changelog is consistent with other Siemens SP-class updates such as the parallel Service Pack 1 with separate Update 2 for SIMATIC CFC V8.1 (Siemens support entry ID 109475448), which follows the same "raise the version, refresh the binaries" practice. The CFC package upgrades SIMATIC CFC from V8.1, V8.1+SP1, or V8.1+SP1 Update 1 to V8.1+SP1 Update 2, and is staged in maintenance windows the same way.

Troubleshooting Matrix

Symptom Root Cause Fix
setup.exe exits immediately, no UI Missing admin elevation Re-run as Administrator
Setup halts at "previous version detected" Anti-virus or folder-encryption blocking Disable AV, exclude %ProgramFiles%\Siemens from EFS
LSC crashes when loading V7 project Project saved in V7.0 with VM (variable memory) over 850 bytes Re-author the VM layout in V8.1.1
FS05 missing in catalog SP1 catalog does not include FS05 Select FS04 (see FS04 section above)
Info dialog still shows 8.1.0 Installer ran in non-admin user context Uninstall LSC V8.1, re-run setup as admin
OPC.DA channel will not register COM+ catalog locked by another installer Reboot, rerun setup
Web server editor cannot push to LOGO! LOGO! firmware < FS04 Reflash LOGO! to FS04 firmware (Toolbox migration)
Setup extracts but setup.exe missing ZIP blocked by SmartScreen Unblock the ZIP, re-extract
Cannot log in to LOGO! 8 web interface Password not preserved through SP1 upgrade Reset LOGO! password, reapply
Compile stalls on large FBD Windows 7 without KB3191566 Apply Windows 7 SP1 performance update
Download fails with error 0xE0F1 Selected FS revision newer than hardware Select the matching or older FS revision

Rolling Back to V8.1 RTM

If a project that was previously compiled under V8.1.1 fails to download after a hardware change, roll back is supported only via the base V8.1 DVD. There is no SP1 un-install entry. The procedure:

  1. Insert the LOGO! Soft Comfort V8.1 DVD.
  2. Run setup.exe as Administrator.
  3. Select Repair or Reinstall; the installer resets binaries to V8.1.0.
  4. Re-apply the SP1 only if the issue is reproducible under 8.1.1.
Note: Roll back does not undo the registry entries created by SP1. After the V8.1.0 base install, re-applying SP1 is the only path back to 8.1.1. The COM service GUIDs and the OPC channel CLSIDs are SP1-specific and will remain in the registry.

Related Siemens Update Artifacts

Engineers who manage multiple Siemens packages often schedule SP1 deployments alongside SIMATIC updates. The SIMATIC CFC V8.1 SP1 + Update 2 package (Siemens support entry 109475448) follows the same naming convention and can be staged in the same maintenance window. The two packages do not share binaries; install them in the order your toolchain requires (typically CFC first when S7 CFC blocks are used inside LOGO! UDF libraries).

For the Windows 7 SP1 base OS, install Microsoft's Windows 7 SP1 performance update before LSC V8.1 SP1. LSC's background compiler is multi-threaded and sensitive to the user-mode scheduler changes in that patch; on Windows 7 without it, compile times can extend by a factor of 2x-3x on large FBD diagrams.

FAQ

What does LSC V8.1 SP1 actually upgrade?

The SP1 raises LOGO! Soft Comfort from V8.1.0 to V8.1.1. The Help → Info dialog confirms the new version; the install date is 18 May 2017 for the initial release.

Why is LOGO! 8.FS05 missing from the hardware list?

The SP1 catalog only contains FS01 through FS04. Select FS04 when programming an FS05 module - the instruction set, register map, and address map are identical between the two revisions.

Do I need to uninstall V8.1 before installing SP1?

No. The setup detects an existing LSC V1.0 through V8.1 installation and upgrades it in place. Run setup.exe as Administrator for the COM re-registration to complete.

Can I run the SP1 installer silently across a fleet?

Yes. Use setup.exe /s /v"/qn REBOOT=ReallySuppress ALLUSERS=1". The MSI log lands in %TEMP%\SiemensLSC81SP1.log and can be scanned for the success string.

How do I confirm the upgrade succeeded?

Open LSC, choose Help → Info, and verify "Version 8.1.1" plus the 18 May 2017 build date. The LSC.exe file version must report 8.1.1.0 and the HKLM\SOFTWARE\Siemens\LOGO! Soft Comfort registry value Version must read 8.1.1.0.

Is the SP1 the same as the V8.1 base DVD?

No. The base V8.1 DVD delivers V8.1.0. The SP1 installer is a separate, smaller upgrade that targets V8.1.0 (or any V1.0-V7.0) and produces V8.1.1 with the 18 May 2017 build date.

Back to blog