Tia Portal - V16 Plc247 High Quality

TIA Portal V16 — Digest on “PLC247”

8.3 Trace Function

  • Use “Trace” to capture analog input changes over time.
  • Configure trigger (e.g., rising edge of I0.0) → View in trace analyzer.

4.3 Web Server Configuration

Many PLC247 CPUs (especially S7-1200 G2) feature an integrated web server. In V16:

  • Device configuration → Web server → Enable "Activate web server".
  • Set a user (e.g., admin/password).
  • Access via http://192.168.0.1 to see diagnostics and variable status.

Troubleshooting Common Issues in TIA Portal V16 (PLC247 Tips)

Based on frequent forum discussions on PLC247, here are solutions to common V16 problems: tia portal v16 plc247

| Problem | Solution | |---------|----------| | "Inconsistent project data" error | Right-click project → Consistency Check → Rebuild all. | | PLCSIM cannot find the online CPU | Ensure PLCSIM Advanced is started before going online. In V16, use "Siemens PLCSIM Virtual Ethernet Adapter." | | HMI simulation shows blank screens | Check tag connection settings: HMI runtime must use the same "Connection" path as the PLC simulation. | | Firmware mismatch (e.g., V4.6 detected) | Use "Change device" option to update CPU firmware version in project tree, or upgrade to TIA Portal V17/V18. | TIA Portal V16 — Digest on “PLC247” 8


2. Introduction to TIA Portal V16 and PLC247

9. Best Practices for PLC247 in TIA V16

  1. Use symbolic addressing – Avoid absolute addresses for long-term maintenance.
  2. Download only changes – Use “Software (only changes)” to reduce download time.
  3. Backup with Startdrive – If using SINAMICS drives, save drive parameters inside the project.
  4. Firmware update – PLC247 may require manual firmware update via memory card (FAT32 formatted, max 2GB).
  5. Cyclic OB1 time – Keep scan time < 100 ms. Use OB30 (cyclic interrupt) for time-critical tasks (e.g., PID).

3.2 Adding an HMI

  • Add a TP700 Comfort Panel → Assign IP 192.168.0.10.
  • Create an HMI connection to the S7-1200 using “HMI_Connection_1” (PROFINET).

4.1 Creating a New Project

  1. Open TIA Portal V16 → “Create new project” → Name: PLC247_Control_V16.
  2. Click “Configure device” → “Add new device”.
  3. Controller selection:
    • Controller: SIMATIC S7-1200
    • Order number: 6ES7 214-1AG40-0XB0 (CPU 1214C DC/DC/DC)
    • Version: V4.4 (or highest available)
    • Do NOT select “Siemens S7-1200 with safety” unless your PLC247 supports F-cards.