Skip to main content
15-Moonstone
June 17, 2011
Solved

Exchanging information between components

  • June 17, 2011
  • 1 reply
  • 4710 views

I have been using excel to post process data from another progam. To handle the data I am thinking of analyzing it one MathCAD worksheet then importing the results. I know how to analyze the data in one worksheet. This keep the deliverable worksheet small, but have access to the complete data files.

Another method I am consiedering is to run the prgram inside MathCAD. This program does support integration into MathLab, C++, and Python. I have limited experience in programing but a little insight may get me headed in the right direction.

Thanks for the support.

David Tg

Best answer by wayne

An alternative, not nearly as elegant as Richard's, but could do the following:

If I understand, I think you want this flow:

Program A > Excell for post processing > Mathcad for further processing > Mathcad for Presentation

(or possibly directly to MCD) (with access to all results (and possibly Data)

a) The Mathcad file that your are doing the post processing in can be referenced into the second, file. It will take longer to open the second file, but the referenced file will not recalculate, so will be fine.

b) If the amount of processing the Mathcad file is such that it needs to be closed to clean up the memory, then in that file, write the results to a file and then import that file into the presentation Mathcad file. (Richard has a script for a button to write the results in a different, current, thread)

1 reply

19-Tanzanite
June 17, 2011

It depends on what the program does, and how it supports integration. More information is needed.

tietjee15-MoonstoneAuthor
15-Moonstone
June 18, 2011

At thte moment I would like to exchange data and results of data between to MathCAD worksheets.

19-Tanzanite
June 18, 2011

These worksheets show how to do that.