Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

cnc languange?

Status
Not open for further replies.

TeddyBbeer

Mechanical
Jun 4, 2004
2
0
0
EE
Hi
Recently i started working on ESAB Combirex oxy-fuel machine and it reads strange programs. Instead standard M and G codes, those programs consist only numbers. Is this earlier version of cnc languange? or some other? Machine was assembled in 1984 and we(im living in Estonia) bought it from Finland.
 
Replies continue below

Recommended for you

The machine could be a tab sequential, full field, or delimited field tape format. You will have to get the manual for the control and verify what it uses. Or you could just try different format until you understand what the machine is reading.
Good Luck if the manual is not available.
 
By 1984, normal CNC controls were well past tab sequential and all other forms of delimited input. In fact, this system died out before the "C" (for computer) was added to the front of the acronym in the early 70's.

You apparently have a specialised machine and therefore a specialised control. The only ways you're likely understand programming of this control is with a manual, by contacting the builder, or to find another programmer who has worked on this particular machine.
 
well while standard cnc program looks like this:
G01 x0 y40
x40 y40
x40 y0
x0 y0
this language looks like:
++40
+40
+-40
-40
(probably some errors in it)
 
That looks like a proprietry code of some kind - you need to track down the builders.




Excessive accuaracy is a sign of poor breeding. -Socrates.
 
Status
Not open for further replies.
Back
Top