Symptom Overview
The Monitor (Monitoring On/Off) toolbar icon in STEP 7 within TIA Portal V14 becomes inactive (grayed out) immediately after the engineer selects a project block (OB, FB, FC, DB) and goes online with a SIMATIC S7-1200 CPU. The standard symptom pattern reported in the field matches all four of the following conditions:
- Project navigation online works correctly — the S7-1200 PLC and any connected HMI panels (e.g., SIMATIC HMI KTP700 Basic, TP700 Comfort) appear in the Accessible Nodes / Online & Diagnostics tree.
- Program blocks (FB, FC, OB, DB) can be opened in the editor from the online view.
- The Monitor / Monitoring On/Off icon on the toolbar remains disabled, so signal-state overlay on ladder, FBD, or SCL nets is not rendered.
- Modifying live tags or forcing I/O is unavailable; the right-click » Modify…« context menu item is hidden.
This is a project/projection version mismatch condition. It is not a workstation licensing failure, not a PROFIBUS/MPI/TCP/IP wiring issue, and not a firewall restriction. The PLC and the workstation are correctly paired; the editor simply will not bind the project to the live CPU because the TIA Portal signature embedded in the offline project is older than the TIA Portal runtime responsible for compiling the online viewer.
Root Cause: TIA Portal Project Version Lock
Every TIA Portal project carries an internal schema identifier that records which TIA Portal major version (V10, V11, V12, V13, V13 SP1, V14, V14 SP1, V15, V15.1, V16, V17, V18) originally saved the file plus the latest Service Pack that touched it. When TIA Portal opens a project online against a CPU, it inspects the schema of the offline project, then negotiates with the online buffer of the CPU. If the versions are mismatched, the editor deliberately disables the monitoring tool to prevent the engineer from interpreting inconsistent signal values.
The exact restriction imposed by STEP 7 Professional V14 is:
- STEP 7 V14 can go online to and monitor only CPUs whose project was last engineered in TIA Portal V14 (any SP) or V13 SP2 (when the V13/V14 compatibility shim is installed).
- STEP 7 V14 will NOT go online to monitor CPUs whose project was last engineered in V10, V11, V12, V13, V13 SP1, V14 SP1, V15, V16 or later.
- The restriction is enforced at the editor level, not at the CPU firmware level — updating the S7-1200 firmware does NOT bypass the lock.
The online monitoring subsystem re-uses the compiler output (compilation artifacts, type information, watch table metadata) of the offline project. Older TIA Portal versions emit a slightly different compiler trajectory than newer ones. Mixing them produces false signal overlays and corrupts modify/force intent, so the editor refuses to render them.
Affected Version Combinations
| Offline Project Last Saved In | Online from TIA V14 (SP0) | Online from TIA V14 SP1 | Online from TIA V15 / V15.1 |
|---|---|---|---|
| V10.5 / V11 | Denied | Denied | Denied |
| V12 / V12 SP1 | Denied | Denied | Denied |
| V13 / V13 SP1 | Denied | Denied | Denied |
| V13 SP2 (with V14 update) | Allowed (read-only monitoring) | Allowed | Allowed |
| V14 / V14 SP1 | Allowed | Allowed | Allowed |
| V15 / V15.1 | Denied | Denied | Allowed |
| V16 / V17 / V18 | Denied | Denied | Allowed (V16+) for matching port |
The compatibility matrix is one-directional — newer TIA Portal versions can open (with upgrade prompt) older projects, but they do not downgrade them. The CPU online image is sealed with whichever TIA Portal project schema was last downloaded.
Diagnostic Procedure A — Read the Installed TIA Portal Version
- Launch TIA Portal V14.
- Click Help » Installed Software.
- Click the blue hyperlink Detailed information.
- Click Export to dump the full list of installed SIMATIC software (STEP 7, WinCC, PLCSIM, Startdrive, Safety, ODK) into a CSV file. Confirm the STEP 7 Professional entry shows
14.00.00.00or higher and note the Service Pack column. - Note the build date of the SIMATIC STEP 7 entry. This is the version the offline project must match.
The expected CSV entry for a healthy V14 install shows product name SIMATIC STEP 7 Professional V14, version 14.00.00.00 or 14.01.00.00, build date matching the Service Pack release notes.
Diagnostic Procedure B — Read the Online CPU Project Version
- In the Project tree, expand the S7-1200 CPU and double-click Online & Diagnostics.
- From the Online & Diagnostics tree on the left, select General.
- Click the Go Online button (top toolbar) to establish the PROFINET/PROFIBUS session.
- In the »CPU« group, read the field Version of the TIA Portal Project. Typical values:
V14.00.00,V13.00.00,V13.01.00,V12.00.00,V11.00.00,V10.50.00. - Also note the field »Version of the firmware of the CPU« — common S7-1200 firmware values are
V4.0.x,V4.1.x,V4.2.x,V4.3.x,V4.4.x,V4.5.x.
If the »Version of the TIA Portal Project« field shows anything other than V14, the monitor icon will remain disabled whenever you connect from the V14 editor to this CPU.
Diagnostic Procedure C — Capture the Network Configuration
For engineers transitioning from S7-300/400 + USB-MPI (CP 5711 / PC Adapter USB) tooling into S7-1200 + PROFINET, take a snapshot of the PC interface and confirm the CPU is reachable before assuming the version lock is the fault.
- Open Online » Accessible Nodes in TIA V14.
- Select the S7-1200 (e.g., 6ES7214-1AG40-0XB0, 6ES7215-1AG40-0XB0, 6ES7214-1BG40-0XB0) from the list and click Flash LED to physically identify the device.
- Confirm the IP address/subnet matches the engineering station's PROFINET interface card.
- If the S7-1200 is not visible, configure Set PG/PC Interface from the Windows Control Panel under Siemens Automation » Communication Settings; choose the active Ethernet adapter and the S7ONLINE (STEP 7) access point.
Solution 1 — Install the Matching TIA Portal Major Version Side-by-Side
This is the most common Siemens-provisioned workflow and the answer to the question »why is there a station on which only one PB is monitorable?«: parallel engineering stations run V13 SP2 and V14 SP1 simultaneously so the engineer opens the matching TIA Portal for the project, not a mix.
- Insert the STEP 7 V13 SP2 installation media (DVD or downloaded SIMATIC TIA Portal DVD image).
- Launch
Setup.exe. Accept the License terms and click Continue. - In the product tree, select at minimum:
-STEP 7 Professional V13 SP2
-WinCC Professional V13 SP2(if HMI panels are bound to the project)
-PLCSIM V13 SP2(recommended for offline simulation) - Click Install. The installer detects the existing V14 install and provisions a parallel folder tree at
C:\Program Files\Siemens\Automation\V13 SP2\(in parallel to...\V14\). - Reboot once the installer completes the »Products installed successfully« dialog.
- Launch the version-matching TIA Portal launcher shortcut on the desktop (it is auto-created and labeled e.g. TIA Portal V13 SP2).
- Open the project, go online — the Monitor icon now activates.
Installing V13 SP2 alongside V14 typically consumes 8–14 GB of additional disk space. Both versions share the same License Key USB dongle (CSA50 / UF1) or the central license server »Automation License Manager V6.0«. Do not copy license keys; transfer them through the License Manager's »Transfer…« dialog from one installation node to another.
Solution 2 — Re-engineer the Project in the Active TIA Portal Version
If the engineering organization has standardized on V14 only, re-elevate the project to V14 and download it again. This replaces the embedded version header inside the CPU's online image.
- Open the project in STEP 7 V13 (the older version the CPU holds).
- From Project » Upgrade TIA Portal Project, or directly open the project in TIA Portal V14 — V14 will detect the older schema and offer to perform the upgrade.
- Click Upgrade, agree to the »Project upgrade« confirmation, and accept the schema-changed re-compilation.
- Resolve any »Compilation errors after upgrade« — most commonly removed/renamed SFCs (e.g.,
SFC 23 / SFC 87), SFBs, or DB layout incompatibilities. - Right-click the S7-1200 CPU » Download to Device » Hardware and Software to push the up-versioned project into the CPU.
- After the successful download, establish a fresh online connection from V14 and start monitoring.
Solution 3 — Rebuild and Re-download the Project to Realign the Metadata
If the CPU reports a corrupted or unknown project version, perform a full rebuild cycle:
- In TIA V14, select the S7-1200 CPU in the project tree.
- Right-click » Compile » Hardware and Software (rebuild all).
- Confirm the compile log lists zero errors. Warnings about implicit conversion or unused tags are acceptable.
- Right-click the CPU » Download to Device. In the download dialog, select the target interface (e.g., PN/IE_1 for an Ethernet-based PG/PC interface) and the detected subnet.
- Tick Replace the existing user program on the target device.
- Confirm and let the project write to the CPU's load memory and run memory.
- Reconnect online — the monitor icon now binds because the V14 compiler matches the V14 download.
Solution 4 — Restore the Monitor Toolbar Icon
If the upgrade/rebuild steps have been completed but the icon is still grey, do the following reset:
- Save the project, then close TIA Portal V14 completely (File » Exit).
- Delete the user-specific TIA Portal workspace cache:
%LOCALAPPDATA%\Siemens\Automation\Portal V14\
Retain the Projects subfolder but remove WorkspaceCache and hmiRuntimeCache. - Re-launch TIA Portal V14, reopen the project.
- Click anywhere inside a code block (OB1) so the editor has focus, then click the Monitoring On/Off icon — confirm it now toggles between active (orange) and inactive (gray).
Network Engineering Reference — S7-1200 PROFINET Connection
For engineers accustomed to S7-300 over USB-MPI (e.g., 6ES7972-0CB20-0XA0 PC Adapter USB A2), the S7-1200 series uses a built-in PROFINET interface (X1) with default IP 0.0.0.0 / subnet 0.0.0.0 until a project assigns one. Quick first-time hook-up:
| Step | Action | TIA Portal Path |
|---|---|---|
| 1 | Assign PG/PC interface to PROFINET adapter | Control Panel » Set PG/PC Interface » S7ONLINE access point » »TCP/IP…« adapter |
| 2 | Detect S7-1200 online IP via MAC | Online » Accessible Nodes » Show All Accessible Nodes |
| 3 | Assign project IP matching the online CPU | Device View » Properties » Ethernet Addresses » IP Protocol » Set IP address |
| 4 | Compile and download | CPU » right-click » Download to Device » Hardware and Software |
Verification Checklist
- In TIA Portal V14, open the project containing the S7-1200 CPU.
- Click Online » Go Online. The status bar reads »Connected to target« with a green bar.
- Open any program block (OB1 / FC1). Confirm the Monitoring On/Off icon is highlighted orange.
- Verify signal overlays appear on ladder/FBD contacts and coils — Boolean addresses should display green (TRUE) and gray (FALSE) status.
- Open a configured Watch Table and confirm the »Monitor All« button triggers value updates.
- Right-click any tag » Modify… » change the value to
1and confirm the modification writes successfully. - From Online & Diagnostics » General, re-check the »Version of the TIA Portal Project« field; it should now report
V14.00.00(or matching V14 SP).
Hard Limitations & Field-Proven Caveats
- Two engineer workstations cannot simultaneously monitor the same S7-1200 program block; the second session binds but does not render live signal states. The PC hosting the active modify/force intent takes priority.
- If the project was last downloaded by S7-PLCSIM V13 SP2, TIA V14 will refuse to monitor with the message »The online connection was interrupted«. Recompile from V14 and download to PLCSIM V14 instead.
- Firmware upgrades on the CPU (e.g., S7-1200 from V4.0 to V4.5) do NOT alter the embedded TIA Portal project version. The CPU online image holds whatever schema was last downloaded.
- The Monitor icon will appear active only when an online connection is established. Without an online session, monitoring is intentionally disabled.
- Some HMI tags configured in WinCC V13 stay incompatible with WinCC V14 even after upgrade — double-check distributed I/O names and DB offsets after a re-save.
Quick Reference — Tool Versions & Where to Verify
| Tool / Document | Location | Purpose |
|---|---|---|
| STEP 7 Professional V14 / V14 SP1 | Siemens Online Support entry ID 109736819 | Primary TIA Portal engineering environment |
| SIMATIC S7-1200 Programmable Controller — System Manual (09/2019) | docs.tia.siemens.cloud — Online and Diagnostic Tools: Monitoring and Modifying Values in the CPU | Detailed instructions on monitoring signal states and modifying values |
| Online & Diagnostics (CPU) » General | In-project, double-click on the S7-1200 » Online & Diagnostics | Reads »Version of the TIA Portal Project« |
| Help » Installed Software » Detailed Information | In TIA Portal main menu | Exports full installed-software CSV including Service Pack |
FAQ
Why is the Monitoring icon greyed out in TIA Portal V14 even though the PLC is online?
The S7-1200 CPU holds an online project image that was last downloaded from a different TIA Portal major version (commonly V10–V13 SP1). STEP 7 V14 deliberately disables the Monitor icon to prevent rendering inconsistent signal-state overlays. Install the matching TIA Portal version side-by-side (typically V13 SP2 + V14) or upgrade the project to V14 and download it back to the CPU.
How do I check which TIA Portal version the S7-1200 CPU is currently holding?
Go online in TIA Portal, open the CPU's Online & Diagnostics » General page. The CPU group field »Version of the TIA Portal Project« reports the exact schema (e.g., V13.00.00, V14.00.00, V14.01.00). Match this against your installed TIA Portal version to confirm the mismatch.
Does updating the S7-1200 firmware (e.g., from V4.2 to V4.5) fix the disabled Monitor icon?
No. The Monitor icon is locked by the offline-project / online-buffer schema negotiation, not by CPU firmware. Firmware updates do not alter the embedded TIA Portal project version in the CPU's online image. The only remedies are upgrading the project and re-downloading, or installing a matching TIA Portal version.
Can two workstations monitor the same program block at the same time on one S7-1200?
No. The S7-1200 enforces single-point monitoring ownership. The first PC that establishes a modify/force intent owns the live interaction; subsequent sessions connect but the Monitor icon on the second PC may not render signal flows correctly until the first PC releases the lock.
How much disk space does installing V13 SP2 alongside V14 require?
A typical TIA Portal V13 SP2 install with STEP 7 Professional, WinCC Professional, and PLCSIM consumes 8–14 GB additional disk space on top of an existing V14 install. The two installations reside in parallel folder trees under C:\Program Files\Siemens\Automation\.