Hello Guest it is March 28, 2024, 02:51:34 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 - jd-rose

Pages: 1
1
General Mach Discussion / Re: Delay between lines of code
« on: October 11, 2013, 10:18:09 AM »
I tried moving the feed rate to a different line ahead of the code, and I increased the acceleration as high as I could get it before the steppers would skip steps.  This reduced the hesitation, but not completely.  To me, if the motion is to be linear, it shouldn't matter if there are a number of lines code to get from point A to point B, with look ahead, the motion should be absolutely smooth.  I can't figure out why there are these little hesitations.

2
General Mach Discussion / Re: Delay between lines of code
« on: October 09, 2013, 11:33:46 AM »
Rotational soft limits is the only one that is checked.

3
General Mach Discussion / Re: Delay between lines of code
« on: October 09, 2013, 09:22:18 AM »
I have it set as 360 degrees per rotation.

4
General Mach Discussion / Re: Delay between lines of code
« on: October 08, 2013, 03:51:37 PM »
I've varied the acceleration to the maximum I can get, on down.  I can't have jerks in the table that the a-axis is controlling at all, let alone between lines of code.

5
General Mach Discussion / Re: Delay between lines of code
« on: October 08, 2013, 03:20:08 PM »
I am not trying to activate spindle at all, in fact it isn't even active.  Btw, I am using a Geck0 g540.  To activate the laser I wrote a macro, but I am trying to get smooth rotational movement before I worry about turning the laser on and off at given points.

6
General Mach Discussion / Delay between lines of code
« on: October 08, 2013, 01:22:47 PM »
I have searched and tried everything I can to fix this problem, but I can't find a solution.  Here is my program.  Yes, I can write this all as one movement without a problem, but I will be inserting macros to turn on and off a laser, so I want to test movement first.  I am running in metric, I have all CV controls turned off, I have tried turning on one at a time and changing values without any luck.  I continually get a slight delay between each line of code which causes major problems with our laser application.  Any help is appreciated.

%
g90 g64
g01 a-25. z0. f850.
g01 a-50. z.1 f850.
g01 a-75. z.15 f850.
g01 a-100. z.2 f850.
m30
%

7
General Mach Discussion / Mach3 G540 analog output
« on: March 07, 2013, 10:44:58 AM »
I am a real newbie.  I have a 4-axis kit from CNC router parts.  I am really only using two axis' right now.  X and A (for my application).  I have these running great.  My problem, is that I need a 4 volt analog output.  I thought I would be able to do this with the VFD output, but I have had zero luck so far.  I need to trigger the 4 volts on and off just like motor switching on and off in the g code.  Any suggestions on what to try?

TIA.
J.

Pages: 1