Hello Guest it is May 17, 2024, 09:01:02 AM

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

3571
Newfangled Solutions Mach3 Wizards / Re: SR tapping wizard
« on: January 23, 2006, 08:35:20 AM »
I can build one but I don't have the time :(

I am going to have to start looking on Ebay for the holder


3572
General Mach Discussion / Re: Formula Axis Correction
« on: January 23, 2006, 08:33:33 AM »
You can not take in any thing other than the Axis POS sorry ...

3573
I can fit 123456789 in the box and if you keep typing it will hold MUCH more...

Also if you would like it to just keep going take out the do while loop and change the If like this:

X =1
y=3

If  X<Y Then
    Button = MsgBox("Dia must be smaller! Would you like to change it???",4,"Lathe program error...")
   If Button = 6 Then
   X = Question("Enter New Stock DIA")
   End If
End If


I think that is what you are looking for.

3574
General Mach Discussion / Re: Grex and Mach4
« on: January 23, 2006, 08:11:06 AM »
If you are looking for a TON of IO I think you are going to need to look into a PLC... I can show you where you can get about 64 in and out :)

3575
General Mach Discussion / Re: set distance off home
« on: January 23, 2006, 08:09:15 AM »
I see! You are going to need to change the screen set to make this happen... If you open up screen designer and change the code to this you will get what you are looking for.

DoButton( 24 ) ' ref X
DoButton( 23 ) ' refY
DoButton( 22 ) ' refZ
DoButton( 25 ) ' ref4

Code"G53 G00 X.2 Y.3  Z-.1"

This will tell every axis to move from the home position.

3576
General Mach Discussion / Re: limit switches on Fet4
« on: January 23, 2006, 07:58:30 AM »
I don't see any data on there page :(  can you find the PDF??

3577
Newfangled Solutions Mach3 Wizards / Re: SR tapping wizard
« on: January 22, 2006, 07:42:39 PM »
I need to get a holder for running  the tap :( After I have that I will get the  tapping finished...

3578
You are having to much fun :) NICE work!

I was at a friend's house making threads in wood :) We did the square threads with the threadmilling in the NFS set..


3579
General Mach Discussion / Re: set distance off home
« on: January 22, 2006, 07:37:50 PM »
look under homing and limits, you will find the settings there.

3580
General Mach Discussion / Re: limit switches on Fet4
« on: January 22, 2006, 09:27:30 AM »
Is there a webpage where I can see what you are working with?