Re: [CAD_CAM_EDM_DRO] Sample Code Needed
Posted by
John Johnson
on 2004-03-12 11:46:11 UTC
Yes, you can enter g-codes a line at a time, or you could use the jog
buttons and set the jog distance to whatever you needed to index by.
personally, I would use the gcode. You just need the g-code for
Relative mode (G90 or G91, forget which), then tell the table to move a
certain number of degrees like: G01 A7.2. After you type it once,
just hit the up arrow and enter to execute it again.
Regards,
JJ
buttons and set the jog distance to whatever you needed to index by.
personally, I would use the gcode. You just need the g-code for
Relative mode (G90 or G91, forget which), then tell the table to move a
certain number of degrees like: G01 A7.2. After you type it once,
just hit the up arrow and enter to execute it again.
Regards,
JJ
On Friday, Mar 12, 2004, at 12:57 US/Eastern, Kory Hamzeh wrote:
>> If you want to turn the table, I would look into TurboCNC
>> (http://www.dakeng.com).
>> (Free to use, $20 for the Turbo Pascal source)
>>
>> If, on the other hand, you're looking for source to tinker with,
>> you can Google for c++ stepper motor parallel
>> and get a lot of hits.
>>
>> Regards,
>> JJ
>
> Hi JJ,
>
> I just want to turn the table for indexing -- I may have to cut a bunch
> of gears on the mill. I don't want to learn G-code, but I *think*
> TurboCNC has kind of an interactive mode (I looked at it a couple of
> years ago) so it may do what I want. If not, I would just write a
> simple
> programmer to index by N every time I hit the return key.
>
> Thanks,
> Kory
>
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...,
> timg@...
> Moderator: pentam@... indigo_red@... davemucha@...
> [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto:
> aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach
> it if you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be
> a sister site to the CCED group, as many of the same members are
> there, for OT subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING
> THEM. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
>
> Yahoo! Groups Links
>
>
>
>
>
Discussion Thread
kory91304
2004-03-11 20:42:47 UTC
Sample Code Needed
wayne_j_hill
2004-03-11 23:27:28 UTC
Re: Sample Code Needed
John Johnson
2004-03-12 03:55:36 UTC
Re: [CAD_CAM_EDM_DRO] Sample Code Needed
alex
2004-03-12 07:56:31 UTC
Re: [CAD_CAM_EDM_DRO] Sample Code Needed
Kory Hamzeh
2004-03-12 09:57:16 UTC
RE: [CAD_CAM_EDM_DRO] Sample Code Needed
John Johnson
2004-03-12 11:46:11 UTC
Re: [CAD_CAM_EDM_DRO] Sample Code Needed