Application of Hechuan Q1 PLC and X3E EtherCAT Servo in Packaging Industry

Application of Hechuan Q1 PLC and X3E EtherCAT Servo in Packaging Industry

Click the blue text to follow Servo and Motion Control “ With the rapid development of China’s economy and the improvement of people’s living standards, the packaging machine industry has ushered in good development opportunities. The application range of pillow-type packaging machines in the industry is also becoming broader. These devices inherit the advantages of … Read more

An Overview of CANopen SDO

An Overview of CANopen SDO

SDO is primarily used for reading and writing parameters of slave devices by the CANopen master. The most significant feature of SDO is the service confirmation, which produces a response for each message, ensuring the accuracy of data transmission. SDO communication is based on the client-server model, with the CANopen master node typically acting as … Read more

Discussing CANopen Protocol and Product Application Solutions

Discussing CANopen Protocol and Product Application Solutions

Recommended Reading: Training on CiA402 Axes for CANopen/ETherCAT Detailed Application Description of CANopen Bus on Codesys Controllers Pure Content | Easily Apply CANopen Communication Protocol in PLC & Servo Why is CANopen Communication So Popular in Servo Control??? Detailed Explanation of CANopen Application in TwinCAT2.1 by Beckhoff PLC The CANopen protocol originated from the CAN … Read more

Introduction to Mitsubishi Robot Controller Panel Functions

Introduction to Mitsubishi Robot Controller Panel Functions

The standard configuration of Mitsubishi robots generally includes: the robot body, robot controller, and connection cables. Note: The teach pendant is optional, meaning the standard configuration does not include a teach pendant. You can operate it in online mode using the officially provided software RT ToolBox3. Interested friends can download it from the Mitsubishi Automation … Read more

Beginner’s Guide to Controlling Arduino Servos with Python

Beginner's Guide to Controlling Arduino Servos with Python

Dear Python enthusiasts, today I want to share an interesting topic with you — how to control Arduino servo motors using Python. Imagine being able to make a robot move its arm or create automation devices with just a few lines of simple Python code. Isn’t that cool? Through this article, I will take you … Read more

DIY Desktop Robot That Can Laugh and Move with Raspberry Pi 4B

DIY Desktop Robot That Can Laugh and Move with Raspberry Pi 4B

MAKER: Shebin Jose Jacob, Nekhil / Translated by: Fun Endless Introduction Emo is a personal companion robot that embodies style and innovation. Its creation is made possible by the latest Raspberry Pi 4 technology and advanced design. It is not just a robot; it is a living presence. Unlike other robots, it possesses a unique … Read more

Build A Small Quadruped Robot Dog Based On ESP32

Build A Small Quadruped Robot Dog Based On ESP32

【Click the above「Blue Text」 to follow DF Maker Community and become a tech aesthetics enthusiast】 Since Boston Dynamics’ Spot, quadruped robot dogs have become very popular. The community previously shared a quadruped robot Pupper made with Raspberry Pi——《Can run, jump, and stroll, the little follower of Boston Dynamics Spot is here! Project is open source!》 … Read more

Micro:bit PWM Servo Control Tutorial

Micro:bit PWM Servo Control Tutorial

01 Introduction PWM servos are controlled by PWM signals, allowing instantaneous angle changes, with good responsiveness and strong locking capability, but lower precision. 02 Principle Analog and Digital Signals First, let’s understand what analog and digital signals are: Analog Signal: The micro:bit can output a voltage between 0~3.3V, with parameter values and return values ranging … Read more

Implementing a Smart Trash Can Using Arduino and Ultrasonic Sensor

Implementing a Smart Trash Can Using Arduino and Ultrasonic Sensor

This article briefly discusses how to use Arduino in conjunction with an ultrasonic module to create a smart trash can experiment. When a person approaches the trash can, it automatically opens. Trash Can Materials Needed Arduino Ultrasonic Sensor Servo Wiring Connection Wiring Connection Physical Wiring Code #include <Servo.h> const int trigPin = 9; // Trigger … Read more