A Summary of Personal Work Experience from an FPGA Engineer

A Summary of Personal Work Experience from an FPGA Engineer

★ This article is selected from the EETOP forum and is an older post. Many of the development tools and platforms mentioned are now outdated. However, the fundamental ideas of the article remain relevant and are suitable for beginners. ★ I have wanted to write about my work experience over the past few months for … Read more

Smart Recognition of Handwritten Digits Using ESP32 4.3-Inch Screen

Smart Recognition of Handwritten Digits Using ESP32 4.3-Inch Screen

What functions can be achieved by combining the ESP32 screen module with an LED light board? The project presented today only requires a swipe on a 4.3-inch touchscreen, and the neural network can instantly understand your handwriting and display the number you wrote on an 8*8 LED light board. Isn’t it amazing? Let’s see how … Read more

Essential Guide for Feral Druids in ICC (Including Score Preparation)

Essential Guide for Feral Druids in ICC (Including Score Preparation)

Feral Druids are a must-have class for every raid leader due to their powerful functionalities such as battle resurrection, mana regeneration, increased hit chance, and critical strike bonuses. Today, I will provide a detailed guide on how to maximize your Feral Druid’s score from scratch. I hope this offers a different perspective.1. Preparation Phase1. Talents: … Read more

Intermediate PLC Functions: Dynamic Data Allocation Increases Memory Efficiency by 60%!

Intermediate PLC Functions: Dynamic Data Allocation Increases Memory Efficiency by 60%!

🔥 The fatal pain point of traditional PLC programming: memory waste and low efficiency! Do you also face such troubles? Is your PLC program running slowly, and is the efficiency of complex process handling low? Is memory insufficient, always causing headaches due to hardware limitations? Is the cost of hardware upgrades high, leaving your budget … Read more

The Three Key Principles of Wiring Control Cabinets: Lessons Learned Over the Years

The Three Key Principles of Wiring Control Cabinets: Lessons Learned Over the Years

Hello everyone, I am Lao Liu. After more than twenty years in automation, PLC programming is second nature to me; however, when it comes to wiring control cabinets, I must say there are quite a few pitfalls. Today, let’s have an honest discussion about the wiring of control cabinets, sharing the pitfalls I’ve encountered and … Read more

Intermediate PLC Functions: Multi-Stage Start Control for Smooth Operation of Large Equipment!

Intermediate PLC Functions: Multi-Stage Start Control for Smooth Operation of Large Equipment!

Intermediate PLC Functions: Multi-Stage Start Control for Smooth Operation of Large Equipment! 🔥 Hidden Dangers of Traditional Equipment Start-Up: Deadly Issues You Might Overlook! During the start and stop process of large equipment, have you encountered the following issues: High inrush current at startup causing frequent tripping of the power supply system? Mechanical components suffering … Read more

Application and Practice of Siemens S7-1500 PLC in Recipe Control Systems

Application and Practice of Siemens S7-1500 PLC in Recipe Control Systems

Hello everyone! I am Xiao Wang, a veteran in the field of industrial automation for over ten years. Today, I would like to share some insights from my experience in developing a recipe control system using the Siemens S7-1500 PLC. Over the years, I have handled dozens of recipe projects, learned from my mistakes, and … Read more

Siemens PLC Treasure Trove: Multi-Axis Motion Control Boosts Your Project Efficiency by 300%

Siemens PLC Treasure Trove: Multi-Axis Motion Control Boosts Your Project Efficiency by 300%

Hello everyone, I am Lao Wang, an engineer with over ten years of experience in the automation industry. From the chaotic days right after graduation to now being able to handle various complex projects with ease, the bittersweet experiences along the way can only be truly understood by my peers. Today, I want to share … Read more

Classic PLC Case Studies

Classic PLC Case Studies

1. Basic Knowledge of PLC A Programmable Logic Controller (PLC) is a digital computer control device specifically designed for industrial environments. It uses programmable memory to store instructions for executing logical operations, sequential control, timing, counting, and arithmetic operations, controlling various types of machinery or production processes through digital or analog input/output. 1.1 Working Principle … Read more

How to Configure HTTP Request Headers in Locust

How to Configure HTTP Request Headers in Locust

Configuring HTTP request headers in Locust is very simple. You can achieve this by passing the headers parameter when calling the appropriate method of the client object. Below, we will detail how to add custom request headers for different types of HTTP requests. How to Set Request Headers for HTTP Requests in Locust 1. Basic … Read more