Search found 13 matches

by dinosar
Wed Aug 10, 2022 4:32 pm
Forum: Problems and questions
Topic: Holding Tabs at end of line
Replies: 1
Views: 488

Holding Tabs at end of line

Hello, I am looking for a option to add a holding tab on the end of the cuting line from an outside cut line of a part if i use the holdig tabs function it place the tab random on the part and if i set overcut to -1 it do this also on inside cuts is there a option to place it on the end of the outsi...
by dinosar
Sat Oct 03, 2020 3:27 pm
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

Re: make a arc mid-point coördinaten for kuka robot

yes now it works fine i have set THE CA function off
it was not necessary to mention this sometimes it changes to - if it is + and vice versa then the robot will walk the other way

thank you very much for the support :mrgreen:
by dinosar
Mon Sep 28, 2020 11:42 am
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

Re: make a arc mid-point coördinaten for kuka robot

I found a Kuka manual and I now see what the problem is. The reference point is a point on the arc other than the start or end point. It is not the centre point. Give the attached post a try. i see today that on an circle this will not work beause the start and endpoint will be the same i see on ot...
by dinosar
Sat Sep 26, 2020 5:47 pm
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

Re: make a arc mid-point coördinaten for kuka robot

i have try works good thank you very much
by dinosar
Mon Sep 21, 2020 6:04 pm
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

Re: make a arc mid-point coördinaten for kuka robot

yes this will work is it also possible to change arcCentreY to anyting else that it will take for the center real x and y coördinaten
now with post.ArcAsMoves(0.1) it is indeed too busy for the memory

Code: Select all

post.Number ((arcCentreY), "0.##")
by dinosar
Mon Sep 21, 2020 3:15 pm
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

Re: make a arc mid-point coördinaten for kuka robot

did not work it neet the center position from X and y zero location https://www.youtube.com/watch?v=HEanVlT0VgA&ab_channel=AleksandarTomic like on this video if i will make a half circle of 100mm and i start the circle on X100 Y100 the center point will be X150 Y150 and the end point will be X20...
by dinosar
Mon Sep 21, 2020 2:02 pm
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

Re: make a arc mid-point coördinaten for kuka robot

i need the a absolute position of the arc center point
by dinosar
Sun Sep 20, 2020 11:38 pm
Forum: Problems and questions
Topic: make a arc mid-point coördinaten for kuka robot
Replies: 11
Views: 1213

make a arc mid-point coördinaten for kuka robot

]Hello, i have try to get the arc center/ midpoint coördinaten but i dont know how i can get its for an kuka robot arm the straight lines will work but on an Circular move the robot will run away i need to place acr midle point and arc end point the start point is where the robot is already this i n...
by dinosar
Fri Aug 21, 2020 4:49 pm
Forum: Problems and questions
Topic: looking for a flow waterjet postprocessor
Replies: 4
Views: 633

Re: looking for a flow waterjet postprocessor

This one work for me

Thank You
by dinosar
Thu Aug 20, 2020 5:10 pm
Forum: Problems and questions
Topic: looking for a flow waterjet postprocessor
Replies: 4
Views: 633

Re: looking for a flow waterjet postprocessor

the post did not work for me the text look also diffrent ((// This file was created by FlowMaster(R), which is proprietary to Flow International Corporation. 5 74 VER 6.00 0.1778, 0.4429, 0.0000, 1, 40, 1,-1, 2.5014, -6.2453, 0.0000 0.2724, 0.4751, 0.0000, 1, 40, 1,-1, 2.5014, -6.2453, 0.0000 3.7818...
by dinosar
Wed Aug 19, 2020 10:12 am
Forum: Problems and questions
Topic: looking for a flow waterjet postprocessor
Replies: 4
Views: 633

looking for a flow waterjet postprocessor

hello, i am looking for a working flow waterjet post processor the machine running on an .ort file
does anyone happen to have a working post processor for this?
by dinosar
Mon Apr 27, 2020 2:25 pm
Forum: Problems and questions
Topic: postprossesor for kuka robot on XYZ coordinate
Replies: 2
Views: 824

Re: postprossesor for kuka robot on XYZ coordinate

Oke thank you i will try
by dinosar
Sun Apr 26, 2020 6:02 pm
Forum: Problems and questions
Topic: postprossesor for kuka robot on XYZ coordinate
Replies: 2
Views: 824

postprossesor for kuka robot on XYZ coordinate

hello, i try to make a sheetcam post for kuka robot ok XYZ cordinate now i do not get a comma after the axis i get now LIN { X 0.000 Y 0.000 Z 0.000} but i need LIN {X 0.000,Y 0.000, Z 0.000} can i add anyting to my post to get after the axis numbers an comma? post.Text (" LIN {") post.Mod...