Save .lis file in ANSYS 13.0
Save .lis file in ANSYS 13.0
(OP)
I am fairly new to ANSYS and seem to run up against a roadblock after many hours of searching help files and on-line forums. I seem to be having trouble automating a save operation of a .lis file using the command prompt in ANSYS 13.0. I have reviewed other threads on this issue but none of the solutions seem to work for me. This is my code at this point.
!Print MST and MSB in external Window (element tables)
PRETAB,MST,MSB
/OUTPUT,C:\Users\Name\Desktop\TEST,txt,
Every time I run this code the text file is blank. If someone could point me in the right direction that would be wonderful.
Thanks
!Print MST and MSB in external Window (element tables)
PRETAB,MST,MSB
/OUTPUT,C:\Users\Name\Desktop\TEST,txt,
Every time I run this code the text file is blank. If someone could point me in the right direction that would be wonderful.
Thanks





RE: Save .lis file in ANSYS 13.0
//signed//
Christopher K. Hubley
Mechanical Engineer
Sunpower Incorporated
Athens, Ohio
--
http://engineeringliberty.wordpress.com
RE: Save .lis file in ANSYS 13.0
!Print MST and MSB in external Window (element tables)
/OUTPUT,C:\Users\Name\Desktop\TEST,txt,
PRETAB,MST,MSB
Something tells me I need another line of code somewhere else, but I am not sure what or where. Any help with this would be much appreciated.
RE: Save .lis file in ANSYS 13.0
Something like:
CODE
ESEL,S,.... ! select the elements for the ETABLE
ETAB,.... ! define items to be placed in ETABLE
/OUTPUT,C:\Users\Name\Desktop\TEST,txt,
PRETAB,MST,MSB
/OUT
------------
See FAQ569-1083: Asking questions the smart way on Eng-Tips fora for details on how to make best use of Eng-Tips.com