How can I set the FileFormat for curve export to be ASCII

How can I set the FileFormat for curve export to be ASCII

per.soerensen2EV6F
Advocate Advocate
299 Views
3 Replies
Message 1 of 4

How can I set the FileFormat for curve export to be ASCII

per.soerensen2EV6F
Advocate
Advocate

Hi

Can I export Shank and Holder profile in IGES/ASCII

If i import a dgk file in to AMDEU i can set resources to "FileFormat ASCII" and i get a readable file with all curve points.

 

I can't get this to work when exporting directly from PowerMILL.

 

Is there a easier way to get the holder and shank profile as a coordinate file ?

0 Likes
300 Views
3 Replies
Replies (3)
Message 2 of 4

Jonathan.Artiss-DSI
Advisor
Advisor

Hi @per.soerensen2EV6F 

 

Can you share the need to change the file type? 

 

Maybe also outline your workflow for exporting the tool profile from Powermill. 

Jonathan Artiss
Senior Applications Engineer | DSI

Autodesk Expert Elite member
DSI, Design and Software International Autodesk Gold Partner

0 Likes
Message 3 of 4

per.soerensen2EV6F
Advocate
Advocate

Hi Jonathan

I use the standard save function on the tool form.

In this case .dxf if I open the file in notepad++ I cant read the information.

I like to get a format that I can use to automatic "build" the tool in a simulation software.

So a text file a bit like a NC code 🙂

persoerensen2EV6F_0-1674147297865.png

 

0 Likes
Message 4 of 4

per.soerensen2EV6F
Advocate
Advocate
For the holder and shank I use this now.
FOREACH $shank_cmp IN $entity('tool',$tl).ShankSetValues {
FILE WRITE ${"L: " + $shank_cmp.Length} TO outputfile
FILE WRITE ${"DU: " + $shank_cmp.UpperDiameter} TO outputfile
FILE WRITE ${"DL: " + $shank_cmp.LowerDiameter} TO outputfile
}
0 Likes