Shunde robot industry adds new troops
Aerial rendering of Eston project. Photo provided by interviewee
On the morning of June 5, the groundbreaking ceremony of the Eston-Cruise Robot South China R&D and Production Base Project (hereinafter referred to as the "Eston South China Regional Headquarters") was held in Beijiao Town, Shunde District, Foshan City. This is a new addition to the Robot Industry-City Integrated Development Zone, one of the "Double Engines" of Shunde Beijiao Robot Valley Intelligent Manufacturing Industrial Park in the "Double Ten Park", after the second phase of KUKA was put into operation.
Relying on the huge manufacturing base and driven by the world's leading robot projects, from intelligent manufacturing system integration to robot body manufacturing, and then to the R&D and manufacturing of core components and expanding the application of industrial robots... Shunde's entire robot industry chain is local As robotization becomes increasingly mature, a robot industry highland with world influence is accelerating its rise.
●Nanfang Daily reporter Li Xin
Domestic robot faucet creation
South China "Bridgehead"
According to reports, the project party Nanjing Estun Automation Co., Ltd. (hereinafter referred to as "Eston") was established in 1993. Its core business is automation core components and motion control systems, industrial robots and intelligent manufacturing systems.
According to last year's MIR Rui Industrial "2022 China Industrial Robot Market Annual Report", in the ranking of domestic robot manufacturers' shipments, Eston has entered the top ten global industrial robot brands in the Chinese market shipments for 4 consecutive years, and That year, its shipments surpassed ABB for the first time, ranking first domestically and fifth globally, becoming the "first camp" in the global robot industry.
In September 2021, at the Shunde Robot Industry Investment Promotion Conference, Eston and its joint-stock company Guangzhou China Machinery Robot Intelligent Equipment Co., Ltd. respectively won the land parcels located in the southern area of the Tanzhou Convention and Exhibition Area of Shunde in Sanlong Bay. Two The project covers a total area of 70 acres, with a total planned investment of over 400 million yuan.
Among them, Eston's South China regional headquarters covers an area of about 20 acres and will build the South China regional headquarters corporate base. It will jointly build a robot (South China) technology center with its wholly-owned European welding robot leader Cruise, and actively develop The market for welding robots, Eston robots and servo products in South China promotes the development of the entire industry chain from industrial robots to system integration.
"Since the establishment of the company 30 years ago, we have continued to help traditional labor-intensive production lines intelligently transform and upgrade, and help the manufacturing industry move toward high-quality development." Eston President Wu Kan said that Eston South China started construction in Beijiao this time. The regional headquarters will become Eston's "bridgehead" in South China, and will work together with the Nanjing head office to play the leading role of "dual headquarters".
Over 300 regulated enterprises in the district
Use Robot
"Choose Beijiao to set up Eston South China R&D and production base and build the headquarters in South China. In addition to Beijiao's location advantages, convenient transportation and industrial foundation, we also value Beijiao's excellent business environment." Wu Kan said, The project has received care and help from functional departments at all levels in the district and town, and has done a lot of promotion and promotion with the help of the government. “This has strengthened our confidence in investment and development in Beijiao.”
“Beijiao Robot Valley has a strong production atmosphere and the upstream and downstream supply chains are gathered together. Eston’s choice of Beijiao this time is not only a recognition of Beijiao’s business environment and industrial development, but also further strengthens the relationship between Shunde and Beijiao.” We are determined to strengthen the robot industry." Tang Leijing, member of the Standing Committee of the Shunde District Committee, Minister of the United Front Work Department, and Secretary of the Party Committee of Beijiao Town, said that after years of cultivation, Foshan Sanlong Bay Tanzhou Convention and Exhibition South Area with Beijiao as the core has been built into a robot production core base. At present, the area has gathered eight major robot industry projects, and the total sales revenue is expected to exceed 12 billion yuan when it reaches full production.
In fact, Beijiao's "magnificent turn" from a home appliance town and a strong manufacturing town to a strong technology town is the epitome of Shunde's increased efforts to develop the robot industry and accelerate the formation of a 100-billion-level industrial cluster. According to statistics, as of October last year, more than 300 regulated companies in Shunde were using robots. The Shunde Intelligent Robot Industry Cluster has more than 80 companies engaged in robot production or supporting, and has become an important gathering place for robot integrated system solutions in South China.
As leading domestic and foreign robot companies such as KUKA and Eston have settled in, according to Tao Yuanming, secretary-general of the Shunde Robot Association, the world-influential robot industry is accelerating to take shape in Shunde, which will not only bring a large number of new Technology and high-end talents will also help the local area form a "grass, shrub, and tree" ecosystem around the robotics industry, drive and nurture more industries to reach 100 billion, and inject strong new development momentum into the high-quality development of the industry.
The above is the detailed content of Shunde robot industry adds new troops. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Introduction to the discussion of PHP programming technology in Typecho: Typecho is a simple and efficient PHP blog engine, which is lightweight and easy to expand. This article mainly discusses PHP programming technology in Typecho, including commonly used PHP functions, database operations, file reading and writing, form processing, etc. And through code examples, it shows how to implement common functions in Typecho. 1. Application of PHP functions String processing String processing is one of the commonly used operations in PHP programming. in Type

