Jump to content



Featured Articles

Check out the latest featured articles.

File Library

Check out the latest downloads available in the File Library.

New Article

Product Viscosity vs. Shear

Featured File

Vertical Tank Selection

New Blog Entry

Low Flow in Pipes- posted in Ankur's blog

Exporting Aspen Xml Results Via Com

aspen aspen plus xml com activex

This topic has been archived. This means that you cannot reply to this topic.
No replies to this topic
Share this topic:
| More

#1 apwebb

apwebb

    Brand New Member

  • Members
  • 2 posts

Posted 28 December 2015 - 02:52 PM

I'm working on an Aspen Plus automation project for my professor, and I have a few options for getting the results out of the simulation and back to the main program (Python).

 

1. Pass back results node by node in ActiveX/COM; huge pain to code, possible speed constraints

2. Export summary file, process with Fortran; somewhat less of a pain to code, learning Fortran

3. Export XML results file, process directly in main; XML file is 4-5x the size of the summary file

 

I'm not asking about the pros and cons of each method, as I think I've hit the main ones already, which basically limit me to exporting. However, there is no explicit option in the documentation for the export method for an XML results file.

 

Is it possible to export an XML results file using the ActiveX interface? Or is the export method limited to the plain text results file and summary file (in addition to .bkp etc)






Similar Topics