Euler07
Structural
- May 7, 2023
- 55
Hi all,
So this is something I've been trying to figure out for a few years. What is the most time efficient way of writing spans tables for structural members? Has anyone figured out an easy way?
The main difficulty with span tables is that the process of calculation is the opposite of a normal calculation. For a normal excel calculation, you start with the span, add the loading, go through the calculations, then the result is the required member size.
For span tables, the end result you want is actually the allowable span. This means that all the equations are reversed. While this is relatively straight forward for a basic calc like M = wL^/8 -> L = (8M/w)^0.5, this becomes difficult for complex calculations. Especially when all our normal spreadsheets are written span -> member, so using our normal pre-made spreadsheets is impossible.
In most cases, there are 2 types of span tables:
1) Left Column = span, Top Row = load width/load, Result inside = required member.
This is the easiest table to make as far as I have found, and I can utilise my normal spreadsheets. Using an Excel "Data Table", a range of spans and load widths can be input and Excel will get the end result for each one and automatically put it in a table.
2) Left Column = member size, Top Row = load width/load, Result inside = allowable maximum span.
This is the standard preferred way of setting out a span table since it gives the actual maximum spans for each member. However I have not figured out how to do this using conventional calculation spreadsheets. The only way I can think of doing this is through iteration using a scripting language.
My question is, how do people here go about making span tables? Also, has anyone figured out how to make the standard second type of span table in an easy way?
Thanks
So this is something I've been trying to figure out for a few years. What is the most time efficient way of writing spans tables for structural members? Has anyone figured out an easy way?
The main difficulty with span tables is that the process of calculation is the opposite of a normal calculation. For a normal excel calculation, you start with the span, add the loading, go through the calculations, then the result is the required member size.
For span tables, the end result you want is actually the allowable span. This means that all the equations are reversed. While this is relatively straight forward for a basic calc like M = wL^/8 -> L = (8M/w)^0.5, this becomes difficult for complex calculations. Especially when all our normal spreadsheets are written span -> member, so using our normal pre-made spreadsheets is impossible.
In most cases, there are 2 types of span tables:
1) Left Column = span, Top Row = load width/load, Result inside = required member.
This is the easiest table to make as far as I have found, and I can utilise my normal spreadsheets. Using an Excel "Data Table", a range of spans and load widths can be input and Excel will get the end result for each one and automatically put it in a table.
2) Left Column = member size, Top Row = load width/load, Result inside = allowable maximum span.
This is the standard preferred way of setting out a span table since it gives the actual maximum spans for each member. However I have not figured out how to do this using conventional calculation spreadsheets. The only way I can think of doing this is through iteration using a scripting language.
My question is, how do people here go about making span tables? Also, has anyone figured out how to make the standard second type of span table in an easy way?
Thanks