Page 1 of 1

Download tools from toptool database

Posted: Fri Jan 11, 2013 6:47 am
by kotlas
I want to download all tools from toptool database to excel or txt...

Re: Download tools from toptool database

Posted: Tue Jan 22, 2013 4:16 pm
by necas
kotlas wrote:I want to download all tools from toptool database to excel or txt...
Hi Kotlas,

To export the information you need, go to TopTool / Configuration / Dictionary and then run the exportation option.
After finished, go in the instalation folder, Config...\Database\Tools and look for the txt files.

Elem.txt is the list of single elements
Tool.txt is the file with the mounted tools
CutSp.txt is the file that have the cutting conditions for the tools
MatP.txt is the materials of the part to cut
MatO.txt is the materials of the tool
...

Hope it can help... :wink:

Posted: Fri Feb 01, 2013 7:33 am
by kotlas
Hi
Is possible exporting to excel file?
A file e.g exporation.wgl is written in VB or C++ or... is possible adapt it to be output to Excel?

Download toptool to Excel

Posted: Fri Feb 15, 2013 1:53 pm
by flavio_ruivo
Hi Kotlas,

If you edit the file "Exportation.wgl" with Notepad, you will see this lines:

nfile = H.Rep+"\"+nTable+".txt"

I made the test, and it's possible export to Excel, I made a copy of the Exportation.wgl change the option from .txt to .xls in several lines:

nfile = H.Rep+"\"+nTable+".xls"

.... And it's fine :)

Best Regards
Flávio

Re: Download toptool to Excel

Posted: Tue Feb 26, 2013 7:31 am
by kotlas
flavio_ruivo wrote:Hi Kotlas,

If you edit the file "Exportation.wgl" with Notepad, you will see this lines:

nfile = H.Rep+""+nTable+".txt"

I made the test, and it's possible export to Excel, I made a copy of the Exportation.wgl change the option from .txt to .xls in several lines:

nfile = H.Rep+""+nTable+".xls"

.... And it's fine :)

Best Regards
Flávio
:-) ...thanks Flávio, but i tried it (change .txt to .xls)
In excel are all values only one cell. its not good. I want one cell one value.