Understanding Internet Protocol (IP)

Understanding Internet Protocol (IP)

I remember the first time I learned about the global Internet, I wondered what it was really like. When people told me there was a computer network covering almost all of the United States and many places around the world, the first image that came to my mind was a thick cable running along telephone … Read more

Understanding TCP with 28 Illustrations

Understanding TCP with 28 Illustrations

Source: https://juejin.cn/user/3931509313252552/postse In communication and IT work, networking is essential, and the most important protocol in the network is TCP. Whether in actual work or in written exams and interviews, you can’t escape TCP. I have read documents related to TCP in the RFC, examined the source code related to TCP in Linux, and looked … Read more

How to Achieve TCP/IP Communication Between Different PLC Networks in 7 Steps

How to Achieve TCP/IP Communication Between Different PLC Networks in 7 Steps

Introduction: In actual work environments, PLCs may communicate and exchange data. Typically, communication requires devices to be on the same network segment. However, what if our devices are not on the same segment? This article introduces how two PLCs can perform TCP/IP communication to exchange data when they are not on the same network segment. … Read more

Fundamentals of Communication Networks

Fundamentals of Communication Networks

What Is a Communication Network There is always a network around us, such as telephone networks, telegraph networks, television networks, computer networks, etc.; even within our bodies, there are many network systems, such as the nervous system and the digestive system. The most typical representative is the computer network, which is a combination of computer … Read more

Controlling V90 via MODBUS-RTU Communication

Controlling V90 via MODBUS-RTU Communication

Communication Requirements and Functions: The firmware version of V90 is V1.05 and above; V90 communicates through the RS485 interface at the top of the drive’s front panel (no additional hardware required); Pin assignment of RS485; (Pin 3 and Pin 8) Parameters can be modified, such as speed/position/torque set values via ModBus; Parameters can be monitored, … Read more

Modbus Communication Register Allocation Table for 35 Inverters

Modbus Communication Register Allocation Table for 35 Inverters

NEWS TODAY I have previously worked with microcontrollers and various inverter models including Mitsubishi D700, Siemens G120, Omron 3G3JZ, Panasonic VF200, Delta VFD-M, Xinjie VB3, Yonghong FID-B10, Shindengen IS7, Inovance MD500, Yaskawa Goodrive10, Schneider ATV12, Haiwei E, Holip HGD303, Taian F510, HEC F2A, Rockwell PowerFlex-4, Fuji FRENIC-VP, Boke CV20, Yaskawa A1000, Weichuang Artrich-AR60T, etc., using … Read more

Modbus ASCII Communication Between Schneider M241 and Delta Inverter

Modbus ASCII Communication Between Schneider M241 and Delta Inverter

WeChat Search Technical Training 1. Hardware and Software Preparation Wiring: A+ and SG+ short-circuited, B- and SG- short-circuited Exercise 1: Add device “ASCII_Manager” double-click “serial_line_2” for serial line settings, then double-click “ASCII_Manager” for Modbus configuration Exercise 2: Add device “ASCII_Manager” double-click “serial_line_2” for serial line settings, then double-click “ASCII_Manager” for Modbus configuration 2. Inverter Parameter … Read more

Knowledge Sharing on MODBUS Communication Between Touch Screens and Inverters (Part 2)

Knowledge Sharing on MODBUS Communication Between Touch Screens and Inverters (Part 2)

Click the ” Technical Training ” above to select “Pin to Top” 120,000+ followers on the industrial control WeChat platform: Technical sharing, learning exchange, industrial control videos Good evening everyone, today I will continue to share knowledge about MODBUS communication between touch screens and inverters. Previously, I shared two steps required for communication between a … Read more

Overview of MODBUS TCP Communication with S7-1200 Integrated PN Interface

Overview of MODBUS TCP Communication with S7-1200 Integrated PN Interface

Overview of MODBUS TCP Communication with S7-1200 Integrated PN Interface Modbus TCP is a standard network communication protocol that communicates via TCP/IP through the PN interface on the CPU, eliminating the need for additional communication hardware modules. Modbus TCP uses open user communication connections as the communication path, supporting a maximum of 8 hybrid client … Read more

Siemens S7-200 PLC Modbus Communication Control Inverter (Part 1)

Siemens S7-200 PLC Modbus Communication Control Inverter (Part 1)

Click the ” Jicheng Training ” above, select “Pin Public Account“ 150,000+ industrial control professionals are following this WeChat platform: technical sharing, learning exchange, industrial control videos (1) Modbus Communication Modbus communication of S7-200: S7-200 only supports the Modbus RTU protocol and does not support the Modbus ASCII protocol; Modbus is a master/slave communication mode … Read more