Skip to main content

16/07/2019

Research into the new possible files that can be used instead of the DXF.file used before due that the DXF file doesn't allow the making of 3D shapes.

2nd, to look into new Cam software to be able to import and export 3D files from Autocad due that the one used before (lazy Cam) didn't allow the import and export of 3D files.

3rd, to finish health and safety measurement and to finish the uploading the Floor map done in Week 2 and to add details about it.

4th, the part with the cnc machine is not going well, due that the software given and instructions said and advised by the manufacturer are incomplete. also the advise by the manager were not helpful. there was not knowledge about this by anyone so there was a lot of lack of information.

not support from the manufacture that the cnc machine was brought from, search done a lot about the cnc machine and in websites like Mach3, amazon, CNCzone, Usb CNC controller didnt give a help or solution found with the problem encountered.

problems:
1st, The spindle needs to be sand papered down and heated until 330 degrees to allow it to be sand papered down, that was wrote down by the manufacturer.

2st, no calibration for the machine was given

3st, the usb that came with the cnc machine was not the usb for it, so  the usb didnt contain the drivers, data and files needed to make the cnc machine work.

4th, mach3 doesnt work properly due that the licence hasnt been purchase, and that plugins are missing

Comments

Popular posts from this blog

Investigation

Now we have to investigate the relating methods and topics that possibly help us find a solution. The goal is to find the most efficient way to bring low volume, accurate, fast turn around manufacturing in house. 4 axis CNC Milling/Routing: CNC stands for Computer numerical control. Numerical control is the automated control of machining tools and 3D printers by means of a computer. An NC machine alters a blank piece of material (plastic or thermoformed plastic ) to meet precise specifications by following programmed instructions and without a manual operator. Computer Numerical Control is different from typical PCs in the type of software used to control the machine, which is specially customized and programmed with G-Code — a specific CNC machine language that allows precise control of features like speed, location, coordination and feed rate. A 4-axis CNC machine operates on the X,Y and Z axes like a 3-axis machine, but it also includes rotation around the X-axis, whi...

Types of CNC used

5 different types of CNC softwares have been used: Mach3, Mach4, USB CNC Controller and PlanetCNC Mach3 Mach3 CNC Controller software will convert your PC into a fully functional 6 axis CNC Controller. Mach3 is one of the most popular CNC Controllers for both DIY and Industrial machines. Mach3 works on most Windows PC’s to control the motion of motors (stepper & servo) by processing G-Code. Mach3 is a feature rich program which is also easy to use. It works with other programs and will import DXF files, generate G-Code, fully customizable. Works with CNC Routers, Milling Machines, Lathes, Plasma Cutters and Lasers. Mach4 Mach4 is completely new software with less than 1% of the programming code in common with Mach3. It was written from the ground up to be expandable, flexible, and extremely responsive for use with very large files. Mach3 was designed for simple hobby machines and still serves this purpose well.  When quality, speed, and the ability to use or le...

CNC Programming

What is CNC? CNC  – Computer Numerical Control – Taking digitized data, a computer and CAM program  is used to control, automate, and monitor the movements of a machine. ... The  CNC  controller  works  together with a series of motors and drive components to move and control the machine axes, executing the programmed motions. What type of file do CNC machines uses? Every CNC setup is different, but there are general file formats that most machines support. The commonly accepted CAD formats for CNC machines: AI, PDF, DXF, DWG (for 2D files) STL, OBJ, DXF, STEP, IGES, DWG, 3DM (for 3D files) Steps to Create a CNC Drawing Creating a CNC program is a three phase process: 1. The part is drawn in a CAD(Computer Aided Design) drawing program such as AutoCAD.  2. Then a CAM (Computer Aided Manufacturing) program is used to convert the CAD drawing to G-Code. 3. Lastly, the G-code controls the CNC mill as it makes the part.  ...