Collection of 20 Types of Frequency Converter Modbus Communication Register Allocation Tables

Collection of 20 Types of Frequency Converter Modbus Communication Register Allocation Tables

I have previously worked with microcontrollers and various models of frequency converters including Mitsubishi D700, Siemens G120, Omron 3G3JZ, Panasonic VF200, Delta VFD-M, Xinjie VB3, Yonghong FID-B10, Chande IS7, Inovance MD500, Invt Goodrive10, Schneider ATV12, Haiwei E, Holley HGD303, Taian F510, Hexin F2A, Rockwell PowerFlex-4, Fuji FRENIC-VP, Boke CV20, Yaskawa A1000, and Weichuang Artrich-AR60T. Most … Read more

Siemens 200SMART Modbus RTU Communication Example

Siemens 200SMART Modbus RTU Communication Example

Click↑↑Technical Training, follow and pin it to subscribe for free long-term Over 200,000 industrial control professionals follow this WeChat platform: technical sharing, learning exchange, industrial control videos Communication Materials:1) Two PLCs, namely the 200SMART CR60 and SR20;2) Two DP connectors (6ES7972-0BX12-0XA0)3) Several connecting wires (for PLC power and communication)Verification Content:Set: CR60 PLC as the master … Read more

Weapon Profile: Swiss SIG Sauer SIG552

Weapon Profile: Swiss SIG Sauer SIG552

Shortly after the end of the Cold War, the world-renowned firearms manufacturer SIG designed a suitable close-quarters battle rifle for the Swiss special police forces. This led to the creation of the SIG 552 assault rifle, nicknamed “The Commando.” The SIG 552 assault rifle was launched in 1998 and is the shortest model in the … Read more

Troubleshooting SWD Connection Issues with Your Board

Troubleshooting SWD Connection Issues with Your Board

The board is ready, and the MCU is soldered, but the SWD cannot connect, and the program cannot be downloaded. What should I do? This issue seems to occur frequently, so I would like to share some recent cases I encountered. 1) Case 1: Engineer A made 5 boards, but none could connect. After confirming … Read more

Q&A with Experts: Unable to Program QSPI Flash in Original Mode During JTAG Boot

Q&A with Experts: Unable to Program QSPI Flash in Original Mode During JTAG Boot

Problem Description In the Zynq 1.0 version chip, I attempted to program (erase/write/read) the QSPI in the original mode, but the code hangs when booting in JTAG mode. Solution When the QSPI flash is in the original mode, MIO[5] is connected to the HOLD signal. To ensure that the HOLD signal is not held low … Read more

Mastering JTAG Tools: Using JTAG Probe to “Reverse Engineer” Hardware Circuits

Mastering JTAG Tools: Using JTAG Probe to "Reverse Engineer" Hardware Circuits

On various second-hand websites, you can often find boards that lack accompanying documentation (such as schematics), and these boards are relatively inexpensive. If purchased in bulk, they can be used as development boards. The first challenge is to “reverse engineer” the schematics for subsequent routine development. Currently, there are two software tools that can assist … Read more

Advanced GIS: Super Clipping Tool – Batch Partition Clipping Based on ArcGIS ModelBuilder

Advanced GIS: Super Clipping Tool - Batch Partition Clipping Based on ArcGIS ModelBuilder

Introduction: This article is a submission from the adorable Nannan♂ of 【DianDian GIS】, which has been sitting with me for half a month. If I don’t publish it soon, he might kill me. So without further ado, here is his article~ The original intention of writing this article was that manual clipping was too exhausting … Read more

C++ Debugging Techniques: Efficient Use of GDB and Breakpoints

C++ Debugging Techniques: Efficient Use of GDB and Breakpoints

# C++ Debugging Techniques: Efficient Use of GDB and Breakpoints Debugging is a crucial part of software development, and using tools to help us identify issues in our code can significantly enhance our development efficiency. For C++ developers, GDB (GNU Debugger) is a powerful debugging tool. This article will detail how to use GDB in … Read more

A Step-by-Step Guide to Debugging ARM Programs Using VSCode, gdb, and gdbserver

A Step-by-Step Guide to Debugging ARM Programs Using VSCode, gdb, and gdbserver

Click on the above “Embedded Miscellany” to select “Top Public Account” to view embedded notes at the first time! In embedded software development, the most commonly used debugging methods are: log printing debugging and online debugging. Related articles on log printing debugging: Can’t solve the bug? Use the logging method. When developing STM32, we have … Read more