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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print results to output window

Status
Not open for further replies.

RDW100

Civil/Environmental
Joined
Feb 11, 2011
Messages
12
Location
US
Can anyone tell me how to print element table results to the output window?
 
To be more precise I have 100 element tables and, instead of creating each one individually and copying the data one by one into a spreadsheet, my intention is to create an input file that creates all 100 element tables, the results of which would be printed to the output window, which would then be used to create a .out file with the data of all 100 table on it. I tried creating an output file directly but didn't get anywhere.

My problem just now is that the results are not being printed to the output window - only the input information.
 
The /GOPR, /NOPR and /OUTPUT commands may be of use...
 
Thanks for your suggestion but that is not quite what I am looking for. I want the actual results to be printed onto either the output window or an output file - those commands still only print the comands leading up to the results being created, and do not lead to the results being shown in the output window as desired.
 
It depends on where and how you issue them. Maybe these commands used in conjunction with the PRNSOL command may get you what you want...?

However, be careful not to issue these commands interactivley, i.e typing them directly into the "Command Prompt Bar", put them in a script file and run this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top