<?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: Generate and read dll in LabView in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3319580#M972772</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As observed in image 3, you have called only addition function in one CIN. And hence both outputs arg1 2 and arg 2 2 outputs the proper (addition) result as 2. If you want multiplication output also, kindly add one more CIN with multiplication function call. Kindly let me know if that answers your question or if i had misunderstood your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mathan&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2016 12:11:59 GMT</pubDate>
    <dc:creator>Mathan</dc:creator>
    <dc:date>2016-07-08T12:11:59Z</dc:date>
    <item>
      <title>Generate and read dll in LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3319163#M972603</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bit of a problem. I manage to generate a dll file on a simple addition and multiplication function. The Add VI add 2 doubles together and Muliplication VI multiplicate 2 doubles together. But when I try to read the dll in LabView using "Call Library Function" I don't manage to output correct value as seen from image 3 in attachment. What do I do wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;paalbrok&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 16:44:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3319163#M972603</guid>
      <dc:creator>paalbrok</dc:creator>
      <dc:date>2016-07-07T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generate and read dll in LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3319580#M972772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As observed in image 3, you have called only addition function in one CIN. And hence both outputs arg1 2 and arg 2 2 outputs the proper (addition) result as 2. If you want multiplication output also, kindly add one more CIN with multiplication function call. Kindly let me know if that answers your question or if i had misunderstood your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mathan&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 12:11:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3319580#M972772</guid>
      <dc:creator>Mathan</dc:creator>
      <dc:date>2016-07-08T12:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Generate and read dll in LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3321979#M973742</link>
      <description>&lt;P&gt;Hi paalbrok,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is your problem solved? Any updates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mathan&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:55:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3321979#M973742</guid>
      <dc:creator>Mathan</dc:creator>
      <dc:date>2016-07-14T11:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Generate and read dll in LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3321988#M973748</link>
      <description>&lt;P&gt;Hello Mathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found out that I had forgotten to wire the inputs and output to the connector pane.. So now it works:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;paalbrok&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:23:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3321988#M973748</guid>
      <dc:creator>paalbrok</dc:creator>
      <dc:date>2016-07-14T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Generate and read dll in LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3321994#M973750</link>
      <description>&lt;P&gt;Glad it worked. But just curious to see your final block diagram&amp;amp;front panel. Could you please share your vi or an image as you did in your first post?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:31:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Generate-and-read-dll-in-LabView/m-p/3321994#M973750</guid>
      <dc:creator>Mathan</dc:creator>
      <dc:date>2016-07-14T12:31:43Z</dc:date>
    </item>
  </channel>
</rss>

