Search found 3656 matches

by Les Newell
Mon Jan 21, 2013 2:11 pm
Forum: Problems and questions
Topic: Postprozessor TNC151 Bridgeport Interact 412 12 Tool Changer
Replies: 2
Views: 1870

What error message do you get?
by Les Newell
Mon Jan 21, 2013 2:10 pm
Forum: Problems and questions
Topic: Identifying hole size in post
Replies: 5
Views: 2204

An arc is a circle if the start and end are at the same place.
Try this in function OnArc:
if(math.hypot(endX - currentX, endY - currentY) < 0.001) then
radius = math.hypot(currentX - arcCentreX, currentY - arcCentreY)
...the rest of your code here
end
by Les Newell
Mon Jan 21, 2013 2:06 pm
Forum: Problems and questions
Topic: Proma Electronika THC works in test mode only
Replies: 5
Views: 5548

It looks to me like Mach isn't seeing the 'arc good' signal. Mach thinks the torch hasn't fired so it sits there waiting for the torch.
by Les Newell
Mon Jan 07, 2013 11:21 am
Forum: Problems and questions
Topic: Floating head auto-zero set-up confusion. Please, somebody,
Replies: 5
Views: 16191

Re: Floating head auto-zero set-up confusion. Please, somebo

Hey everyone, I really hope that there is some of you guys out there who are able to help a struggling builder. I decided to start with (ie, before I get THC) I would build a floating head so that the machine will "auto-zero" before each time it pierces the material. So far so good, physi...
by Les Newell
Thu Jan 03, 2013 10:19 am
Forum: New features
Topic: Plasma - decrease feedrate for cutting holes.
Replies: 10
Views: 14322

Is your clock set correctly? If your computer's clock is out you can get this message. If you don't use teh V carve plugin go to Options->plugin options->Vcarve2 and make sure 'Enabled' is turned off.
by Les Newell
Thu Dec 27, 2012 12:52 pm
Forum: New features
Topic: Option To Link To DXF Instead Of Import
Replies: 7
Views: 8352

Oddly enough the very early releases of SheetCam did link directly to the drawing files instead of storing them internally the the job files but that was very unpopular. However drawing import does not change any of your settings. If you have a job set up and import a new drawing into that job all o...
by Les Newell
Sun Dec 23, 2012 12:40 pm
Forum: Problems and questions
Topic: Drawing Problems
Replies: 7
Views: 5095

Did you install the correct runtime? You can download it from here http://www.sheetcam.com/Download/vcredi ... vc2009.exe
by Les Newell
Thu Dec 20, 2012 2:07 pm
Forum: Problems and questions
Topic: Fonts
Replies: 1
Views: 2675

Go to Options->application options and reduce the start point size. That should fix it.
by Les Newell
Thu Dec 20, 2012 2:06 pm
Forum: Problems and questions
Topic: Darn you sheetcam! I'm spoiled
Replies: 1
Views: 1519

This is on the to-do list. It was planned to be ready for testing by now but due to other commitments I have hardly started on it.
by Les Newell
Mon Dec 17, 2012 3:58 pm
Forum: Problems and questions
Topic: Drawing Problems
Replies: 7
Views: 5095

Curiouser and curiouser. I see the fault if I load your job in V6.0.2 but if I load the drawing into that version after loading your job it then works correctly. I have attached the job file. Could you tell me what settings you have in Options->system parameters. The V6.x series is now very old and ...
by Les Newell
Mon Dec 17, 2012 2:23 pm
Forum: Problems and questions
Topic: Drawing Problems
Replies: 7
Views: 5095

Hmm, that is strange. I can't find anything wrong. I loaded the job and all of the tool paths were generated correctly. What version of SheetCam are you using? (look in Help->about)
by Les Newell
Mon Dec 17, 2012 2:06 pm
Forum: Problems and questions
Topic: Drawing Problems
Replies: 7
Views: 5095

I just checked the drawing and I can't see anything obviously wrong. Could you post the job file (file->save job) with the profile cuts set up so I can see exactly what settings you are using.
by Les Newell
Mon Dec 17, 2012 8:54 am
Forum: Problems and questions
Topic: Using SC on a router and a plasma cutter?
Replies: 2
Views: 2041

There are two methods of doing this. The first method works with both the stable and development versions. Go to c:\program files\SheetCam TNG and make a copy of SheetCam TNG.exe. Give it a sensible name. Now make a shortcut to it. When you run the shortcut it will start with completely separate set...
by Les Newell
Fri Dec 14, 2012 12:37 pm
Forum: Problems and questions
Topic: Post Processor EMC Plasma with Z Switch G92
Replies: 1
Views: 1733

Try the MP1000-THC-scriber post. At the strat of the post are a number of parameters you need to edit to suit your machine. You can ignore the scriber stuff. Set refHome = false to use probe.
by Les Newell
Wed Dec 12, 2012 4:00 pm
Forum: Problems and questions
Topic: Textile cutter setup problems
Replies: 1
Views: 1458

Oops, I missed something out of the documentation. Your init.tap should end with M99. The post has been updated for the next release. ;offsets for tools 100-199 #1 = 10 ;X #2 = 1 ;Y #3 = 100 ;Z ;offsets for tools 200-299 #4 = -10 ;X #5 = -1 ;Y #6 = -100 ;Z ;;;;;;;;;;You should not need to change any...