Implementation of Virtualized Control Systems: My Experiences with Rockwell SoftLogix

Implementation of Virtualized Control Systems: My Experiences with Rockwell SoftLogix

Implementation of Virtualized Control Systems: My Experiences with Rockwell SoftLogix Introduction Hello everyone! I am your old friend Xiaoshuai, and I have been working in the field of automation control for fifteen years, mainly responsible for the design and implementation of industrial control systems. Today, I would like to share some experiences and insights regarding … Read more

Risk Assessment of State Machine Programming: A Safety Analysis Framework for Industrial Control Systems

Risk Assessment of State Machine Programming: A Safety Analysis Framework for Industrial Control Systems

Click the little blue text to follow! Yesterday, a friend working in industrial motor control complained that their production line frequently experiences inexplicable shutdown issues. Sometimes the motor suddenly reverses, and sometimes the safety door closes abnormally. After investigation, it was found that the problem lay in the state machine programming logic, where some boundary … Read more

Sequential Function Chart Risk Assessment: A Safety Analysis Framework for Industrial Control Systems

Sequential Function Chart Risk Assessment: A Safety Analysis Framework for Industrial Control Systems

Click the little blue text to follow! Last week, during a safety assessment at an automation factory, I witnessed their equipment experiencing an inexplicable shutdown. The manager looked worried and said, “This is the third time this month, and each shutdown costs us over a hundred thousand.” Where is the problem? After inspection, I found … Read more

Various Flow Control Structures for Writing PLC Programs

Various Flow Control Structures for Writing PLC Programs

In PLC programming, there are various flow control structures used to organize code, implement logical functions, and decision-making processes. When using ST (Structured Text), a programming language defined by the IEC 61131-3 standard, we can utilize control structures similar to those in high-level programming languages. Below are some commonly used flow control structures in ST … Read more

Key Points of PLC Automatic Control Programming

Key Points of PLC Automatic Control Programming

At the end of this article, there are 55 practical case materials. Introduction:In automation equipment, each device has its actions, such as what to do first and what to do next, which are logically related. Just like in our daily lives, we need to have a sequence of actions to maintain order. For example, we … Read more

Two Common Approaches to Writing PLC Programs: Which One Do You Use?

Two Common Approaches to Writing PLC Programs: Which One Do You Use?

Search WeChatTechnical Training Approaches are also ideas, and the common programs we usually see can be summarized intotwo approaches. 1. Use coil outputs for output points, with only one occurrence in the program. 2. Directly control output points using set and reset, with one output point appearing multiple times in the program. What approaches do … Read more

Programming Continuous Control Programs for Siemens S7-1200 PLC

Programming Continuous Control Programs for Siemens S7-1200 PLC

We are learning about programming continuous control programs. Before writing the program, the first step is to create a project, add devices, and save the project. Next, open the “Default Variable Table” under “PLC Variables” in the project tree on the right.In the default variable table, we add variables, which means we add comments to … Read more

Comprehensive Analysis of PLC Simulation Tool PLCSIM Advanced V5.0

Comprehensive Analysis of PLC Simulation Tool PLCSIM Advanced V5.0

Introduction: The “Virtual Laboratory” of Industrial Programming Imagine spending three days and nights writing a PLC program, only for it to “crash” during on-site debugging. Every engineer has experienced this frustrating moment. Today, we will unveil Siemens PLCSIM Advanced V5.0, this “virtual laboratory,” in simple terms, covering everything from installation to practical use, making it … Read more

What is the Best Computer for PLC Programming?

What is the Best Computer for PLC Programming?

Click↑↑Technical Training, follow and pin it to subscribe for free long-term 180,000+ industrial control professionals follow this WeChat platform: technical sharing, learning exchange, industrial control videos What is the best computer for PLC programming? What kind of laptop is suitable for PLC programming? Can the teacher recommend one? Are there high requirements for computers in … Read more