Design and Development of an Arduino Based 3-Diminsional CNC Plotter using Control System Based Concepts with Power Quality Improvisations
Keywords:
CNC, Ink space software, G code, PCB PlotterAbstract
This paper gives a brief info about the Design & Development of an Arduino Based 3-Diminsional CNC Plotter using Control System Based Concepts with Power Quality Improvisations. Plotter, vinyl cutters, 3D printers, milling machines, and other equipment fall under the term "CNC." CNC stands for Computer Numerically Controlled, which simply implies that the actual movements of the machine are controlled by instructions supplied by a computer, such as co-ordinate locations. This paper is about the CNC Machine PCB Plotter which is used to draw circuit layout on PCB. For that first you need to convert the text file or image file into G code using ink space software. Then this G code is applied to processing software. Atmega 328 microcontroller using Arduino uno is used to control the device. The controller changes the given G code and then translates them into a machine language instruction. These instructions are for the motor drivers to be sent to the motor drivers.