Evaluate the AutomationView desktop suite free for 30 days. No credit card required. Claim trial key →

Automation Insights

Technical articles, tutorials, and industry news for modern automation engineers.

search

Inside Ziegler-Nichols PID Tuning Calculation for PLCs

Calculator
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A[Process Variable] --> B[Error Calculation]
    B --> C{Ziegler-Nichols PID}
    C -->|Proportional| D[Kp]
    C -->|Integral| E[Ti]
    C -->|Derivative| F[Td]
    D --> G[Control Output]
    E --> G
    F --> G
AutomationView Icon AutomationView
calendar_month

Inside Ziegler-Nichols PID Tuning Calculation for PLCs

Key Takeaways: The Ziegler-Nichols tuning method provides a deterministic baseline for setting PID parameters in industrial controllers. Calculations differ significantly depending on whether the open-loop (step response) or closed-loop (ultimate gain) method is utilized. Real-world implementation requires manual adjustments to account for sensor noise and integral windup common in legacy plant floors. PID loops govern […]

Read Article arrow_forward

Inside Rockwell & Actemium RtCOP: AI-Driven Energy Efficiency

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["Rockwell FactoryTalk"]:::rockwell -->|Data Stream| B["Actemium RtCOP"]:::ai
    B -->|Autonomous Control| C["Refrigeration Plant"]:::plant
    C -->|17% Energy Savings| A

    classDef rockwell fill:#2563eb,color:#ffffff,stroke:#1d4ed8
    classDef ai fill:#7c3aed,color:#ffffff,stroke:#6d28d9
    classDef plant fill:#0ea5e9,color:#ffffff,stroke:#0284c7
AutomationView Icon AutomationView
calendar_month

Inside Rockwell & Actemium RtCOP: AI-Driven Energy Efficiency

Energy management in food manufacturing is rarely as straightforward as running PID loops on a chiller. With dynamic thermal loads, shifting production schedules, and degrading compressor efficiency over time, plant managers often accept high utility costs as an unavoidable reality. The recent collaboration between Rockwell Automation and Actemium challenges this status quo by introducing an […]

Read Article arrow_forward

Inside Beckhoff MX-System: The Cabinet-Free Automation Guide

Learning
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["Power Feed Module"] --> B["MX Baseplate"]
    B --> C["IPC TwinCAT Runtime"]
    B --> D["Motion Drive Module"]
    B --> E["Decentralized I/O"]
    C -->|EtherCAT| D
    C -->|EtherCAT| E
AutomationView Icon AutomationView
calendar_month

Inside Beckhoff MX-System: The Cabinet-Free Automation Guide

Control cabinet assembly remains one of the largest labor bottlenecks in machine building. Traditional automation panels demand extensive manual layout, point-to-point wiring, DIN-rail terminal blocks, and active air conditioning units to dissipate thermal loads. The Beckhoff MX-System shifts this paradigm by replacing sheet-metal enclosures with an IP67-rated, modular platform mounted directly on the machine frame. […]

Read Article arrow_forward

FactoryTalk Optix vs. Ignition 8.3: The 2026 Modern SCADA Architecture Showdown

HMI
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    classDef optix fill:#2563eb,stroke:#ffffff,stroke-width:2px,color:#ffffff
    classDef ignition fill:#f97316,stroke:#ffffff,stroke-width:2px,color:#ffffff
    classDef edge fill:#16a34a,stroke:#ffffff,stroke-width:2px,color:#ffffff
    
    A["Legacy Monolith"]:::edge -->|Evolution| B["Modern Web SCADA"]:::edge
    B --> C["FactoryTalk Optix"]:::optix
    B --> D["Ignition 8.3"]:::ignition
AutomationView Icon AutomationView
calendar_month

FactoryTalk Optix vs. Ignition 8.3: The 2026 Modern SCADA Architecture Showdown

The industrial visualization landscape is undergoing a massive architectural shift in 2026. For decades, deploying a SCADA system meant grappling with thick clients, rigid licensing models, and platform-dependent development environments. Today, the debate over FactoryTalk Optix vs Ignition 8.3 represents a pivotal crossroads for automation engineers: choosing between a deep, object-oriented ecosystem and a highly […]

Read Article arrow_forward

