Problem Description
When configuring a Siemens TP1900 Comfort Panel in TIA Portal V13, engineers frequently encounter a situation where the Runtime icon in the toolbar is greyed out / not active, the Start Runtime context-menu command is unavailable, and the HMI cannot enter runtime mode. The project compiles (or appears to compile), but the user interface gives no way to load the configuration to the panel or to start the on-screen simulation.
The condition is not a single fault. It is a symptom cluster with at least four distinct root causes that must be ruled out in sequence:
- The installed TIA Portal version does not match the device firmware generation of the configured TP1900.
- The required WinCC engineering package (Comfort, Advanced or Professional) is not installed on the engineering station.
- The HMI project contains compilation errors that prevent a valid runtime image from being produced.
- The HMI device was added with a device-version that the active SP/HSP level of TIA Portal cannot compile.
This article documents the diagnostic procedure, the exact menus to use, the version matrix, and the verification steps required to bring the TP1900 Runtime icon back to an active state on TIA Portal V13 (and the upgrade path to V13 SP1 / V14 SP1 / V15.x for newer firmware panels).
Affected Components and Versions
| Component | Model / Designation | Minimum TIA Portal | Recommended |
|---|---|---|---|
| Comfort Panel 19" | 6AV2 124-1UC02-0AX0 (TP1900 Comfort) | TIA Portal V13 SP1 + HSP | TIA Portal V14 SP1 or later |
| Engineering software | SIMATIC STEP 7 / WinCC Comfort | V13 SP1 | V15.1 / V16 / V17 |
| Engineering software | SIMATIC STEP 7 / WinCC Advanced | V13 SP1 | V15.1 / V16 / V17 |
| Engineering software | SIMATIC STEP 7 / WinCC Professional | V13 SP1 | V15.1 / V16 / V17 |
| Runtime on target | WinCC Runtime Advanced (loaded image) | Firmware matching project | Firmware matching project |
Root Cause Analysis
When TIA Portal cannot produce a valid runtime image, it disables every command that would attempt to load or simulate that image. The Runtime button is therefore a dependent UI element: it stays inactive as long as one of the following conditions is true.
Cause 1 - Device version / SP mismatch
The HMI device inserted into the project tree carries a device version (e.g. V14.0.0.0, V15.1.0.0). If the active installation of TIA Portal is older than the version that originally introduced this device, the compiler refuses to build the project and silently disables the Runtime icon. This is the situation described in the originating case report: TIA Portal V13 was used to configure a TP1900 Comfort that requires at least V13 SP1 / V14 SP1.
Cause 2 - Missing WinCC package
TIA Portal is a modular installer. Installing only STEP 7 gives the user PLC programming, but no HMI engineering capability. The WinCC component that matches the panel family is mandatory:
- WinCC Comfort - for KTP400..TP1500 Basic Panels and TP700..TP2200 Comfort Panels (incl. TP1900).
- WinCC Advanced - extends Comfort with PC-based Runtime Advanced.
- WinCC Professional - required for RT Professional on PCs.
If the WinCC package is absent, TIA Portal will not even create a usable HMI node. In some installation states a node is created but the Runtime icon is permanently disabled.
Cause 3 - Compilation errors
The Runtime icon only becomes active after a successful Rebuild all. Compilation errors in any screen, in tag connections to the PLC, in alarm configuration, or in the HMI device properties prevent a runtime image from being generated, and the Start Runtime command is consequently disabled.
Cause 4 - Wrong project HMI target or empty project
If the active editor in the project tree is a PLC, the Runtime icon in the HMI toolbar still reflects the status of the HMI, but the user may inadvertently attempt to start Runtime from a context where the HMI is not the focus. Always select the HMI node before checking the icon state.
Diagnostic Procedure
Run the following checks in order. Each step verifies a different layer of the engineering stack.
-
Identify the installed TIA Portal version. Open TIA Portal and navigate to Help > Installed Software > Details. Capture the build number and the exact product designation, e.g.
SIMATIC TIA Portal V13 Update 9vsV13 SP1 Update 4. - List every installed WinCC component. In the same dialog, verify that WinCC Comfort (or Advanced / Professional, depending on panel family) is listed and shows the same version as STEP 7.
- Check the panel firmware / device version. Right-click the HMI in the project tree, choose Properties > General > Device version. Cross-check this version against the official TIA Portal compatibility list for the TP1900 Comfort.
- Compile the entire HMI project. Right-click the HMI in the project tree, choose Compile > Rebuild all. Note every error and warning in the Info > Compile editor.
- Inspect the Runtime button state. With the HMI node selected in the project tree, observe the toolbar. If the Start Runtime icon is still greyed out, the cause is either the SP-level mismatch (Cause 1) or the missing WinCC package (Cause 2).
-
Check panel availability in the device catalog. Devices & Networks > expand the catalog and search for
6AV2 124-1UC02-0AX0. If the catalog does not list the TP1900 Comfort at all, the engineering software is older than the device's introduction version.
Solution 1 - Upgrade the TIA Portal Installation
The TP1900 Comfort panel is supported starting with TIA Portal V13 SP1 (with the matching Hardware Support Package). Siemens recommends upgrading to TIA Portal V14 SP1 or later to obtain a fully maintained engineering environment.
- Run the TIA Portal installer as administrator.
- Select Modify installation.
- Add the missing WinCC component: SIMATIC WinCC Comfort (or Advanced).
- When the installer offers Service Packs and Updates, accept the highest available for V13 (e.g. V13 SP1 Update 9). If the panel requires a newer generation, switch to V14 SP1 Update 7 or higher.
- Complete the installation and restart Windows.
- Reopen the project in TIA Portal. The device catalog should now list the TP1900 Comfort.
- Right-click the HMI in the project tree and choose Change device if the originally inserted device is shown with a red warning marker. Replace it with the correct TP1900 Comfort variant matching the hardware on the machine.
Solution 2 - Repair a Missing WinCC Package
If STEP 7 is installed but WinCC is not (or a partial WinCC was installed):
- Open Control Panel > Programs and Features.
- Locate SIMATIC TIA Portal in the list.
- Select Change / Repair.
- From the product tree, tick WinCC Comfort (and WinCC Advanced if PC-based Runtime is also used).
- Accept the licence transfer for each newly ticked component.
- Let the installer complete, then reboot the engineering PC.
After this change, the Start Runtime icon will become available the next time the project is opened in TIA Portal.
Solution 3 - Resolve Compilation Errors
If a Rebuild all produced errors, the Runtime icon is disabled until the compiler produces a clean build. Typical error classes and their remedies are summarised in the table below.
| Error class | Sample message | Remedy |
|---|---|---|
| Tag connection error | Tag "Motor_Run" not connected to a PLC tag |
Re-link the HMI tag to a valid PLC tag, or delete the HMI tag. |
| Screen warning | Object 'IO_field_3' references missing tag |
Open the affected screen, re-assign the tag or remove the object. |
| Alarm configuration | Discrete alarm 'HighPressure' has no trigger tag |
Configure the trigger tag in the alarm properties. |
| Recipe / user administration | User 'Operator' has no password defined |
Define a password or remove the user from the project. |
| PLC-HMI connection | No S7 connection configured for HMI_1 |
Open Devices & Networks, drag a connection from the PLC's interface to the HMI's interface and compile again. |
After fixing the errors, repeat the Rebuild all command and confirm the Info editor reports 0 errors, 0 warnings related to the HMI.
Solution 4 - Align the Device Version with the Installed SP
According to the official Siemens TIA Portal documentation, "If the device version of the target HMI device does not correspond to that of the configured device version, Runtime cannot be started after loading." (see Downloading the project to an HMI device (RT Professional)). The same logic applies to WinCC Runtime Advanced on Comfort Panels.
Procedure to align the device version:
- Right-click the HMI device in the project tree.
- Open Properties > General > Device version.
- Compare the entry with the highest device version supported by the installed TIA Portal (the catalog displays the maximum version as bold).
- If the project contains a newer version, choose Change device > TP1900 Comfort and select the highest version that is not bold (i.e. the version that is installed on the engineering station).
- Recompile the HMI. The Runtime icon should now activate.
Solution 5 - Download the Project to the HMI
Once the Runtime icon is active, the configuration must be transferred to the TP1900 Comfort for it to enter Runtime:
- In the project tree, right-click the HMI node (the topmost item under the HMI station).
- Select Download to device > Software (all). If the project has not been compiled, TIA Portal will compile it first and then start the transfer.
- Confirm the target interface. For an Ethernet-attached panel, select the NIC that is connected to the panel's PROFINET port. The default IP of a Comfort Panel is
192.168.0.1(X1) or192.168.1.1(X2) with subnet mask255.255.255.0. - If the panel is in Transfer mode, the download proceeds automatically. If not, press the panel's Settings button on the loader, navigate to Transfer > Enable, then return to the loader. Repeat the download.
- After the download completes, the panel restarts and enters Runtime automatically.
Verification
After applying the fix, perform the following checks to confirm Runtime is functional.
- Runtime icon active: In TIA Portal, select the HMI node. The Start Runtime icon in the toolbar is no longer greyed out.
- Online diagnostics: Open Online > Online & diagnostics, select the TP1900 Comfort, and read the device diagnostics buffer. The most recent entry should report a successful restart in Runtime mode.
- Tag live values: On the panel screen, navigate to a screen containing a tag that is linked to the PLC. The displayed value should update in real time, confirming the HMI-PLC connection is operational.
- Alarm test: Force a discrete alarm from STEP 7 (PLC tag = 1). The corresponding alarm should appear in the panel's alarm view within one polling cycle.
- Simulator test (offline): With the engineering PC disconnected from the panel, click Start Runtime in TIA Portal. WinCC Runtime Advanced should launch as a PC window using the same configuration. This isolates whether the fault is on the panel or in the project.
TP1900 Comfort Hardware Reference
| Parameter | Value |
|---|---|
| Display | 18.5" widescreen TFT, 16:9 |
| Resolution | 1366 x 768 pixels |
| Colors | 16 million |
| Touch | Capacitive multi-touch |
| Interfaces | 2 x PROFINET (X1, X2), 1 x PROFIBUS DP (optional via IF), 2 x USB 2.0, 1 x RS-422/485, audio line out |
| Memory (user) | 24 MB recipe / log memory, expandable with SD card |
| Configuration software | WinCC Comfort / Advanced (TIA Portal) |
| Default IP (X1) | 192.168.0.1 / 24 |
| Default IP (X2) | 192.168.1.1 / 24 |
| PROFINET device name (default) | empty - must be assigned |
Compatibility Matrix - TIA Portal vs TP1900 Comfort
| TIA Portal | TP1900 Comfort supported natively? | Notes |
|---|---|---|
| V13 (no SP) | No | Device description missing. Runtime icon disabled. |
| V13 SP1 + HSP | Limited | Use only for legacy projects. End of life. |
| V14 SP1 | Yes | Recommended baseline for Comfort Panels. |
| V15 / V15.1 | Yes | Full feature set, no security limitations. |
| V16 / V17 | Yes | Latest features, OPC UA server on panel, central user management. |
Field-Proven Tips
- Always pin one TIA Portal version per machine. Different TIA Portal versions emit different runtime image formats. A project compiled with V15.1 cannot load on a panel that was configured for V13 SP1 even if the panel hardware is identical.
- Export the project to a TIA Portal versioned archive (Project > Archive) so the original configuration is reproducible on any engineering PC.
- Use the TIA Portal Compatibility Tool to verify that the project can be opened and compiled on the current installation before running a long debug session.
- On locked-down engineering PCs, the WinCC installation is often missing because the licence key has expired. Renew the licence via the Automation Licence Manager and re-install the affected WinCC components.
-
If the Runtime icon activates but the panel stays in Transfer mode, verify the IP routing between the engineering PC and the panel. Open a command prompt on the PC and execute
ping 192.168.0.1. If the ping fails, the panel and the PC are not on the same subnet - the transfer will hang.
FAQ
Why is the Start Runtime icon greyed out in TIA Portal V13 when I add a TP1900 Comfort?
TIA Portal V13 (the original release, no Service Pack) does not include a device description for the TP1900 Comfort panel. The compiler cannot build a runtime image, so the Start Runtime icon is disabled. Install TIA Portal V13 SP1 with the matching Hardware Support Package, or upgrade to TIA Portal V14 SP1 or later.
Do I need WinCC Professional to bring Runtime to a TP1900 Comfort?
No. WinCC Professional is for PC-based RT Professional systems. The TP1900 Comfort is a WinCC Comfort / Advanced panel. Installing WinCC Comfort is sufficient; WinCC Advanced is only required if you also use PC-based Runtime Advanced.
The Runtime icon is active, but the panel refuses to start Runtime after download. What now?
Check the device version in Project tree > HMI > Properties > General > Device version against the highest version supported by your installed TIA Portal. As stated in the official Siemens documentation, a mismatch between the configured device version and the installed engineering version prevents Runtime from starting after loading. Open Project tree > HMI > Compile > Rebuild all and inspect the Info editor for any remaining error.
Where do I check which WinCC components are installed on my engineering PC?
Open TIA Portal and go to Help > Installed Software > Details. The list shows every installed product (STEP 7, WinCC Comfort, WinCC Advanced, WinCC Professional, Startdrive, Safety, etc.) with the exact version and build number. Missing WinCC components are listed as Not installed.
Can I keep a project compiled with TIA Portal V13 SP1 if my team upgrades to V16?
Yes, TIA Portal V16 can open, recompile and re-archive V13 SP1 projects. The device version in the HMI properties is automatically upgraded to the highest available version. Always perform a Rebuild all after the upgrade and verify the resulting runtime image with the WinCC simulator before downloading it to the TP1900 Comfort.