Showing posts with label powermill. Show all posts
Showing posts with label powermill. Show all posts

Monday, January 2, 2012

JOB Vacancy


Delcam is a world-leading developer and supplier of advanced CADCAM software.

Delcam Indonesia, the leading innovators in CADCAM technology in Indonesia is looking for highly qualified professionals. We need people who are self-motivated and team players, good in following skills of which are English both oral and written, communication and interpersonal, and computer skills to join us in a competitive environment for the following position :


Software Support/Application Engineer (Code : AE)

  • Male or Female.
  • Max. age 25 years old.
  • Diploma Degree in Mechanical Engineering (majoring in production machine).
  • Min. GPA is 2.5
  • At least 1 year experience in CNC machining or CAM programming and Design for Manufacture.
  • Have an outgoing personality, being sociable and responsive to our customers and globally-based staff.
  • Be flexible and ready for the challenge! You will be required to demonstrate Delcam's software solutions to a variety of industrial sectors around the world.
  • Possess excellent presentation and written communication skills.
  • Will be located in Tangerang – Indonesia.


Please submit your application letter, comprehensive resume, with a recent photograph (size of 3×4) and quote the position code on the top left envelope not later than 31 january 2012 send to:

Email

You can submit your application by email to: indonesia@delcam.com

Postal

Delcam Indonesia

Gedung Perkantoran Pulomas Satu

G.1 Lt-3 Room12A

Jl.A.Yani No.2

Jakarta Timur 13210


Monday, May 30, 2011

5AXIS HEAD-HEAD 45 deg


This is another configuration of 5 axis machine. Using head and incline head 45° or some of us call it 5axis swivel head.

The main rotation C axis was on Z axis. Then A axis was incline between Z axis and Y axis.

Type of this machine has limitation of their rotation axis, such as:

C axis: limit + 360° and - 360°

A axis: limit +20° and -20°

SEYOON was one of famous machine maker that produce 5 axis machines. Complete with roll cutter to get cutting process much easier for some application.

There is some major equipment that 5 axis machining will result good performance.

  1. Machine Constructions
  2. Machine Control
  3. Software (external user)
  4. CAD/CAM Operator
  5. Tooling

With 5 axis software, we can explore the strategy and simulate the 5 axis tool path that we just make.

The 5axis simulation on the software representate the real cutting on the 5 axis machine, so we get more confident.

Safety and accurate, that we want to achieve.

Tuesday, December 28, 2010

5 axis Machine

In few pass of year, the machining direction change to use more complex machine. Such as multiaxis machine.

Recently in our country have more population of 5 axis machine such as Deckel Maho, Mazak, Moriseiki, and the new comers are Quaser.




Those machine are using common control to run their mechanical device. The controller such as Fanuc, Heidenhain, Siemens, etc.

Here litle explanation the Fanuc control language as NC Code:
This momment i'll share some function of NC-code languange to control the machine.

1. Program Header
On program header, it containing some NC Code for initialisation:
O8899
G91 G28 Z0.0
G28 A0.0 C0.0
G28 X0.0 Y0.0
G90 G54
M44
M46
T1M6
G5.1Q1
==========

O8899 ; Number program have text "O" at start of program number.
G91 ; Incremental movement.
G28 ; Position of Home machine.
G28 Z0.0 is command to run machine goes to Z home machine position.
G28 X0.0 Y0.0 is command to run machine goes to X, and Y home machine position.
G90 ; Absolut movement.
G54 ; Work offset coordinate
Work offset cooedinate can assign value of 54, 55, 56, 57, 58, 59
M44 ; UnClamp swivel table.
M46 ; Unclamp rotary table.

Next post is Tool change and First Move after tool change position ...