I am not an expert. But it is of interest that such automation scenarios 
that are common and easily performed with plc and motor drives. Is one step 
removed from the actions of machine tools.
Simultaneous independent moves are simply a mater of coordinated timing, and 
rate programming. Simple to say that is,  My experience lacks.....

----- Original Message ----- 
From: "Stuart Stevenson" <stus...@gmail.com>
To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net>
Sent: Friday, April 02, 2010 8:57
Subject: Re: [Emc-users] independent motion of axes


> That would probably be the result but we don't know the machine slide
> configuration ie. is the U axis a second X axis and parallel with the X 
> axis
> or is the U axis a linear or rotary axis of some unknown orientation.
> If the known axis departure commands and feed rates cause each axis motion
> to stop at exactly the same time then yes inverse time will be the
> answer.and one line just may work.
>
> On Fri, Apr 2, 2010 at 6:47 AM, Alex Joni <alex.j...@robcon.ro> wrote:
>
>> How about programming the move using inverse time mode (G93) ?
>>
>> Regards,
>> Alex
>>
>> ----- Original Message -----
>> From: "Stuart Stevenson" <stus...@gmail.com>
>> To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net>
>> Sent: Friday, April 02, 2010 3:29 PM
>> Subject: Re: [Emc-users] independent motion of axes
>>
>>
>> >  The one line program you show will not work. That motion can be 
>> > achieved
>> > but the program would probably be a very long program. A CAM system can
>> > output the code to move the axes in the manner you wish depending on 
>> > each
>> > slide configuration and the actual requirements you have. With the
>> limited
>> > amount of information available it is impossible to determine the
>> > possibility for your situation.
>> >
>> > On Fri, Apr 2, 2010 at 12:50 AM, Klemen Dovrtel
>> > <klemen_dovr...@yahoo.com>wrote:
>> >
>> >> Hello everybody,
>> >>
>> >> Is there a way to move axes independently using G code? For instance i
>> >> want
>> >> to move G0 X200 Y300 and at the same time G1 U30 F100 and G1 V20 F50.
>> >>
>> >> This probably won't work:
>> >> N100 G0 X200 Y300   G1 U30 F100   G1 V20 F50
>> >>
>> >> Regards
>> >> Klemen
>> >>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Download Intel&#174; Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>>
>
>
> -- 
> dos centavos
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
> 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to