Hello Guest it is April 24, 2024, 12:08:15 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zealous

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
261
VB and the development of wizards / Re: Percent Complete
« on: December 02, 2007, 07:33:40 PM »
WOW bdring nice job!!!

Here you go this will work :):

Code: [Select]
Dim I
Dim textLine

Open FileName For Input As #1

While Not EOF(1)
Line Input #1, textLine
I = I + 1
Wend

Close #1

Call setuserDro(1200,I)

You can put this along side the "Load Gcode" button but....I think that the VB "load Gcode" is spitting an error...we'll have to report it to Art if any one else is getting this as well...

262
General Mach Discussion / Re: Hey, new, just a question
« on: December 02, 2007, 04:05:57 PM »
I'm not sure of your application or tools available to you....but here are two ways that I know of that works best.

If you are making molds:
If you are exporting objects that are complex with under cuts your going to want to use a 3d printer. There is a volume of information on Zbrush. Check these links http://www.zbrushcentral.com/zbc/search.php?searchid=1422335

If you are using a 3 axis milling machine:

Artcam is very expensive...but... worth every penny if your serious about selling a product. I create a base model in 3d Max export it and add the fine details in Artcam and finally export toolpaths.

You can also import 3ds and STL into Rhino Mastercam and a number of other programs(cant remember when they made the change but I believe Maya 7 in plug'ins can activate "export 3ds")...but the files can be huge and CPU intensive...I've found Artcam to be the best at making the bridge, next best would be Rhino.

Rhino handles these files great if you don't try to modify anything and just produce the toolpaths.

263
VB and the development of wizards / Re: Percent Complete
« on: December 02, 2007, 01:37:47 PM »
Bdring, Do you have two DRO's 1200 and 1201 in your screen somewhere? You'll have to enter the total number of lines on the "Program Run" page in the screen set I posted....you shouldn't get that error unless you don't have the DRO's displayed in your screen somewhere.

Hey Nick yeah I see what you mean that's totally true...I bet the best result would be to get the total distance the machine has to travel and the current machine speed to give an accurate percentage

264
Works in progress / Re: Iconic
« on: December 02, 2007, 01:26:25 AM »
Thanks Brett, sorry about the wait for the screen files, I cant seem to get it to upload to Artsoft's server...will have to shoot an email to Beny or Scott. It's saying the server timed out or the file is too big (file is about 2mb).

Hey Drew, no we don't have any right now and will be updating the current packs, since there has been some major changes in both Artsoft and Adobe, but I will be uploading a standard Lathe screen here in the next few days...

I'm intrested in doing a Jewelry Lathe layout, but not sure what all needs to be there, let me know if there are any good lathe layouts for jewelry making that can guide me in the right direction.

265
VB and the development of wizards / Re: Percent Complete
« on: December 01, 2007, 07:25:49 PM »
Cant help but think Brains would be better then the Macropump and there is a automated way to get the last line of Gcode or total file size...

Nice thing about this is in Flash we can display bar graphics or images to display amount completed and invoke scripts once at any point.

Here is the standard Mach3 1024.set modified with a page that has a large toolpath and DRO displaying amount completed.
Also included is the Macropump file, remember to turn on your macropump in the config page.

Code: [Select]
filesize = GetOEMDRO(1200)
filecurrent = GetOEMDRO(816)

'=== Get percent ===
  completed = ((filecurrent / filesize) * 100)
  Call setuserDro(1201,completed )

266
Works in progress / Re: Iconic
« on: December 01, 2007, 12:57:12 AM »
All of the images are editable individually in Fireworks or Photoshop

267
Works in progress / Re: Iconic
« on: December 01, 2007, 12:55:00 AM »
There will be a free AlphaGraphicDesigns Pack for those who have purched Pack 1 coming to you soon.
We have decided to release this screen to the public for free.

268
Works in progress / Iconic
« on: December 01, 2007, 12:53:53 AM »
ICONIC
Folder "Iconic" goes: C:\Mach3\Bitmaps\Iconic
Place the "Iconic.XML" anywhere you want.


269
General Mach Discussion / Re: Mach3 Startup- Reboots PC- help?
« on: November 30, 2007, 04:01:38 PM »
Try to uninstall, download the latest and dont forget to reboot after you install.

270
Finished Screens / Re: Mach SoftLight
« on: November 27, 2007, 11:24:17 AM »
Hey Greg thanks for the research for screen sizing...its hard to do. Depending if a person has the taskbar resized or hidden always plays havoc with sizing...I have a new screen that I've taken you advise with. Trying to finish up the Flash development so we don’t have to worry about screen resolution or sizing. Thanks

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »