Hello Guest it is April 18, 2024, 07:50:37 PM

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 - djgeorge-d

Pages: 1
1
Screen designer tips and tutorials / Re: AUTOSTART & AUTOREWIND BUTTON
« on: October 30, 2012, 12:55:05 PM »
Graham as i said i can't everytime that gcad produce a gcode program edit and add commands to gcode. I want all to became with a button if possible. I hope to find the time the weekend to give some tries with the button constration.

But till weekend i want some ideas to make the things easier.  The solution to add M0 (WAIT FOR CYCLE START) & M47( LOOP) commands on gcode is good but i don;t want to edit the gcode program everytime.

2
Screen designer tips and tutorials / Re: AUTOSTART & AUTOREWIND BUTTON
« on: October 29, 2012, 01:45:32 PM »
The problem is that i can't edit the code everytime that Gcad program produce it.

As example i give you the following to understand what i want the button do:

Line 1 : DoOEMButton (1000)   {START CYCLE}
Line 2 : ???????                       WAIT TILL PROGRAM END i want a command to wait the program end (Gcode end).
Line 3 : DoOEMButton (1002)   THIS IS THE REWIND BUTTON
Line 4 : ???????                       WAIT FOR X SECONDS   i want a command to wait for X seconds.
Line 5 : ???????                       GOTO DoOEMButton (1000)   i want a command to go to the first line (line1) of the script.


Alternative i have a thought about a button to only enable or disable the all process. One button START & one button ENABLE REPEAT. When the ENABLE REPEAT button is off the button START make a single START CYCLE & when the ENABLE REPEAT button is on the button START make repeated START CYCLE.

I say again that i'm not familiar with scripts but i hope to help me.

3
Screen designer tips and tutorials / AUTOSTART & AUTOREWIND BUTTON
« on: October 28, 2012, 06:31:47 AM »
Hi to all. This is my first post & the question is how to make a button when i click it to start cycle,when the gcode end autorewind wait for 5 seconds & then start cycle again.

I have a cnc and many different pieces. The gcode produced from Gcad. The point is that sometimes i have 10 same pieces and i would like the mach 3 to make my life easier. (till now i click on start when the program end (gcode ends) i click on rewind & after i click again start.

My english isn't so good but i hope to undrestand what i want.

i try with script but i ve errors i m not so familiar with scripts.

Thanks in advance.

Pages: 1