Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Punch out max and min displacements

Status
Not open for further replies.

jazzmakke

Structural
Joined
Mar 3, 2010
Messages
1
Location
SE
Hi!

I want to punch out the maximum and minimum displacements. I know how to punch out all displacements by using:

Code:
DISPLACEMENT(PUNCH) = ALL

And I've tried the MAXMIN case control command by writing this in the case control card:

Code:
ECHO = NONE
SPC = 1
OUTPUT
MAXMIN(PUNCH,DISP,PRINT) = ALL
SUBCASE 1
LOAD = 2

But that does not give me any punch file. Thanks in advance!

Regards
Marcus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top