<?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: Error when running ethernet modbus slave demon in an executable in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713607#M804635</link>
    <description>&lt;P&gt;Thanks RavensFan. I've found the mass compile function and run it for the modbus library. This seems to have stopped the error message appearing. I'll check out the mass compile function in more detail as this is new to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2014 16:20:11 GMT</pubDate>
    <dc:creator>LightWorker</dc:creator>
    <dc:date>2014-01-23T16:20:11Z</dc:date>
    <item>
      <title>Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713375#M804582</link>
      <description>&lt;P&gt;I've written an application that incorporates a modbus ethernet slave - similar to the one included in the LabView examples (2013). If I run this as a VI then there is no problem. However, if I create an executable then I get an error message about the slave demon version 8.6 being too old to convert to version 2013. I'm using&amp;nbsp;NI Modbus Library 1.2.1 and the 86 folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To isolate the modbus issue from my original application I've taken the LabView MB Ethernet slave example (2013)&amp;nbsp;and created a project which includes the slave demon vi and the modbus 8.6 vi.lib. I've&amp;nbsp;modified the path to the slave demon in the slave example so that it points to the location of the slave demon vi&amp;nbsp;in my project. If I build the application and run it &amp;nbsp;I get a slightly different error - "the&amp;nbsp;slave demon vi is not executable".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand why the slave demon won't execute in an exe program but will within a VI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 14:44:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713375#M804582</guid>
      <dc:creator>LightWorker</dc:creator>
      <dc:date>2014-01-23T14:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713489#M804604</link>
      <description>&lt;P&gt;That error doesn't make much sense.&amp;nbsp; LV 2013&amp;nbsp;can certainly open and run LV8.6 files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You said the executable it the one giving you this error.&amp;nbsp; Where are you running this executable?&amp;nbsp; Is it on the same PC you developed and created the .exe on?&amp;nbsp; Or a different PC?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm wondering if you are running it on a different PC, that&amp;nbsp;you don't have the proper runtime engine installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, once you moved the Modbus VI's over to your newer LV2013 environment, have you gone through and mass compiled that library?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:39:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713489#M804604</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2014-01-23T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713495#M804605</link>
      <description>Are you saying that you are trying to start some version 8.6 code with the 2013 runtime? Why? Since the runtime does not have a compiler, that will not work. Mass compile the old code to 2013.</description>
      <pubDate>Thu, 23 Jan 2014 15:40:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713495#M804605</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2014-01-23T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713551#M804620</link>
      <description>&lt;P&gt;The executable is running on the same machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't mass compiled the Modbus VI's - I've just included them in a project after downloading them. I'm not sure what a mass compile is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:07:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713551#M804620</guid>
      <dc:creator>LightWorker</dc:creator>
      <dc:date>2014-01-23T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713579#M804628</link>
      <description>And you didn't look it up in the help?</description>
      <pubDate>Thu, 23 Jan 2014 16:13:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713579#M804628</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2014-01-23T16:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713589#M804629</link>
      <description>&lt;P&gt;I didn't even know about its existence before so how could I look something up that I don't know about?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:15:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713589#M804629</guid>
      <dc:creator>LightWorker</dc:creator>
      <dc:date>2014-01-23T16:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713607#M804635</link>
      <description>&lt;P&gt;Thanks RavensFan. I've found the mass compile function and run it for the modbus library. This seems to have stopped the error message appearing. I'll check out the mass compile function in more detail as this is new to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:20:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713607#M804635</guid>
      <dc:creator>LightWorker</dc:creator>
      <dc:date>2014-01-23T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713663#M804652</link>
      <description>You were told about mass compile from two different answers. My point about the help is that you could have looked it up after getting those answers instead of posting another question.</description>
      <pubDate>Thu, 23 Jan 2014 16:38:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713663#M804652</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2014-01-23T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713677#M804657</link>
      <description>&lt;P&gt;I did. I was just stating that at the time of writing I didn't know what mass compile was. Do you have a problem with that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:40:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713677#M804657</guid>
      <dc:creator>LightWorker</dc:creator>
      <dc:date>2014-01-23T16:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713683#M804660</link>
      <description>I do have a problem with people being lazy, yes.</description>
      <pubDate>Thu, 23 Jan 2014 16:42:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713683#M804660</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2014-01-23T16:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running ethernet modbus slave demon in an executable</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713693#M804662</link>
      <description>&lt;P&gt;This is all a bit pathetic isn't it. RavensFan asked me a question and I answered him, qualifying my answer with a statement. It wasn't a second question - it was just&amp;nbsp;a statment. Get over it.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:46:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-when-running-ethernet-modbus-slave-demon-in-an-executable/m-p/2713693#M804662</guid>
      <dc:creator>LightWorker</dc:creator>
      <dc:date>2014-01-23T16:46:21Z</dc:date>
    </item>
  </channel>
</rss>

