Hello Guest it is April 18, 2024, 10:57:12 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cemal

Pages: 1
1
General Mach Discussion / Re: Having M3 output as pulse
« on: October 19, 2011, 01:26:09 AM »
Hi,
I tried to write a macro such:
begin:
activate (output1)
sleep 5
deactivate(output1)
sleep 5
goto begin

That make it work(i saw the led blinking), but was not be able to stop it with an other macro
Any suggestions?
Thanks

2
General Mach Discussion / Having M3 output as pulse
« on: October 17, 2011, 04:17:19 PM »
Good morning,
For my dot peen engraving applicationi use M10p1 and m11p1 commands to turn on and off the marking head.
Is it possible to have the output of M11p1 as pulses that i can set the frequence(100 hz.)
(I use m10 and m11 instead of M3 and 5 because they react faster)
Cemal

3
General Mach Discussion / Re: Spindle delay
« on: April 24, 2010, 09:37:27 AM »
Thank you for the response it was very usefull, however while M11p1 code is turning on the spindle M10p1 doesn't turn it off,
 but i used the m5 code which is faster then m3 and the prosess time come to normal.
Cemal

4
General Mach Discussion / Spindle delay
« on: April 24, 2010, 04:13:13 AM »
I produced a pneumatic  dot peen marking machine and been able to run it with mach3 but still has a few time problems.
In the G codes i use al lot of M3 and M5 codes, and those codes double the prosess time, even if i change the spindle delay time to 0 still mach3 waits for some ms
after those M3-5 codes.  Is there any way to dispose this unnecessary delay
Thanks.

Pages: 1