<?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 Run FlexSim models by remote server in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557555#M60813</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi everyone, &lt;/P&gt;
 &lt;P&gt;I have a algorithm program that output parameters and run on a Linux OS. I'm trying to find solution about the algorithm program calling the simulation model remotely and giving those parameters for FlexSim model, after simulation FlexSim will send some result data back to the algorithm program.&lt;/P&gt;
 &lt;P&gt;I've got a .bat file to start the FlexSim, but how to run it via a Linux OS?Can anyone gives me some tips or demo model?&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 17 Apr 2020 07:28:23 GMT</pubDate>
    <dc:creator>libby_w2</dc:creator>
    <dc:date>2020-04-17T07:28:23Z</dc:date>
    <item>
      <title>Run FlexSim models by remote server</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557555#M60813</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi everyone, &lt;/P&gt;
 &lt;P&gt;I have a algorithm program that output parameters and run on a Linux OS. I'm trying to find solution about the algorithm program calling the simulation model remotely and giving those parameters for FlexSim model, after simulation FlexSim will send some result data back to the algorithm program.&lt;/P&gt;
 &lt;P&gt;I've got a .bat file to start the FlexSim, but how to run it via a Linux OS?Can anyone gives me some tips or demo model?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Apr 2020 07:28:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557555#M60813</guid>
      <dc:creator>libby_w2</dc:creator>
      <dc:date>2020-04-17T07:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Run FlexSim models by remote server</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557556#M60814</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi @Libby, as far as I know FlexSim is not running on another OS than Windows. Maybe you are looking for the FlexSim Webserver and run FlexSim on another machine!? &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Apr 2020 08:07:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557556#M60814</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2020-04-17T08:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run FlexSim models by remote server</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557557#M60815</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi,&lt;A rel="nofollow" href="https://answers.flexsim.com/users/244/sebastian.h.html"&gt;sebastian&lt;/A&gt; &lt;/P&gt;
 &lt;P&gt;my FlexSim model is running on Windows OS, but the algorithm program is running on a Linux OS.&lt;/P&gt;
 &lt;P&gt;I want to run FlexSim model automatically, it seems FlexSim Webserver could not satisfy requirements . &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Apr 2020 09:26:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557557#M60815</guid>
      <dc:creator>libby_w2</dc:creator>
      <dc:date>2020-04-17T09:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run FlexSim models by remote server</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557558#M60816</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can execute FlexSim from a command line: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/answers/21375/view.html" target="_blank"&gt;https://answers.flexsim.com/answers/21375/view.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to execute command line functions on a Windows PC from a Linux PC is beyond the scope of FlexSim technical support. That's not a FlexSim question; that's a Linux question. For example: &lt;A href="https://stackoverflow.com/questions/238013/invoking-windows-batch-file-from-linux"&gt;https://stackoverflow.com/questions/238013/invoking-windows-batch-file-from-linux&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The easiest way to communicate with FlexSim on a different machine is to use HTTP requests to the FlexSim WebServer, and have the WebServer start instances of FlexSim and communicate with them.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://docs.flexsim.com/en/20.1/Reference/DeveloperAdvancedUser/Webserver/#custom"&gt;https://docs.flexsim.com/en/20.1/Reference/DeveloperAdvancedUser/Webserver/#custom&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can do a whole lot more with the FlexSim WebServer than just viewing the default page of a model from a web browser. It can facilitate any kinds of communication with FlexSim via HTTP.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Apr 2020 18:03:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/run-flexsim-models-by-remote-server/m-p/13557558#M60816</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2020-04-17T18:03:39Z</dc:date>
    </item>
  </channel>
</rss>

