Hello Guest it is April 24, 2024, 11:59:55 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 - joshin

Pages: 1
2
My rotary axis is set in degrees as A axis in "Motor Tuning", it uses angular rotation.

311 steps  / degree

max velocity: 3000 degrees / minute

acceleration: 150 degrees / sec * sec

and in "General Config" : "A-Axis is  Angular" is checked, but this check has no influence to the bug.

Please look at the settings file: http://members.aon.at/joshin/foren/mach3/RotaryMilling.xml there you can see all settings.

Is there another set up for a rotary axis than angular rotation ? I only know angular rotation.

Josef

3
My roatary A axis looks like this:


4
Hello Hood,

your suggestions would not help, because I have taken the xml settigs file from Mach3 R2.63 and copied it into the directory for Mach3 R1.83 and started Mach3 R1.83 with this settings and the bug was not there at all, all was totally OK. Therefor it cannot have anything to do with puls width or the A-axis itself or detuning the A axis. I have tried it with A and Y moves and the bug was not there. The same will probably be true with A and X moves, but this is not important.

Josef

5
General Mach Discussion / Many lost steps in CV mode for A + Z movements
« on: October 28, 2008, 02:27:14 PM »
I have a 4-axis cnc portal mill with 3 linear axis X, Y, Z and one rotary table axis A and I use Mach3 R2.63

When I run the following cnc code:

%   
G21 G17 G40 G49 G50 G80 G90 G91.1

S1500
M3 M8   

F2000

G1 X10

A80
Z-22.99
A79
Z-22.98 A50

Z-40

M5 M9
M30

then A axis hangs at "Z-22.98 A50" with many lost steps, I guess the ramps for acceleration are missing.

It seems this is a bug in Mach3 R2.63. This bug is also present in the newest versions of Mach3.

I tested it with Mach3 R1.83 and there this bug does not exist !

This bug appears only in Constant Velocity mode and only with A and Z movements (not with Z and Y moves).

It also exists with B and Z moves.

This bug also depens on how big the differnce between the two Z positions is (here 0.01 mm).

If the difference is greater than about 0.2 mm then the bug disappears.

I have tried many different settigs in Gerneral Config but the bug remained.

Can anybody try out this code ?

Here is the test file and the xml settings file:

http://members.aon.at/joshin/foren/mach3/RotaryTest.tap
http://members.aon.at/joshin/foren/mach3/RotaryMilling.xml

Josef




Pages: 1