Hello Guest it is April 26, 2024, 05:30:30 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 »
241
General Mach Discussion / Re: Dwell interupt
« on: February 13, 2008, 09:16:02 PM »
hey Whacko,
Where you in Johannesburg with your girlfriend? I read about it in the news, but it might have been a diffrent story.

242
General Mach Discussion / Re: process for using a different editor
« on: February 11, 2008, 11:52:57 AM »
 ;D forsure the VB way is the long and slow way around doing what Art's already done in C++  ;D, but it might help if you want to mix it up with other code

243
General Mach Discussion / Re: process for using a different editor
« on: February 11, 2008, 11:09:23 AM »
If you really want control you can do some VB on a button script  ;)
This will open the currentl file loaded in Mach with Notepad...but you can tell it any program you want

Code: [Select]
Private Sub Form_Load()
Dim dTaskID As Double, path As String, file As String
path = "C:\WINDOWS\notepad.exe"
fileToLoad = Filename
dTaskID = Shell(path + " " + fileToLoad, vbNormalFocus)
MsgBox ("Text loaded")
End
End Sub

244
General Mach Discussion / Re: Very Much Softwear Ill leart
« on: February 05, 2008, 04:19:21 PM »
You might ask Lee to send you the XML also if you do a search for "Probotix" on the Yahoo forum you'll find some post about there products and how people are using them:
http://groups.yahoo.com/group/mach1mach2cnc/message/85919

245
General Mach Discussion / Re: Erratic Toolpath Display
« on: January 18, 2008, 10:41:04 AM »
Do you have this hooked to a machine? I want to say your in "Motion Mode" set to "Exact Stop", located in Config/Gen Config...is your machine also following the path described in the Toolpath screen? Try to uninstall mach. Delete the Mach3 folder and reinstall to see if that makes a difference if not the latter.

246
General Mach Discussion / Re: V3.0 crash with Sleep
« on: January 13, 2008, 01:12:05 PM »
Yeah it would be great if we could all merge to one forum and have one central location. It would make thing easer to keep up with updates and changes.

247
General Mach Discussion / Re: Jogging buttons in Mach3
« on: January 13, 2008, 09:55:05 AM »
I personally do not like the "Cycle" increments, it can be dangerous.
What I have is a DRO that I can enter the value I want, I also have my most common amounts that I use on 4 buttons, that way I known when I it the "0.001" button that it will always be set to that.

If you open up your screen in "Screen 4" or use a Flash screen I would recommend adding 4 buttons. You could use Mach codes as well:

Select Step value 1 Button 265  (1.000)
Select Step value 2 Button 266  (0.100)
Select Step value 3 Button 267  (0.010)
Select Step value 4 Button 268  (0.0010)
Select Step value 5 Button 269 
Select Step value 6 Button 270 
Select Step value 7 Button 271 
Select Step value 8 Button 272 
Select Step value 9 Button 273 
Select Step value 10 Button 274 
Set Jog mode STEP (same as button 205) 275 
Set Jog mode CONT (same as button 204) 276


Alternatively, you can send the value and turn on Incremental mode using Flash script or VB script...if you need help with the script let use know.

If for that day you have a comman distance your traveling you could have a DRO that you enter the value to store the value and on a button send it.

248
General Mach Discussion / Re: V3.0 crash with Sleep
« on: January 13, 2008, 08:08:01 AM »
Looks like Mario had the same issue:

Yahoo forum:
http://groups.yahoo.com/group/mach1mach2cnc/message/84954
Mario
From Mach3 R3 I had the same issue. I removed the Declare sub Sleep
line from my code and it works fine. I think Art add support in R3 so
you can call Sleep without the declare.

Graham

249
General Mach Discussion / Re: Forum Subscriptions
« on: January 08, 2008, 11:46:25 PM »
In this same thread click on your name, then click "Show the last posts of this person." that will list all of the topics you've posted...if you hadn't posted to a thread, but set it as "Notify" it will not be in the list. You would find "Notifications" under "Profile" (located at the top) / "Notifications and Email" (on the Left hand side).

250
Works in progress / Re: CorelDraw engrave
« on: December 25, 2007, 12:34:49 AM »
Hey Roger,
The code is working for me..returns X0 Y0 Z0
The only thing I can think of is your machine is moving alittle after stoping...are is your return values low or heigh..meaning in the +1 or 0.01?

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 »