Inside the Siemens S7 AI Cyber Campaign (August 2026)

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    classDef red fill:#dc2626,color:#ffffff,stroke:#991b1b,stroke-width:2px;
    classDef blue fill:#2563eb,color:#ffffff,stroke:#1e40af,stroke-width:2px;
    classDef green fill:#16a34a,color:#ffffff,stroke:#166534,stroke-width:2px;

    attacker["AI Exploitation Engine"]:::red -->|Scans Internet| censys["ZoomEye / Censys"]:::blue
    censys -->|Identifies Target| plc["Exposed S7-1500 PLC"]:::green
    attacker -->|Deploys Payload| plc
AutomationView Icon AutomationView
calendar_month

Inside the Siemens S7 AI Cyber Campaign (August 2026)

In August 2026, a joint advisory from CISA, the FBI, and the NSA confirmed our worst fears for industrial control systems: attackers are actively leveraging artificial intelligence to generate and refine exploitation scripts targeting internet-exposed Siemens S7 PLCs. This is not a theoretical whitepaper; it is an active, widespread campaign impacting critical manufacturing, energy, and […]

Read Article arrow_forward

Defending Against Studio 5000 Logix Designer Vulnerabilities

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["Malicious .ACD File"]:::malicious --> B["Studio 5000 Logix Designer"]:::software
    B --> C["Path Traversal (CVE-2026-9108)"]:::vuln
    B --> D["RCE (CVE-2026-9127)"]:::vuln
    
    classDef malicious fill:#dc2626,color:#ffffff,stroke:#7f1d1d,stroke-width:2px;
    classDef software fill:#2563eb,color:#ffffff,stroke:#1e3a8a,stroke-width:2px;
    classDef vuln fill:#d97706,color:#ffffff,stroke:#92400e,stroke-width:2px;
AutomationView Icon AutomationView
calendar_month

Defending Against Studio 5000 Logix Designer Vulnerabilities

The Reality of SD1783 on the Plant Floor An unpatched engineering workstation is often the softest target in an industrial control system (ICS). In August 2026, Rockwell Automation released Security Advisory SD1783, detailing severe Studio 5000 Logix Designer Vulnerabilities. These flaws—specifically CVE-2026-9108, CVE-2026-9127, and CVE-2026-9128—expose systems to path traversal and Remote Code Execution (RCE) vectors. […]

Read Article arrow_forward

Inside the New Siemens Automation Unit Consolidation

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    classDef blue fill:#2563eb,color:#ffffff,stroke-width:0px
    classDef green fill:#16a34a,color:#ffffff,stroke-width:0px

    A["Factory Automation"]:::blue --> E["Siemens Automation Unit"]:::green
    B["Process Automation"]:::blue --> E
    C["Motion Control"]:::blue --> E
    D["Customer Services"]:::blue --> E
AutomationView Icon AutomationView
calendar_month

Inside the New Siemens Automation Unit Consolidation

Key Takeaways on the Consolidation Effective October 1, 2026, Siemens will merge four major divisions into a single entity simply called the Siemens Automation Unit. The restructure targets the elimination of hardware and software silos across Factory Automation, Process Automation, Motion Control, and Customer Services. Rainer Brehm takes the helm as President, reporting directly to […]

Read Article arrow_forward

Inside Siemens Opcenter X Release 2607: Cloud MES Updates

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A[Shop Floor Data] -->|Edge Gateway| B(Opcenter X 2607)
    C[ERP System] -->|API Sync| B
    B --> D{Analytics Engine}
    D --> E[Production Dashboards]
    D --> F[Quality Control Alerts]
AutomationView Icon AutomationView
calendar_month

Inside Siemens Opcenter X Release 2607: Cloud MES Updates

The transition from legacy, monolithic Manufacturing Execution Systems (MES) to agile, cloud-native platforms is a significant challenge for automation engineers. The August 2026 deployment of the Siemens Opcenter X Release 2607 represents a notable shift in how production data is orchestrated across distributed plant floors. This update addresses specific vulnerabilities and introduces features designed to […]

Read Article arrow_forward

Defending the Siemens IoT2050 Vulnerability (August 2026)

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A[Internet] -->|Unauthenticated Access| B(Siemens IoT2050 Advanced)
    B -->|Bypass| C{Remote Execution}
    C -->|Patch Applied| D[Secured OT Network]
    style A fill:#ffcccc,stroke:#ff0000
    style B fill:#e6f3ff,stroke:#0066cc
    style C fill:#ffebcc,stroke:#ff9900
    style D fill:#d9ead3,stroke:#38761d
AutomationView Icon AutomationView
calendar_month

Defending the Siemens IoT2050 Vulnerability (August 2026)

Key Takeaways: The August 12, 2026, ICS Patch Tuesday addressed severe security flaws across major vendors, focusing heavily on edge devices. A critical Siemens IoT2050 vulnerability allows remote, unauthenticated attackers to bypass authentication and execute arbitrary code. Phoenix Contact PLCnext firmware updates address potential denial-of-service conditions and malicious SQL injection risks. Active scanning by threat […]

Read Article arrow_forward

Inside FactoryTalk Orchestration: Unifying Plant Logistics

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    classDef sys fill:#2563eb,stroke:#1e3a8a,stroke-width:2px,color:#ffffff
    classDef agv fill:#16a34a,stroke:#14532d,stroke-width:2px,color:#ffffff
    classDef ot fill:#dc2626,stroke:#7f1d1d,stroke-width:2px,color:#ffffff

    IT["IT & MES Systems"]:::sys
    FTO["FactoryTalk Orchestration"]:::sys
    AMR["AMR Fleet"]:::agv
    OT["Plant Floor PLCs"]:::ot

    IT -->|Production Orders| FTO
    FTO -->|Route & Task Assignment| AMR
    FTO -->|Machine Status| OT
    OT -->|Clearance & Interlocks| FTO
AutomationView Icon AutomationView
calendar_month

Inside FactoryTalk Orchestration: Unifying Plant Logistics

Coordinating material flow across a busy plant floor is a complex logistical challenge. Autonomous Mobile Robots (AMRs) often operate in isolation, lacking tight integration with the broader production schedule. FactoryTalk Orchestration bridges this gap by unifying disconnected material handling systems with central IT frameworks, enabling a more responsive and efficient manufacturing environment. The Challenge of […]

Read Article arrow_forward

Siemens Teamcenter X PLM for EV & eVTOL Manufacturing

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["Design Engineering"]:::blue --> B["Teamcenter X PLM"]:::green
    C["System Simulation"]:::blue --> B
    B --> D["Digital Manufacturing"]:::red

    classDef blue fill:#2563eb,stroke:#fff,stroke-width:2px,color:#fff;
    classDef green fill:#16a34a,stroke:#fff,stroke-width:2px,color:#fff;
    classDef red fill:#dc2626,stroke:#fff,stroke-width:2px,color:#fff;
AutomationView Icon AutomationView
calendar_month

Siemens Teamcenter X PLM for EV & eVTOL Manufacturing

The electric mobility sector is pushing traditional engineering workflows to their breaking point. Managing the bill of materials (BOM) for a standard combustion engine vehicle is straightforward compared to orchestrating the electrical, mechanical, and software dependencies of an electric vertical take-off and landing (eVTOL) aircraft or a next-generation electric scooter. Siemens Teamcenter X PLM is […]

Read Article arrow_forward

Inside Siemens AI Data Center Manufacturing: A $200M US Expansion

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["Siemens $200M Investment"]:::blueNode --> B["$185M Georgia Plant"]:::greenNode
    A --> C["$19M Texas Plant"]:::greenNode
    B --> D["AI Data Center Power"]:::redNode
    C --> D["Critical Infrastructure"]:::redNode
    
    classDef blueNode fill:#2563eb,color:#ffffff,stroke:none
    classDef greenNode fill:#16a34a,color:#ffffff,stroke:none
    classDef redNode fill:#dc2626,color:#ffffff,stroke:none
AutomationView Icon AutomationView
calendar_month

Inside Siemens AI Data Center Manufacturing: A $200M US Expansion

Inside Siemens AI Data Center Manufacturing: A $200M U.S. Expansion Key Takeaways: Siemens AI data center manufacturing is receiving a massive $200 million injection to build two new U.S. facilities. The expansion targets the production of low-voltage electrical infrastructure to support a projected 10 percent annual growth in global data center demand. Over 1,500 new […]

Read Article arrow_forward