SheetCam and ESAB

Hi there,
I am new in sheetcam and also surprised on how easy sheetcam makes things!!!
However I am try to create the right code for my ESAB ultrarex uxd-p 2500 with NCE 290 controller (quite old I know it!) and I can not (starting from the extension is completely different as it creates .tap and NCE290 requires .MPG if I know well)
Is there anyone who can help??
Thank you very much in advance

You can change the file extension in Options->machine->post processor. Look in the ‘Output folder’ box.

As a starting point try the Esab vision post processor. Do you have any documention or sample files that run on the machine?

Since I didn’t know which of the esab postprocessors to use, I export all 4 version that sheetcam gives. However all of them as extension file were .tap and when I tried to load it , it could n’t recognize it , and then I reffered to the programming manual and I read that the extension file should be of type .MPG, which I changed it manually and nothing happened again.
Unfortunately I don’t have any sample file, except from the whole documentation for programming the controller with some silly examples in it.

In SheetCam go to Options->machine->post processor. There is a box that lets you set the file extension. Simply enter MPG in the box.

Thank you very much. The MPG extension worked and I also noticed that my ESAB requires ESSI format. I copied some programs from the machines library in order to check how are they written.
However the ESSI format from the sheetcam is a bit different and basically the machine gets confused with the coordinates when I load the program.
Any thoughts?

Do you have any sample ESSI files that run on your machine? If so could you send me some. ESSI does have a few different dialects but I should be able to tweak the ESSI post to produce code suitable for your machine.

Les you are helping me a lot with your ideas. It is much appreciated.
I did read the code my machine uses for a specific example and then cross checked it with sheetcams code. When I tried to cut a specific part (without any nesting or multiple parts), I deleted from sheetcam’s code everything that didn’t match to my machines example code (which seems very simple) and then I loaded and it worked perfectly. When I tried it with more than one parts to becut it was a mesh!!!
The code from a very simple example of my machine is as follows:
5
+625+1000
6
29+
7
-300±150++
+++225++
++
8
38
5
-325-1000
6
5
-200+2200
6
29+
7
+200-200
+827-645
+173-355-277-355-
-173-355-450±
-827-645
++2000
++
8
38
5
±2000
6

Thank you very much again

Do you have any documentation for that machine. I don’t recognise some of the codes in your sample.

I will scan the code’s list from the programming manual and I will send them as attachement, is just 3, 4 pages.
Tnaks again

This is the list with the auxiliar function my machine uses. The ones in pencil circle are the functions that are used mainly.
Thanks a lot again

Continued

Give this a try. Save the attachement to any convenient folder on your computer then run SheetCam and go to Options->machine->post processor. Clcik on the ‘Import post’ button. Using the box that appears navigate to the post and open it.

I’m not totally sure about the comments. If you get problems remove the comments. For example:

3
INCH
4

This version uses absolute coordinates. If that doesn’t work go to Options->machine->post processor and click on the ‘Edit post’ button. Near the start of the file you should see this code:

absolute = true

Change it to

absolute = false

Hi Les,
thank you very much about the post processor. It is working in realtive coordinates ans the there is no problem about the comments.
My problem now is that once it cuts the part (just 1 mm before ending the operation) the torch goes down and colides with the sheet. It does it when I am doing holes but also when I cut big parts.
Any suggestions?
Thanks again in advance

Is it diving where the leadin and leadout overlap? It may be possible to get around this using path rules. Could you send me a sample job file (file->save job) with a drawing set up ready to cut. I’ll add some rules to disable torch height control just before the cut.

The problem appears exactly where you said (lead in-out).
And it appears in every drwaing I tried, nomatter if it is a hole or a complete part.
I am sending you a simple drawing, just to check

Give this a try. It turns on THC 10mm after the cut starts to allow the arc to stabilize then turns off THC 5mm before the leadout.
The work is done by the two code snippets (THC on and THC off) and the default rule set (Tools->Cutting rules)

I am not sure if this will work because the code snippets are output with a space before the number which is not technically correct. I am hoping your control will ignore the space.

Should I type something or you have file to load?

Sorry for being such a pain, but unfortunately I cannot understand how to import the two code snippets in the default rule set.
Can you please help a llittle bit more
Thank you in advance

Sorry about that. I forgot to attach the file. I have been away from the office all day but I’ll upload a new copy tomorrow morning.

OK, let’s try again. Here is the updated job file.