Need a Lisp for preparing column schedule.

Need a Lisp for preparing column schedule.

archana96
Enthusiast Enthusiast
644 Views
9 Replies
Message 1 of 10

Need a Lisp for preparing column schedule.

archana96
Enthusiast
Enthusiast

Hi, I have an Excel file of data. In this data, I'm converting this to a CAD column schedule. For reference, I've attached the files.

 

 

0 Likes
645 Views
9 Replies
Replies (9)
Message 2 of 10

ec-cad
Collaborator
Collaborator

"I'm converting this to a CAD column schedule"

Do you mean make a Table in the Drawing, with the data from the Excel file?

Or, are you trying to create the Excel file from the drawing by extracting the Drawing info ?

I'm not understanding what you want, could you show a sample with

the expected results ?

 

ECCAD

0 Likes
Message 3 of 10

Sea-Haven
Mentor
Mentor

So you want it to draw the column objects, in some form of grid pattern ?  There does appear to be a pattern, the only real issue is the ligs. 

 

So you have not had a go at writing a draw column, just using values say preset for testing. 1st step draw 350x500 rectang, 

 

Last question do you need Excel ? Why not just make the column based on user input ? Can make a dcl for input, you have to type the Excel any way or is that generated from some software. 

SeaHaven_1-1737842325178.png

 

 

0 Likes
Message 4 of 10

archana96
Enthusiast
Enthusiast

i need cad drawing from excel 

0 Likes
Message 5 of 10

archana96
Enthusiast
Enthusiast

can you show me  output 

0 Likes
Message 6 of 10

Sea-Haven
Mentor
Mentor

Back to my Question. Is it generated by another program. 

 

"Do you have to type the Excel data any way"

 

 

0 Likes
Message 7 of 10

archana96
Enthusiast
Enthusiast

yes its link with excel

0 Likes
Message 8 of 10

Sea-Haven
Mentor
Mentor

The task is very much requires a  custom program and as such for me its not going to be free as I can see a lot of work and back and forth between coder and your self. In terms of time saved it would be massive. 

 

Why not have a go yourself just do bits one at a time based on say single cell of the excel say as a enter string. Draw rectang 1st task, next work out a algorithm for the 2 bars 16-Y20 & 2-Y16 so that would mean 1 bar in middle top & bot rest around it.  A 3 item answer a different algorithm. 

 

It requires lots of rules using a COND to decide, 1st row say 6-Y16 means 3 top 3 bot looking at the 6, then 12-Y12 but how do I know for size max is always 5 bars for top row ? 

SeaHaven_0-1739408107309.png

The read excel is actually the simplest part of this request.

 

 

 

 

0 Likes
Message 9 of 10

archana96
Enthusiast
Enthusiast

Actually, my office colleague did this in Excel. but he did not give it to me he prepared data in Excel he first which side how many bars would come (like if 500 length requires 5 bars on one side and the big size of the bar is always the corner part)  after finishing that data will come on AutoCAD..

0 Likes
Message 10 of 10

Sea-Haven
Mentor
Mentor

I think you need more info in the Excel like how many bars in top row. A 6-Y20 could mean only 3 bars across top not 5, then 12-Y12. A narrow tall beam.

0 Likes