Search found 3665 matches

by Les Newell
Wed Aug 16, 2006 11:03 pm
Forum: New features
Topic: External control of SheetCAM from Visual Basic / VBA
Replies: 18
Views: 32304

External control of SheetCAM from Visual Basic / VBA

Hi James, It works for me. When I load sequencetest3.job I get two tools and two processes. What happens when you load the job? Les jemmyell wrote: Here is the ZIP file again. It has the original file, and one that I stripped the binary data out of again. It still will not load, and I looked at it w...
by Les Newell
Wed Aug 16, 2006 10:02 pm
Forum: New features
Topic: External control of SheetCAM from Visual Basic / VBA
Replies: 18
Views: 32304

External control of SheetCAM from Visual Basic / VBA

Hi James, There should be nothing at all after the tag, not even a newline. If you still have problems I'll upload a sample in the morning. This computer is running Linux and won't let me save a file with DOS line ends. Les Hi Les, There is an unmodified .JOB file in that ZIP file I posted. Could yo...
by Les Newell
Wed Aug 16, 2006 8:39 pm
Forum: New features
Topic: External control of SheetCAM from Visual Basic / VBA
Replies: 18
Views: 32304

External control of SheetCAM from Visual Basic / VBA

Hi James, You need the [BinaryDataStart] tag at the end of your file. Without that tag, SheetCam assumes the file is corrupted and ignores it. Les jemmyell wrote: Hi Les, my partner-to-be and I almost have V 1.0 of the DXFTool ready for release so I am back on the SheetCAM integration project. I sti...
by Les Newell
Mon Aug 07, 2006 12:51 pm
Forum: Announcements
Topic: V3.1.20 released
Replies: 0
Views: 15006

V3.1.20 released

Hi all, I have just uploaded V3.1.20 to www.sheetcam.com. This release has the following changes: Added: os library to Lua macros. This mainly adds some useful date functions. Changed: Spindle direction to thread direction in tapping process Changed: help call to try to prevent hanging on some machi...
by Les Newell
Fri Jul 28, 2006 4:20 pm
Forum: Announcements
Topic: V3.1.19 released
Replies: 0
Views: 15105

V3.1.19 released

Hi all, I have just uploaded V3.1.19 to www.sheetcam.com . This one has mainly just cosmetic changes: Fixed: Retract paths displayed incorrectly Fixed: Sometimes crashing if the first dxf entities have no layer Changed: Plasma tool dialog 'apply now' button changed to 'update processes' Removed: Hel...
by Les Newell
Tue Jul 25, 2006 8:07 am
Forum: New features
Topic: plasma cutting thc, arc good signal
Replies: 3
Views: 7378

plasma cutting thc, arc good signal

Posts are written in the Lua macro programming language <www.lua.org>.
They have a manual but it is quite hard work to read. If you look in
c:\program files\sheetcam\posts there is a rtf document that describes
the SheetCam extensions to Lua.

Les
by Les Newell
Mon Jul 24, 2006 6:16 pm
Forum: New features
Topic: plasma cutting thc, arc good signal
Replies: 3
Views: 7378

Hi Bene, This is all done in the post processor. I have attached a post that should hopefully do what you want. Note that I have made the S word modal so it only appears when the height changes. Another question: How is a flameout condition usually handled It depends on the controller. With some you...
by Les Newell
Fri Jul 21, 2006 10:52 am
Forum: Problems and questions
Topic: DXF import problem for POINT entities
Replies: 3
Views: 4663

DXF import problem for POINT entities

Hi James, The file with points at the start is incorrect. There is no layer information for the points so SheetCam does not know where to put them. This file actually has a good chance of crashing SheetCam so I will change the next release to default to the first layer if layer information is missin...
by Les Newell
Mon Jul 03, 2006 8:17 pm
Forum: New features
Topic: V3.1.18 Bug????
Replies: 1
Views: 4684

Oops, sorry about that. I forgot to increment the number. One day I'll learn how to count...

Les
by Les Newell
Mon Jul 03, 2006 3:43 pm
Forum: Announcements
Topic: V3.1.18 released
Replies: 0
Views: 15497

V3.1.18 released

Hi all, I have just uploaded V3.1.18 to www.sheetcam.com. This version has the following changes: John, could you give it a try and see if it fixes your help problem. Lee, This fixes you part positioning problem. Note that position info was not saved before so it will only work with parts saved with...
by Les Newell
Fri Jun 16, 2006 6:53 pm
Forum: Problems and questions
Topic: Defining relationship of Job, Part, Drawing and Toolset
Replies: 2
Views: 4512

Defining relationship of Job, Part, Drawing and Toolset

That is a good point. I don't think it is laid out anywhere. A part contains one drawing and one or more processes. A job contains one toolset, one material definition and one or more parts and duplicated parts. Duplicates are simply a step and repeat of the part. I hope that makes some sort of sens...
by Les Newell
Thu Jun 15, 2006 7:20 pm
Forum: Problems and questions
Topic: Autocad Inventor R6 DXF export problem
Replies: 2
Views: 5337

Autocad Inventor R6 DXF export problem

Hi Richard, It sounds like an issue with your cad package. Have you scaled the circles? If they have been scaled or stretched it is possible your cad package now thinks they are ellipses. Some cad packages break ellipses into short line segments when exporting them. Les. Hi Guys, Nice to have a foru...
by Les Newell
Tue Jun 13, 2006 5:32 pm
Forum: Announcements
Topic: V3.1.17 relased
Replies: 0
Views: 15209

V3.1.17 relased

Hi all, I have just uploaded V3.1.17 to www.sheetcam.com. This version has the following changes: Added: Settings functions to API (see the header file) Changed: scLoadDrawing now has a quiet parameter to suppress the options box (see the header file and example code). Note if you suppress the optio...
by Les Newell
Mon Jun 12, 2006 6:30 pm
Forum: New features
Topic: No Debug window, no scLoadDrawing
Replies: 7
Views: 9163

No Debug window, no scLoadDrawing

Hi James, You can shut down SheetCam by using the menu functions to call the file->exit menu. Sorry I haven't got round to sorting out the extra parameters. I have been away from the office a lot recently. Les Any news on the extra params for scLoadDrawing and the new function to let me shut down Sh...
by Les Newell
Tue Jun 06, 2006 3:33 pm
Forum: New features
Topic: No Debug window, no scLoadDrawing
Replies: 7
Views: 9163

No Debug window, no scLoadDrawing

Hi James, Ok, fixing the enum for the DXF filetype did the trick for scLoadDrawing. Also IF SheetCam is mamimized, the debug window is BEHIND the main window and cannot be found since it isn't in the ALT-TAB window switch order! :D Yes - that would happen. I run two monitors and SheetCam usually run...