Hello Guest it is April 25, 2024, 04:16:16 AM

Poll

get tangential track in Lazy cam 2.02v or others

possible
0 (0%)
impossible
1 (100%)

Total Members Voted: 1

Author Topic: tangential to track in lazy cam 2.02v  (Read 7608 times)

0 Members and 1 Guest are viewing this topic.

tangential to track in lazy cam 2.02v
« on: August 08, 2007, 01:48:24 PM »
Hi I,m new in cam programs and I need help. I need generate tangential vectors to X and Y track, example from g-kode:

M6T1
G0 Z5.0000
G0 X-3.5413 Y-3.0846
G1 Z-1.0000 F100.0000
F9.0000
G1 X-3.5177 Y-2.8878
G1 X-3.5000 Y-2.6929
G1 X-3.4862 Y-2.5000
M30

I need get :

M6T1
G0 Z5.0000
G0 X-3.5413 Y-3.0846
G1 Z-1.0000 F100.0000
F9.0000
G1 X-3.5177 Y-2.8878 A0.7528
G1 X-3.5000 Y-2.6929 A0.7500
G1 X-3.4862 Y-2.5000 A0.7450
M30

it is possible???
Re: tangential to track in lazy cam 2.02v
« Reply #1 on: August 08, 2007, 09:25:55 PM »
I could add it if you like but I think it will only work with line segments

Would that help?

Also you could do it in Mach3 if you like

Thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: tangential to track in lazy cam 2.02v
« Reply #2 on: August 09, 2007, 08:57:51 AM »
Hi Brian if You could do it (add to lazy cam), it will be grateful, because I need exactly working witch 3D not in 2,5 D like is in mach3(tangential controll). But now i haven't yet full version lazy cam that is why I'm politely asking You it is possible?  Now I'm testing my new machine and new lazy cam. Thank You
Re: tangential to track in lazy cam 2.02v
« Reply #3 on: August 13, 2007, 10:43:31 AM »
3D???? Can you tell me a bit more about what you are thinking?


thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: tangential to track in lazy cam 2.02v
« Reply #4 on: August 15, 2007, 01:26:24 PM »
OK, I need generate third A axis ( tangential to x and y axis = vector pair x1 y1 and x2 y2 ) and it must working at this same time in g01 code ( 3 axis ). Maschine for cuting (it cut moulding from polystyrene foam) use hot thick wire (length of wire is 400mm maximum) and every  machine stoppage (when x and y axis witch tangential controll in mach are on)  to bring deform material, that is why i need generating tangential in g code not in mach, or add this possibility to mach3 ( like e.g.live tangential control)  thank you Arek.
Re: tangential to track in lazy cam 2.02v
« Reply #5 on: August 15, 2007, 11:10:41 PM »
I will have a quick look and see if I can get the data to calc the angle...
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: tangential to track in lazy cam 2.02v
« Reply #6 on: August 22, 2007, 06:42:09 AM »
Thanks if You wont i have not exactly finished calculator to tangentials vectors but I think You are much more  experience in programming, if You could do it in mach3 or lazy cam please write the post here, thanks Arek. 
Re: tangential to track in lazy cam 2.02v
« Reply #7 on: August 22, 2007, 06:44:57 AM »
Thanks if You wont i have not exactly finished calculator to tangentials vectors but I think You are much more  experience in programming, if You could do it in mach3 or lazy cam please write the post here, thanks Arek. 
 
maybe reply :) not the new post, Thanks
Re: tangential to track in lazy cam 2.02v
« Reply #8 on: August 26, 2007, 09:27:00 AM »
I have added your Tangential code to Lcam.. I should have it ready for testing in a few weeks

Thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: tangential to track in lazy cam 2.02v
« Reply #9 on: September 06, 2007, 05:54:24 AM »
Hi Brian could You give me match code from mach3 to creating tangential to the track? My math code isn't complite, it doesn't  recognize exactly tool direction. thanks, I add next program version ( this program convert some g code's creating by mach, at now it is working only on  integral numbers ex: x123y2345)