Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Etable for each layer

Status
Not open for further replies.

lavecchiasignora

Structural
Joined
Mar 3, 2011
Messages
48
Location
SE
How do I define a do-loop which will store all my element solution of each layer in ETABLE? I have 20 layers and dont know how to write a do-loop to put all the element solution for each layer in ETABLE.

Please help
 
I managed to do this :

*DO, LayerNumber, 1, 20
ETABLE,SX%LayerNumber%, s, x
ETABLE,SY%LayerNumber%, s, y
*enddo

But when I want to list the results I can only see the first results SX1.

*do,i,1,20
pretab, sx%i%
*enddo

Anyone that could help?

 
Seems like I can only list 10 layers..

How else can I get my results in a list?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top