Re: [Emc-users] Using MDI or Jog during a program?

2009-07-16 Thread Tim Hedlund
Unfortunately, my tool path is complicated.   Usually it will have
several turns in the path.   It is almost like we teach the controller
way points to travel to and thru.

Thanks, Tim H.


On Wed, Jul 15, 2009 at 9:53 AM, Leslie Newellles.new...@fastmail.co.uk wrote:
 That script will only work on a tool change. I don't think there is a
 way of running a script from M0 or M1.

 Tim, is the weld line straight or a complicated shape? If I was doing it
 I think I would write a script to do all of it and bypass the g-code
 completely. Another alternative would be to write a script that grabs
 the current torch positions then generates a complete g-code program
 that you can then run.

 Les


 Hubert Bahr wrote:
 Tim
 This seems somewhat related to a recent request of mine. I had asked
 about being able to use MDI or manual modes during a tool change. Leslie
 provided me with a new hal_manualtoolchange which allowed me move etc.
 then hit continue and return to the program. In this case I would zero
 my z-axis or if necessary change other offsets as well. Then hit
 continue. I believe he did this in python. I can provide you a copy of
 it as an example of possibly Leslie will chime in.

 Hubert

 Tim Hedlund wrote:

 I sure could use some help jogging during a program.  My project
 involves laser beam welding, I would like to:

 1.  Rapid to start of weld
 2.  Use joystick  to align start of weld (camera attached to welding head)
 3.  Record start position to variable
 4.  Rapid to end of weld
 5.  Use joystick  to align end of weld
 6.  Then weld back to the starting point(variable)

 Everything is working just fine on my system but I can’t jog during a
 program to my target location, any ideas?

 Thanks in advance for your help!
 Tim H






 --
 Enter the BlackBerry Developer Challenge
 This is your chance to win up to $100,000 in prizes! For a limited time,
 vendors submitting new applications to BlackBerry App World(TM) will have
 the opportunity to enter the BlackBerry Developer Challenge. See full prize
 details at: http://p.sf.net/sfu/Challenge
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users



 --
 Enter the BlackBerry Developer Challenge
 This is your chance to win up to $100,000 in prizes! For a limited time,
 vendors submitting new applications to BlackBerry App World(TM) will have
 the opportunity to enter the BlackBerry Developer Challenge. See full prize
 details at: http://p.sf.net/sfu/Challenge
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Using MDI or Jog during a program?

2009-07-16 Thread Leslie Newell
If you want to align your path to the start and end points you will have 
to both shift and rotate your coordinates.

How good are your programming skills? EMC is pretty easy to work with so 
it wouldn't be difficult to write an application that does exactly what 
you want.

Les



Tim Hedlund wrote:
 Unfortunately, my tool path is complicated.   Usually it will have
 several turns in the path.   It is almost like we teach the controller
 way points to travel to and thru.
 
 Thanks, Tim H.
 
 

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Using MDI or Jog during a program?

2009-07-15 Thread Hubert Bahr
Tim
This seems somewhat related to a recent request of mine. I had asked 
about being able to use MDI or manual modes during a tool change. Leslie 
provided me with a new hal_manualtoolchange which allowed me move etc. 
then hit continue and return to the program. In this case I would zero 
my z-axis or if necessary change other offsets as well. Then hit 
continue. I believe he did this in python. I can provide you a copy of 
it as an example of possibly Leslie will chime in.

Hubert

Tim Hedlund wrote:
 I sure could use some help jogging during a program.  My project
 involves laser beam welding, I would like to:

 1.  Rapid to start of weld
 2.  Use joystick  to align start of weld (camera attached to welding head)
 3.  Record start position to variable
 4.  Rapid to end of weld
 5.  Use joystick  to align end of weld
 6.  Then weld back to the starting point(variable)

 Everything is working just fine on my system but I can’t jog during a
 program to my target location, any ideas?

 Thanks in advance for your help!
 Tim H


   


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Using MDI or Jog during a program?

2009-07-15 Thread Leslie Newell
That script will only work on a tool change. I don't think there is a 
way of running a script from M0 or M1.

Tim, is the weld line straight or a complicated shape? If I was doing it 
I think I would write a script to do all of it and bypass the g-code 
completely. Another alternative would be to write a script that grabs 
the current torch positions then generates a complete g-code program 
that you can then run.

Les


Hubert Bahr wrote:
 Tim
 This seems somewhat related to a recent request of mine. I had asked 
 about being able to use MDI or manual modes during a tool change. Leslie 
 provided me with a new hal_manualtoolchange which allowed me move etc. 
 then hit continue and return to the program. In this case I would zero 
 my z-axis or if necessary change other offsets as well. Then hit 
 continue. I believe he did this in python. I can provide you a copy of 
 it as an example of possibly Leslie will chime in.

 Hubert

 Tim Hedlund wrote:
   
 I sure could use some help jogging during a program.  My project
 involves laser beam welding, I would like to:

 1.  Rapid to start of weld
 2.  Use joystick  to align start of weld (camera attached to welding head)
 3.  Record start position to variable
 4.  Rapid to end of weld
 5.  Use joystick  to align end of weld
 6.  Then weld back to the starting point(variable)

 Everything is working just fine on my system but I can’t jog during a
 program to my target location, any ideas?

 Thanks in advance for your help!
 Tim H


   
 


 --
 Enter the BlackBerry Developer Challenge  
 This is your chance to win up to $100,000 in prizes! For a limited time, 
 vendors submitting new applications to BlackBerry App World(TM) will have
 the opportunity to enter the BlackBerry Developer Challenge. See full prize  
 details at: http://p.sf.net/sfu/Challenge
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
   


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Using MDI or Jog during a program?

2009-07-14 Thread Tim Hedlund
I sure could use some help jogging during a program.  My project
involves laser beam welding, I would like to:

1.  Rapid to start of weld
2.  Use joystick  to align start of weld (camera attached to welding head)
3.  Record start position to variable
4.  Rapid to end of weld
5.  Use joystick  to align end of weld
6.  Then weld back to the starting point(variable)

Everything is working just fine on my system but I can’t jog during a
program to my target location, any ideas?

Thanks in advance for your help!
Tim H

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users