MGate 5121 Modbus TCP to CANopen Configuration Manual

MGate 5121 Modbus TCP to CANopen Configuration Manual

Author 1 Basic Product Setup 1. To log into the gateway’s configuration page, you need to change your computer’s local network card IP address to 192.168.127.X The default factory IP address of the MGate 5121 is 192.168.127.254/24 The gateway’s default Ping service is disabled, so the factory-set IP address cannot be pinged, as shown in … Read more

Mounting SMB on OpenWrt

Mounting SMB on OpenWrt

Add UserDependenciesopkg install shadow-commonopkg install shadow-useraddAdd SMB Specific Useruseradd YOUR_SMB_USER_NAMEAssociate User with SMB Servicesmbpasswd -a YOUR_SMB_USER_NAMEOpenWrt ConfigurationMount SMB Network ShareHere, fill in the SMB storage information to be mounted on OpenWrt, and you will see the successfully mounted drive at the OpenWrt mount point.Network ShareHere, set up the SMB service on OpenWrt, which means sharing … Read more

JTAG Debugging with OpenOCD

JTAG Debugging with OpenOCD

OCD stands forOn-Chip Debugger, which is on-chip debugging. OpenOCD is an open-source JTAG debugging tool that operates as follows:The following diagram shows a physical connection, where the debugging target is theIntel Galileo Board, and the hardware box is the Flyswatter. The small board labeled 4 is theARM-JTAG-20-10 Adapter:When starting OpenOCD, a configuration file is passed … Read more

Installing and Configuring Redis 8.0.0 on Linux

Installing and Configuring Redis 8.0.0 on Linux

Operating System:openEuler 24.03 LTS SP1, CentOS-8, AlmaLinux, Rocky Linux, etc.Preparation Steps1. Disable SELinux sestatus # Check status, 'disabled' indicates it has been disabled sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config # Disable SELinux setenforce 0 # Temporarily disable /usr/sbin/sestatus -v # Check SELinux status, 'disabled' indicates it is off 2. Firewall Configuration 2.1. Disable firewall: systemctl stop firewalld.service … Read more

Installing and Configuring Redis 7.4.3 on Linux

Installing and Configuring Redis 7.4.3 on Linux

Supported Operating Systems:BigCloud Enterprise Linux For Euler 21.10 LTShttps://mirrors.cmecloud.cn/bclinux/oe21.10/openEuler 24.03 LTS SP1https://www.openeuler.org/en/download/CentOS-8, AlmaLinux, Rocky Linux, etc.1. Download the installation packageDownload link:https://download.redis.io/releases/redis-7.4.3.tar.gzUpload the installation package to the server in the /usr/local/src directory2. Upgrade GCC version# Redis source code compilation requires GCC version 5 or highergcc -v # Check GCC version# If GCC is already a high … Read more

Modbus Master to Modbus Slave Converter with Different Baud Rates – Guangzhou Xinyu IoT

Modbus Master to Modbus Slave Converter with Different Baud Rates - Guangzhou Xinyu IoT

Modbus Master to Modbus Slave with Different Baud Rates– Converter– Guangzhou Xinyu IoT Author: Zou Wuyi Mobile185-020-77899 Email: [email protected] 1 Features: The configurable “Modbus Slave/Modbus Slave – Converter” has the following features: • Electrical isolation between Modbus ports. • Can be mounted on a 35mm DIN rail; • Power supply: 8…24V AC or 12…35V DC; … Read more

DeviceNet Slave to Modbus Slave – ADFweb Gateway Converter – Guangzhou Xinyu IoT

DeviceNet Slave to Modbus Slave - ADFweb Gateway Converter - Guangzhou Xinyu IoT

DeviceNet Slave to Modbus Slave– ADFweb Gateway Converter– Guangzhou Xinyu IoT Author: Zou Wuyi Mobile185-020-77899 [email protected] 1 Product Features: Modbus Slave/ DeviceNet Slave Gateway has the following features: On the DeviceNet side, the maximum data read can reach 455 bytes, and the maximum data write can reach 455 bytes; Realizes bidirectional information transmission between the … Read more

Modbus Slave to Modbus Slave – Assimilation Baud Rate Converter – ADFweb – Guangzhou Xinyu IoT

Modbus Slave to Modbus Slave - Assimilation Baud Rate Converter - ADFweb - Guangzhou Xinyu IoT

Modbus Slave to Modbus Slave –Assimilation Baud Rate Converter-ADFweb-Guangzhou Xinyu IoT Author: Zou Wuyi Mobile185-020-77899 [email protected] 1、Features: The configurable “Modbus Slave/Modbus Slave – Converter“ has the following features: Electrical isolation between two Modbus ports. Can be mounted on a 35mm DIN rail; Wide power input range: AC 8…24V or DC 12…35V; Wide operating temperature range: … Read more

RedHat Linux 7.6 Installation Guide

RedHat Linux 7.6 Installation Guide

RedHat Linux 7.6 Installation Guide This installation example is performed on a virtual machine. Virtual Machine System Information Virtual Machine Software: VMware® Workstation 16 Pro Version: 16.0.0 build-16894299 1.System Image Version rhel-server-7.6-x86_64-dvd.iso 1.Installation Process (The installation process based on the virtual machine has the same prerequisites) Select the first option to install the system directly. … Read more

A Beautiful Shell for Linux

A Beautiful Shell for Linux

From: Beginner's Station Let’s start with a beautiful image 1. Introduction to zsh 1.1 Linux Shell Linux/Unix provides many types of shells; why so many shells? Are they for cooking? Let me ask you, why do you have so many similar clothes? Different colors and textures. Writing programs is much more complex than buying clothes, … Read more