Hello Guest it is March 28, 2024, 09:33:37 AM

Author Topic: Ang Short Rot on G01???  (Read 7661 times)

0 Members and 1 Guest are viewing this topic.

Ang Short Rot on G01???
« on: November 09, 2011, 01:27:08 AM »
In the attachment, the box in front of 'Ang Short Rot on G0' is checked.

Is there any way to enable this order under 'Ang Short Rot on G01', maybe by upgrading?

Please help..

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Ang Short Rot on G01???
« Reply #1 on: November 09, 2011, 06:16:04 AM »
Not that I am aware of. Not sure what your trying to do or why.
RICH

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Ang Short Rot on G01???
« Reply #2 on: November 09, 2011, 05:11:29 PM »
You really don't want to do that with G01 as you would loose total control of the Axis movement. The G01 HAS to do exactly as commanded. The G00 you can get away with a few fudges.

(;-) TP

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Ang Short Rot on G01???
« Reply #3 on: November 09, 2011, 05:18:20 PM »
I'll add that usualy all three of those settings in config  have to do with indexing since  the A axis steps per are degrees.
Don't do that and it can get interesting .........
RICH
Re: Ang Short Rot on G01???
« Reply #4 on: November 09, 2011, 08:01:40 PM »
Thank you very much for all your replies.
I am trying to figure out how to command for my particular case.
We are now developing CNC machine which mostly engraves cylinder types out of material.
We would like to figure out how to engrave 359 degree first and then engrave 2 more degree to the same direction.
We do not want it to move for 2 degrees backward.
The explanation is quite weird but hopefully someone can understand this situation and help me out.

Haley

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Ang Short Rot on G01???
« Reply #5 on: November 09, 2011, 08:49:28 PM »
That would be easy enough. You are not limited to 360 deg of rotation you can do any amount.

(;-) TP
Re: Ang Short Rot on G01???
« Reply #6 on: November 10, 2011, 12:13:44 AM »
Sorry, the question was not so clear.
I'm looking for a way to turn it -359 then -360 and then -1 again..
It's the other way around

Haley

Offline docltf

*
  •  354 354
    • View Profile
Re: Ang Short Rot on G01???
« Reply #7 on: November 10, 2011, 02:37:24 AM »
you go to -361 to -719 or you go to -360 and reset A to 0

bill


Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Ang Short Rot on G01???
« Reply #8 on: November 10, 2011, 08:56:16 AM »
or you run in incremental mode and do

1
360
1
Re: Ang Short Rot on G01???
« Reply #9 on: November 11, 2011, 02:56:03 AM »
Thank you all very much for the comments.
I guess what I'm trying to do is quite uncommon case.
Please see below if anyone can please help:

G01 X5.453 Z3.329 A715.422 F1200
X5.472 Z3.31 A716.858
X5.491 Z3.286 A718.295
(X5.51 Z3.265 A719.768
X5.529 Z3.246 A361.242)
X5.548 Z3.224 A362.746
X5.568 Z3.19 A364.25

The above data is large, more than 1MB.
So it is quite hard to modify one by one.
The problem is the contents inside of brackets().
Inside of the brackets, when A spindle is turning, how can I turn it from 719.768 to 361.242 by using closer direction?
(Not to the other way around, I need closer direction...)
If there is no current possible solution, is there any possibility to add it?
So I can decide whether or not to use Ang Short Rot On G01.
We are currently developing CNC machine and this function is very important.

Please look closely into my case and I really appreciate for all your helps.

Haley