Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Can Excel calculate CAD CAM cut outs?

Can Excel accurately calculate the maximum quantity of cut outs from a single
piece of card or metal? This is typically an element of CAD/CAM software.

I don't want or need a CAD/CAM system, I do need to prevent wastage and
limit offcuts.

I know the non-variable - the size of the card to be cut up. 1110 by 810 mm.

I know the variables - the size of the rectangles to be produced. These
sizes are client driven. But exactly how many rectangles can I extract from
one card.

I only require rectangle shapes.

If my variables are, for example, 320 x 320 then the number of rectangles I
can produce is 6.

But what is the ideal formula to calcuate any rectangle shape sized up to
555 x 405? Any size greater than this requires 1 x card per rectangle.

I am not able to mix different sizes of rectables on one card.

Appreciate any help on this conundrum.



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Can Excel calculate CAD CAM cut outs?

I'm not sure this answers your question, but give it a try

Look he

http://www.solver.com/solutions/procutstock.htm

and then go to the home page of solver for more details

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"RichyDeeInUK" wrote in message
...
Can Excel accurately calculate the maximum quantity of cut outs from a
single
piece of card or metal? This is typically an element of CAD/CAM software.

I don't want or need a CAD/CAM system, I do need to prevent wastage and
limit offcuts.

I know the non-variable - the size of the card to be cut up. 1110 by 810
mm.

I know the variables - the size of the rectangles to be produced. These
sizes are client driven. But exactly how many rectangles can I extract
from
one card.

I only require rectangle shapes.

If my variables are, for example, 320 x 320 then the number of rectangles
I
can produce is 6.

But what is the ideal formula to calcuate any rectangle shape sized up to
555 x 405? Any size greater than this requires 1 x card per rectangle.

I am not able to mix different sizes of rectables on one card.

Appreciate any help on this conundrum.




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default Can Excel calculate CAD CAM cut outs?

Hi Richy
Just for testing, try this, you can change the cell reference in the formula
Type your 1110 dimension in C2 and place
this formula D2 =IF(AND(C2555,C3405),1,INT(1110/C2)),
your 810 dimension in C3 and place this formula in D3
=IF(AND(C2555,C3405),1,INT(810/C3)), multiply the 2 to get number of sheets
"Cuts"
HTH
John
"RichyDeeInUK" wrote in message
...
Can Excel accurately calculate the maximum quantity of cut outs from a single
piece of card or metal? This is typically an element of CAD/CAM software.

I don't want or need a CAD/CAM system, I do need to prevent wastage and
limit offcuts.

I know the non-variable - the size of the card to be cut up. 1110 by 810 mm.

I know the variables - the size of the rectangles to be produced. These
sizes are client driven. But exactly how many rectangles can I extract from
one card.

I only require rectangle shapes.

If my variables are, for example, 320 x 320 then the number of rectangles I
can produce is 6.

But what is the ideal formula to calcuate any rectangle shape sized up to
555 x 405? Any size greater than this requires 1 x card per rectangle.

I am not able to mix different sizes of rectables on one card.

Appreciate any help on this conundrum.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default Can Excel calculate CAD CAM cut outs?

Hi Richy
I may have a template for you if you're still interested.
The formula I gave you is incomplete. Post back if you're interested.
HTH
John
"RichyDeeInUK" wrote in message
...
Can Excel accurately calculate the maximum quantity of cut outs from a single
piece of card or metal? This is typically an element of CAD/CAM software.

I don't want or need a CAD/CAM system, I do need to prevent wastage and
limit offcuts.

I know the non-variable - the size of the card to be cut up. 1110 by 810 mm.

I know the variables - the size of the rectangles to be produced. These
sizes are client driven. But exactly how many rectangles can I extract from
one card.

I only require rectangle shapes.

If my variables are, for example, 320 x 320 then the number of rectangles I
can produce is 6.

But what is the ideal formula to calcuate any rectangle shape sized up to
555 x 405? Any size greater than this requires 1 x card per rectangle.

I am not able to mix different sizes of rectables on one card.

Appreciate any help on this conundrum.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default Can Excel calculate CAD CAM cut outs?

On Mon, 19 Oct 2009 11:15:08 -0400, "John" wrote:

Hi Richy
I may have a template for you if you're still interested.
The formula I gave you is incomplete. Post back if you're interested.
HTH
John
"RichyDeeInUK" wrote in message
...
Can Excel accurately calculate the maximum quantity of cut outs from a single
piece of card or metal? This is typically an element of CAD/CAM software.

I don't want or need a CAD/CAM system, I do need to prevent wastage and
limit offcuts.

I know the non-variable - the size of the card to be cut up. 1110 by 810 mm.

I know the variables - the size of the rectangles to be produced. These
sizes are client driven. But exactly how many rectangles can I extract from
one card.

I only require rectangle shapes.

If my variables are, for example, 320 x 320 then the number of rectangles I
can produce is 6.

But what is the ideal formula to calcuate any rectangle shape sized up to
555 x 405? Any size greater than this requires 1 x card per rectangle.

I am not able to mix different sizes of rectables on one card.

Appreciate any help on this conundrum.




This is a reiterative nesting application, and it is likely a bit too
complicated for a simple spreadsheet.

The nesting app on our plasma cutters was on a VAX VMS computer and did
complex shapes.


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default Can Excel calculate CAD CAM cut outs?

If you read the OP's request, he does not need complex shapes, only rectangles
from one format.
If it does the work, great,its free, if not "Delete".nothing gain, nothing lost.
Regards
John
"Archimedes' Lever" wrote in message
...
On Mon, 19 Oct 2009 11:15:08 -0400, "John" wrote:

Hi Richy
I may have a template for you if you're still interested.
The formula I gave you is incomplete. Post back if you're interested.
HTH
John
"RichyDeeInUK" wrote in message
...
Can Excel accurately calculate the maximum quantity of cut outs from a
single
piece of card or metal? This is typically an element of CAD/CAM software.

I don't want or need a CAD/CAM system, I do need to prevent wastage and
limit offcuts.

I know the non-variable - the size of the card to be cut up. 1110 by 810 mm.

I know the variables - the size of the rectangles to be produced. These
sizes are client driven. But exactly how many rectangles can I extract from
one card.

I only require rectangle shapes.

If my variables are, for example, 320 x 320 then the number of rectangles I
can produce is 6.

But what is the ideal formula to calcuate any rectangle shape sized up to
555 x 405? Any size greater than this requires 1 x card per rectangle.

I am not able to mix different sizes of rectables on one card.

Appreciate any help on this conundrum.




This is a reiterative nesting application, and it is likely a bit too
complicated for a simple spreadsheet.

The nesting app on our plasma cutters was on a VAX VMS computer and did
complex shapes.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 Charts and Call Outs Marilyn Excel Discussion (Misc queries) 2 April 9th 09 07:07 PM
Calculating Inventory Outs Gene Haines New Users to Excel 3 March 10th 08 03:58 PM
Timesheet formulas for three in/outs, OT, Holiday, Vac, Sick, tota Kathryn Pundt Excel Worksheet Functions 10 July 20th 07 12:45 AM
Pie Chart Sectional Pull-outs trunzop Charts and Charting in Excel 2 May 23rd 07 11:06 PM
Print outs from Excel has symbols instead of words Matt Excel Discussion (Misc queries) 0 November 13th 06 10:39 PM


All times are GMT +1. The time now is 08:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"