Hello Guest it is May 20, 2024, 10:12:39 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 - Brian Barker

2481
General Mach Discussion / Re: stop waiting G4
« on: July 27, 2006, 10:27:46 PM »
You did well !

Try to use DoOEMButton(288) To cancel the Dwell. This should work :)

Best of luck
Brian

2482
At some point, when I have time :(  I will have lazy cam offset the path for you! It is about 75% done and I have no time to work on it... I spend all day doing support and helping people

2483
General Mach Discussion / Re: Newbie Needs Help!!!
« on: July 25, 2006, 05:08:19 PM »
Good for you!

2484
General Mach Discussion / Re: Taig CNC MicroMill - Mach?
« on: July 25, 2006, 04:47:50 PM »
It is no problem to get the Tag mills up and running :) The onlt trick is to turn on sherline mode on the ports and pins page... The Tag drivers need a nice LONG step pulse..


2485
General Mach Discussion / Re: Mach has lost it's mind
« on: July 25, 2006, 04:35:15 PM »
I had some one with that error not to long ago... updated to the development version and it fixed everything...

Give that a shot..

Thanks
Brian

2486
General Mach Discussion / Re: DRO needed in mach sftwr
« on: July 25, 2006, 04:31:23 PM »
It can be done.. but you can only read at about 8Khz :(

2487
You shoud be able to do it no problem... Comp will not work if it is a ton a little line segments :(

2488
General Mach Discussion / Re: stop waiting G4
« on: July 25, 2006, 07:34:51 AM »
Hello,
You are looking to change the dwell time... Hmmmm I think the best way to change to dwell time with a DRO is to use the M3 and M5 macros :) Much the same way that you have done here:

c=Timer()
totaltime=(c-getuserdro(1002))
setuserdro(1000,totaltime)   
dooembutton(1000)   

1002 userDRO is the time from the beginning of the preheat. I use M18 to fill 1002 up.

b=Timer()
setuserdro(1002,b)
preheat=getuserdro(1000)
ActivateSignal(Output4)
code ("G4 P" & preheat)

totaltime is the the xx (G4 Pxx) time
dooembutton(1000)=dobutton(0) I think. I tried them both.

I don' t get what it is that you are trying to do :( If it was e and I needed to change the Pre heat time I woudl do the following
'M3
preheat=getuserdro(1000)
DoSpinCW()
code ("G4 P" & preheat)

and to turn off

'M5
DoSpinStop()

Sorry i don't see what you need :(

the other thing that you are talking about :

"I also found out the "no sense" movement. In G is
G01 X119.7404 Y112.9179 F180.3516"

What is a "No Sense" Move??? are you talking about a nonprobe move?

we will get you fixed up
Thanks
Brian

2489
G-Code, CAD, and CAM discussions / Re: Havin a helluva time!
« on: July 24, 2006, 07:35:49 PM »
Mute,
I think I have an idea on how to get you up and running...  I will mail you off list :)

2490
General Mach Discussion / Re: Mach has lost it's mind
« on: July 24, 2006, 05:10:25 PM »
in the manual it will tell you how to take the driver out...
Good luck
Brian