Re: [Emc-users] I want to do 5 moves of lin axis X and rot axis B with out stopping

2012-12-10 Thread Stan
the code with G64 and G93 I can see no difference running the 2 samples 
I posted


%
(ROTORY TABLE STEPPER MOUNT PROFILE.NC)
( MACH  3 - ENGLISH)
(WED. 03/26/2008 04:17PM)
( T1 CENTER DRILL , DIAMETER = .5 , LENGTH = 5.)
G0 G20 G49 G40  G17 G80  G90
G64


#100= [1050-270-27];NUMBER OF TIMES
#200= 0; COUNT

M0
;M0
;M0


o100 sub

G90G0Y0
G90G0B0
G90G0X0Y0
G93
;M0
F19
F100 G1G91X-0.03B100
F100 G1G91X-0.01B60
F100 G1G91X-.01B500
F100 G1G91X-1B3240;4680
F100 G1G91X-0.02B530
F100 G1G91B-860
;M0
G94
G0G90X0
;Z0.1
X0
;G90G0Y0
G90G0B0
G90G0X0Y0B0
B0
#200=[#200+1]
M68 E0 Q[#200]

M0
;M99
o100 end sub


o300 repeat [#100]

o100 call

o300 endrepeat


;M98 P100 L#1
M30




%






--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] I want to do 5 moves of lin axis X and rot axis B with out stopping

2012-12-10 Thread Stan
the code as requested, it started life as mach3 code and was converted 
to EMC. this is the G64 with no G93, I have a G64 and G93 version as 
well. it makes a spring, there are 5 sections to the spring and the 6th 
is the reverse to unwind the tension so it will slide off the form. yes 
I do expect it to stop when reversing, would be imposable not to stop 
while doing a reversal.


%
(ROTORY TABLE STEPPER MOUNT PROFILE.NC)
( MACH  3 - ENGLISH)
(WED. 03/26/2008 04:17PM)
G0 G20 G49 G40  G17 G80  G90
G64
G94

#100= [1050-270-27];NUMBER OF TIMES
#200= 0; COUNT

M0

o100 sub
G90G0Y0
G90G0B0
G90G0X0Y0
G91
F1900
G1 X-0.03 B100
G1 X-0.01 B60
G1 X-.01 B500
G 1X-1 B3240;4680
G 1X-0.02 B530
G1 B-860
G94
G0G90X0
X0
G90G0B0
G90G0X0Y0B0
B0
#200=[#200+1]
M68 E0 Q[#200]

M0
o100 end sub


o300 repeat [#100]

o100 call

o300 endrepeat


M30




%





On 12/9/2012 10:19 PM, Dave Caroline wrote:
> On Mon, Dec 10, 2012 at 5:38 AM, Stan  wrote:
>> I want to make 5 moves, all 5 have x moving and B rotating at the same
>> time, and I want it to be one smooth move, no stopping like it does now.
>>
>> I have tried G64 and also using G93, still does stopped moves
> Show us the gcode
> A reversal of direction by definition has a momentary stop
>
> Dave Caroline
>
>> any help would be greatly appreciated.
>>
>> thanks
>>
>>
>>


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] I want to do 5 moves of lin axis X and rot axis B with out stopping

2012-12-09 Thread Dave Caroline
On Mon, Dec 10, 2012 at 5:38 AM, Stan  wrote:
> I want to make 5 moves, all 5 have x moving and B rotating at the same
> time, and I want it to be one smooth move, no stopping like it does now.
>
> I have tried G64 and also using G93, still does stopped moves

Show us the gcode
A reversal of direction by definition has a momentary stop

Dave Caroline

>
> any help would be greatly appreciated.
>
> thanks
>
>
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] I want to do 5 moves of lin axis X and rot axis B with out stopping

2012-12-09 Thread Stan
I want to make 5 moves, all 5 have x moving and B rotating at the same 
time, and I want it to be one smooth move, no stopping like it does now.

I have tried G64 and also using G93, still does stopped moves

any help would be greatly appreciated.

thanks


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users