<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: live, in-process output from a program in Mathcad 11 in Mathcad</title>
    <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790681#M200723</link>
    <description>&lt;P&gt;One way I could think of is to use WRITE... statements in the program to write status messages to a file.&lt;/P&gt;
&lt;P&gt;One other way could be to use the "trace" command and turn on debugging (I am not absolutely sure if trace and debug are available in MC11)&lt;/P&gt;
&lt;P&gt;Both methods will slow down the calculations, especially the debug mode, I guess.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 00:30:19 GMT</pubDate>
    <dc:creator>Werner_E</dc:creator>
    <dc:date>2022-04-19T00:30:19Z</dc:date>
    <item>
      <title>live, in-process output from a program in Mathcad 11</title>
      <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790671#M200722</link>
      <description>&lt;P&gt;I'm setting up a program that will loop through a large # of trials (random process), and recording the result of each trial. Is there a mechanism that will allow monitoring of the output as the program progresses - say each time a loop is complete - rather than waiting for the program to complete its full complement of trails? This way I can see how the resulting statistics accumulate. I'm too impatient to wait for the whole thing to finish before getting an idea of what the results look like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lou&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 21:36:44 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790671#M200722</guid>
      <dc:creator>LouP</dc:creator>
      <dc:date>2022-04-18T21:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: live, in-process output from a program in Mathcad 11</title>
      <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790681#M200723</link>
      <description>&lt;P&gt;One way I could think of is to use WRITE... statements in the program to write status messages to a file.&lt;/P&gt;
&lt;P&gt;One other way could be to use the "trace" command and turn on debugging (I am not absolutely sure if trace and debug are available in MC11)&lt;/P&gt;
&lt;P&gt;Both methods will slow down the calculations, especially the debug mode, I guess.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 00:30:19 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790681#M200723</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2022-04-19T00:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: live, in-process output from a program in Mathcad 11</title>
      <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790732#M200725</link>
      <description>&lt;P&gt;Hi Lou,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've done this often using one WRITEPRN (to start the file and write out the headers for the columns, followed by an APPENDPRN for every iteration/loop/repetition. Since WRITE/APPENDPRN create/append a text file, you can watch progress by opening it from time to time with notepad. Afterwards you can read in the result as a single Matrix using READPRN and process the results.&lt;/P&gt;
&lt;P&gt;Another option could be to use MathConnex. That should even allow you to make a feedback system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 09:13:46 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/790732#M200725</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2022-04-19T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: live, in-process output from a program in Mathcad 11</title>
      <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/791039#M200746</link>
      <description>&lt;P&gt;Thanks to both for the responses. Write functions will give an in-progress output, although it still leaves the issue of how to view that resulting output with an automatic update, rather than requiring continued manual viewing - e.g., a graph that automatically updates every second.&lt;/P&gt;&lt;P&gt;Is there anything that can be programmed to show intermediate results outside a program while the program is still running? (Update a graph or image).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI - there is no urgency, as I already have the specific results I was looking for. Turned out not to take that long a time. knowing a general mechanism would be useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lou&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:53:37 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/791039#M200746</guid>
      <dc:creator>LouP</dc:creator>
      <dc:date>2022-04-20T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: live, in-process output from a program in Mathcad 11</title>
      <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/791043#M200747</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Is there anything that can be programmed to show intermediate results outside a program while the program is still running? (Update a graph or image).&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"trace" and "debug" will show the progress without manual interaction but its not a graph or picture. It just shows the text and variables you decide to output in the debug window.&lt;/P&gt;
&lt;P&gt;Otherwise I could only think of a solution outside of Mathcad. Using WRITEPRN and APPENDPRN in your MC program and write a program (not in Mathcad) which checks the file written every second, analyses its content and outputs a graph or picture as desired. Quite some effort and slows down Mathcads calculation.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 15:32:36 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/791043#M200747</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2022-04-20T15:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: live, in-process output from a program in Mathcad 11</title>
      <link>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/791057#M200748</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/19044"&gt;@LouP&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm setting up a program that will loop through a large # of trials (random process), and recording the result of each trial. Is there a mechanism that will allow monitoring of the output as the program progresses - say each time a loop is complete - rather than waiting for the program to complete its full complement of trails? This way I can see how the resulting statistics accumulate. I'm too impatient to wait for the whole thing to finish before getting an idea of what the results look like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you can convert your program into a function that runs one or more trials, then you &lt;STRONG&gt;&lt;EM&gt;might&lt;/EM&gt; &lt;/STRONG&gt;be able to use a Component (eg, Text Box or Picture) to provide an update.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I vaguely recall creating a "sort of live" updating display using a 3D Plot component, with a Mathcad program controlling the execution, and using the timer function to control the rate.&amp;nbsp; &amp;nbsp;Sadly,&amp;nbsp; I no longer have a working copy of Mathcad 11 (&lt;EM&gt;or, if I do, no idea where the installation medium is&lt;/EM&gt;) to check which of my M11..15 files contain it, and the few messages I've found in the Community refer to no-longer-extant worksheets on the old Mathcad Collaboratory forums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 17:17:24 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/live-in-process-output-from-a-program-in-Mathcad-11/m-p/791057#M200748</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2022-04-20T17:17:24Z</dc:date>
    </item>
  </channel>
</rss>

