Hello Guest it is May 17, 2024, 02:54:45 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

1251
General Mach Discussion / Re: lazycam cut order
« on: April 23, 2007, 08:31:21 AM »
Les,
This is on the books to be added... we are working on the new interface and after that we will make it so you can change the cut order

1252
General Mach Discussion / Re: Suggestions for tool offsets and Hi
« on: April 23, 2007, 08:24:14 AM »
You willl need to offset the path in Lcam :)  We are working on making this better for you at this time

Thanks
Brian

1253
General Mach Discussion / Re: Servo faults are showing up again
« on: April 23, 2007, 08:20:50 AM »
The plugin will work great for servos as well as steppers :)
I think your problem is that you hooked both ends of the shield to ground... Please be sure that only one end is grounded 

1254
NC Pod / Re: Anyone tried the new plugin yet ?
« on: April 23, 2007, 08:17:10 AM »
It is working... there are a few little roblems that we are working on at this time...

1.) If you have softlimits on and an axis reversed it will swap the jog keys (I know where the problem is and should be fixed today)

2.) Home pull off move is not using the right acceleration

Other then that it seems to be working well :)
Thanks
Brian


1255
Galil / Re: Mach3 + Galil
« on: April 23, 2007, 08:11:06 AM »
What do you have for a network that you are hooking the device to? Also what is the IP range that you are using?

Thanks
Brian

1256
General Mach Discussion / Re: Retiring.
« on: April 23, 2007, 08:08:59 AM »
Benny,
Sad to see you go :( But after seeing the new toy that you got I think you will be having fun out digging holes :)

Thank you for all that you have done in the past and please pop in from time to time !
Brian

1257
General Mach Discussion / Re: Auto tool zero
« on: April 20, 2007, 08:30:48 AM »
At the top of the screen go to Operator / Edit Button Script
You will see the Auto Tool Button flashing, click on it.
Now paste the Script that you have found one the web into the code window that opened and save.
Now to insure that you have everything save go to View / Save Current Screen set


That should do it..
THanks
Brian

1258
General Mach Discussion / Re: hickup at 12 and 6 oclock
« on: April 19, 2007, 10:38:51 PM »
As a test please run the program at 500 and tell me if it feels better?

Also You need to know that Vel = Accel * Time (From a stop) and that Mach3 looks at every move from a stop and smooths them from there...

Okay... so if you have a move that you would like to be 1000 Units per sec and Accel of 150..


Vel/Accel = Time
(1000 / 60 )/150 = .11111 sec accel

and will take .5*Accel*Time^2  units to get to velocity
.5*150*.11111^2 = .92592 units to get to vel... if you are over a dis of .92592 you should feel a nice smooth path...

The only way that you will not is if you have played with some of the CV settings... Post your XML from the machine and I will see what I can find

Thanks
Brian

1259
Chad you look like you are getting some nice work done!

Keep it up and Art and I will be down to go for a ride ;)

1260
General Mach Discussion / Re: hickup at 12 and 6 oclock
« on: April 19, 2007, 09:00:53 PM »
What are your Accel settings? and what Vel are you looking to use? I Have tested your path and it runs smooth here...