Re: [Emc-users] M0 vs Cycle start button

2007-02-25 Thread Patrick Giasson
Thank you, it works with axis, which will be fine with me. If others are 
looking for a solution to this problem, don't forget that you need the 
following line too:

linkpp iocontrol.0.tool-prepare iocontrol.0.tool-prepared


with the other 5 below.


Thanks again


Patrick


Jeff Epler wrote:
> For emc2.1 systems with manual tool change, I recommend using
> 'hal_manualtoolchange'.  This is demonstrated in the 'sim/axis'
> configuration.  When you issue a tool change g-code like 'M6 T1', the
> machine goes to a location defined in the INI, then a dialog appears on
> the screen with a button for you to press when the new tool is in place.
> Then the machine returns to the previous location and continues with the
> file.  The HAL lines for this are:
> loadusr -W hal_manualtoolchange
>
> # in case they were linked already
> unlinkp iocontrol.0.tool-change
> unlinkp iocontrol.0.tool-changed
>
> linkpp hal_manualtoolchange.change iocontrol.0.tool-change 
> linkpp hal_manualtoolchange.changed iocontrol.0.tool-changed
> linkpp hal_manualtoolchange.number iocontrol.0.tool-prep-number
>
> You can specify the location to move to in the ini file:
> [EMCIO]
> TOOL_CHANGE_POSITION = 0 0 2
>
> If you prefer to use only tkemc, then the button you are looking for is
> the one marked "Resume", in the center just above the program listing.
>
> Jeff
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] M0 vs Cycle start button

2007-02-24 Thread Patrick Giasson
First post here, I hope I don't mess up :-)


I began using emc2 for my little PCB milling about a month ago. It's 
great! It works very well, and best of all I can use networking of linux 
to get files, as opposed to floppy and DOS with turbocnc.

I have a little question though. When comes time to drill my PCB, the 
CAM programs tries to use many drill size and so I must change tools. 
For this, I must manually change the drill. I tried to put a M0 
immediately after the M06 command to give me time to change the drill. 
The problem I have is I just can't get the program to continue after the 
M0. The "Run" button on the Tkecm interface start back from the 
beginning, "Resume" seems to work only with "Pause". In the manual, it 
is said that one must use the "Cycle Start Button" to continue after a 
M0 or M1 command. Where is this button?. If I take a look at the 
"demo_mazak" project, there is mention of this, but I just can't find 
where is the linked pin to the HAL interface. They create a signal, then 
link this signal to a hardware pin, but not to a "software" pin.

Am I missing something?

Ah, and while I'm here. Is there any way to slow the backlash 
compensation? I have little backlash in my mechanical device and when 
changing direction, the axis "bang" at what seems maximum speed to 
compensate for backlash. I'd prefer a smoother action. Is it possible?


Thanks

Patrick Giasson


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users