File | Date | Author | Commit |
---|---|---|---|
.vscode | 2023-07-25 |
![]() |
[00bb0c] Added guis and Treeview |
assets | 2023-09-04 |
![]() |
[2a1b1e] Finished |
cache | 2023-09-25 |
![]() |
[d9f498] Testing |
config | 2023-09-25 |
![]() |
[d9f498] Testing |
image | 2023-09-05 |
![]() |
[5eb2a1] Added README.md content |
resources | 2023-07-28 |
![]() |
[e943ed] Delete FontAwesome-Regular.otf |
src | 2023-09-25 |
![]() |
[d9f498] Testing |
testing | 2023-09-25 |
![]() |
[d9f498] Testing |
.gitignore | 2023-09-25 |
![]() |
[bb6094] Exclude changes in testing |
README.md | 2023-09-05 |
![]() |
[c7452e] Modified README |
TRUMPF TruTops generates a setup plan containing data such as machining time, blank plate dimensions, weight, cutting length etc. It does this for the whole program run and for each part seperately with a count and machining information for each part.
This is usefeul when calculating prices for each order but you have to manually write out all of the data which takes a long time and is prone to human errors when copying the data.
The KB Calculate program can handle the task of extracting data from the setup plans and arranging it into a Microsoft Excel file.
Create a main excel file which contains the formulas
Set the main file directory, main file name, main sheet name and the directory for output excel files
Drag and drop the setup plans in .HTML format onto the file drop area
Click the open xlsx button to open the created excel file