<?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 LabVIEW Datatypes to .NET reference in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2551719#M772002</link>
    <description>&lt;P&gt;Dear Folks,&lt;/P&gt;
&lt;P&gt;Am working on integration of opencv library function to LabVIEW. I can able to get all the lib functions by .NET Constructor node to LabVIEW. I need to pass the values to the functions using .NET reference. How can i do this,, Can any one give me an idea.,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/8e15549e09c235d7b602b530e017561e474673f6/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31323034343969313938374645373842414533354131342f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Lv.png" title="Lv.png" align="center" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2013 07:34:07 GMT</pubDate>
    <dc:creator>Silver_Shaper</dc:creator>
    <dc:date>2013-09-10T07:34:07Z</dc:date>
    <item>
      <title>LabVIEW Datatypes to .NET reference</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2551719#M772002</link>
      <description>&lt;P&gt;Dear Folks,&lt;/P&gt;
&lt;P&gt;Am working on integration of opencv library function to LabVIEW. I can able to get all the lib functions by .NET Constructor node to LabVIEW. I need to pass the values to the functions using .NET reference. How can i do this,, Can any one give me an idea.,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/8e15549e09c235d7b602b530e017561e474673f6/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31323034343969313938374645373842414533354131342f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Lv.png" title="Lv.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2013 07:34:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2551719#M772002</guid>
      <dc:creator>Silver_Shaper</dc:creator>
      <dc:date>2013-09-10T07:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Datatypes to .NET reference</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2552367#M772150</link>
      <description>&lt;P&gt;You need to know what type of .NET object is the correct type for the parameter, then create an instance of that object (for example using a .NET constructor). That object should have a method to assign data to it. If you have a link to documentation for this specific function I might be able to provide more specific help.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2013 15:46:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2552367#M772150</guid>
      <dc:creator>nathand</dc:creator>
      <dc:date>2013-09-10T15:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Datatypes to .NET reference</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2553113#M772313</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/36089"&gt;@nathand&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;You need to know what type of .NET object is the correct type for the parameter, then create an instance of that object (for example using a .NET constructor). That object should have a method to assign data to it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thanks for your reply nathand,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to passs the array &amp;nbsp;to the source terminals. Can you guide me how to create the instance of the object?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Waiting or your reply..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 05:25:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2553113#M772313</guid>
      <dc:creator>Silver_Shaper</dc:creator>
      <dc:date>2013-09-11T05:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Datatypes to .NET reference</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2553213#M772335</link>
      <description>&lt;P&gt;Then it sounds like you need to create an Array-object, probably in system.data (cant find my way around .net for my life ^^) and feed your array as data to that.&lt;/P&gt;
&lt;P&gt;There's a build in function to do that for you though. "To .NET object" converts primitives.&lt;/P&gt;
&lt;P&gt;/Y&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 07:33:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2553213#M772335</guid>
      <dc:creator>Yamaeda</dc:creator>
      <dc:date>2013-09-11T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Datatypes to .NET reference</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2553903#M772458</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/138253"&gt;@Silver_Shaper&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I want to passs the array &amp;nbsp;to the source terminals. Can you guide me how to create the instance of the object?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Does the &lt;A href="https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/platform/dotnet-llb/to-net-object-vi.html" target="_self"&gt;To .NET Object VI&lt;/A&gt; do what you need here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, and if the correct parameter type is a .NET array, then you can follow the example here: &lt;A href="https://forums.ni.com/t5/LabVIEW/How-to-pass-a-Labview-array-into-a-C-NET-array-object/m-p/1992795#M657016" target="_self"&gt;https://forums.ni.com/t5/LabVIEW/How-to-pass-a-Labview-array-into-a-C-NET-array-object/m-p/1992795#M657016&lt;/A&gt; However, you should confirm that it is the correct type for the function you want to call.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 17:25:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/2553903#M772458</guid>
      <dc:creator>nathand</dc:creator>
      <dc:date>2026-03-11T17:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Datatypes to .NET reference</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/3234333#M940982</link>
      <description>&lt;P&gt;Dear Sir&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you ever manage to get OpenCV working in LabView?&lt;/P&gt;
&lt;P&gt;If you did, do you have a few examples?&lt;/P&gt;
&lt;P&gt;Did you have to write any wrapper functions of your own, or did you manage to make use of off the shelf wrappers (emgu cv?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 15:43:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Datatypes-to-NET-reference/m-p/3234333#M940982</guid>
      <dc:creator>Philippe_RSA</dc:creator>
      <dc:date>2016-01-04T15:43:55Z</dc:date>
    </item>
  </channel>
</rss>