The basic syntax of slicing in Python is to use the [start:end:step] syntax for slicing operations, where start represents the starting position of the slice, end represents the end position of the slice, and step represents the slicing step. If start is omitted, it means slicing from the beginning of the list or string; if end is omitted, it means slicing to the end of the list or string; if step is omitted, it means the step size is 1. For example: my_list=[1,2,3,4,5]#Cut from the 2nd element to the 4th element (excluding the 4th element) sub_list=my_list[1:4]#[2,3,4 ]#Start from the first element until the end of the list sub_li

Translator | Reviewed by Zhu Xianzhong | Sun Shujuan Figure 1: Generating a 3D model of a cover can be time-consuming or require a large number of reference images. One way to solve this problem is to use neural radiance fields (NeRF), an artificial intelligence method of generating images. The main idea of NERF is to take a small set of 2D images of the object or scene you photographed, and then use these 2D images to efficiently build a 3D representation. This is achieved by learning to transform between existing images. Now this jumping (also called "interpolation") technique can help you create images of new perspectives on objects! Sounds good, right? With the help of a small set of images, you can create a 3D model

Java is one of the most widely used programming languages in the world today. It is widely used in various fields, including software development, web development, game development, and more. The biggest feature of Java is its cross-platform nature, because programs written in Java can run on different operating systems, such as Windows, Linux, MacOS, etc. Therefore, Java has become the language of choice for developing cross-platform applications. Today, the topic we are going to discuss is GUI Programming in Java

Network programming is an important part of the field of computer science. Especially in today's information age, network programming technology is even more important. In the Go language, network programming is also very important, because Go provides a series of packages specifically for network programming, making network programming more convenient and efficient. This article will introduce how to perform network programming in Go, so that you can become comfortable in network programming. 1. Network programming in Go language The standard library of Go language provides a series of packages for network programming. These packages include: net: with

Aerial renderings of the Eston project. Photo provided by the interviewee On the morning of June 5, the groundbreaking ceremony of the Eston-Cruise Robotics South China R&D and Production Base Project (hereinafter referred to as the "Eston South China Regional Headquarters") was held in Beijiao Town, Shunde District, Foshan City. This is a new addition to the Robot Industry-City Integrated Development Zone, one of the "Double Engines" of Shunde Beijiao Robot Valley Intelligent Manufacturing Industrial Park in the "Double Ten Park", after the second phase of KUKA was put into operation. Relying on the huge manufacturing base and driven by the world's leading robot projects, from intelligent manufacturing system integration to robot body manufacturing, and then to the R&D and manufacturing of core components and expanding the application of industrial robots... the localization of Shunde's entire robot industry chain is becoming increasingly mature. , a robot industry highland with world influence is accelerating its rise. ●Nanfang Daily reporter Li Xin made in China

[Global Network Technology Comprehensive Report] According to news on June 13, Visual China announced that its subsidiary vcg.com has launched an AI-inspired drawing (i.e., text-generated image) function. Through this function, users can not only browse and download high-quality original content in the image library, but also generate high-quality and exquisite image content through the AI inspiration drawing function, thereby gaining more inspiration and creativity. It is reported that the AI inspired drawing function launched this time can generate picture materials in four different styles: photography, cartoon, 3D, and illustration based on text to match different usage scenarios.

With the development of the Internet, more and more applications need to support large traffic and high concurrency requests, and stand-alone systems can no longer meet such needs. Therefore, the concept of distributed systems was proposed and widely used. As a popular development language, PHP also plays an important role in distributed system programming. This article will introduce distributed system programming technology in PHP to help readers better use PHP to build highly available and high-performance distributed systems. 1. The concept of distributed system In traditional stand-alone systems, all computing resources
