<?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: How do I interface Lookout with Visual Basic? in Lookout</title>
    <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675636#M5403</link>
    <description>Ok, I have to admit, I don't know what to do with this.&amp;nbsp; I found this on my own yesterday.&amp;nbsp; It runs an OPC simulator and provides me with some old VB6 code that I can't get to work for me.&amp;nbsp; Really, I just need to get the code that connects to the National Instruments.LookoutOPCServer and then grabs the value of a single expression.&amp;nbsp; I've searched high and low and haven't found it.&amp;nbsp; I'm running out of time to get this project done and I'm thinking I may have to do something along the lines of writing to a csv file and reading in vb from that.&amp;nbsp; This is a let down because I was sure the Lookout OPC thing was a good tool.&amp;nbsp; Apparently it's a tool that takes too much effort to utilize.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 Mar 2008 20:57:08 GMT</pubDate>
    <dc:creator>Steve_McLain</dc:creator>
    <dc:date>2008-03-20T20:57:08Z</dc:date>
    <item>
      <title>How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/673997#M5384</link>
      <description>I've been doing some research and I think the best way to do it would be to utilize the OPC server.&amp;nbsp; However, I really don't have a good idea of how to do that.&amp;nbsp; Is there a dll that I need to call and set up to interface with it?&amp;nbsp; Do I need to set up an OPC server from the VB side?&amp;nbsp; Any direction would be nice.&amp;nbsp; Thanks!&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Mar 2008 18:08:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/673997#M5384</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-18T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675007#M5391</link>
      <description>&lt;DIV&gt;Lookout itself is an OPC Server. See this KB. &lt;A href="http://digital.ni.com/public.nsf/allkb/0AB36E6FB0DC82F986256D03004A76D6?OpenDocument" target="_blank"&gt;http://digital.ni.com/public.nsf/allkb/0AB36E6FB0DC82F986256D03004A76D6?OpenDocument&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;So, in VB, use datasocket to connect the Lookout OPC Server to read/write tags in Lookout.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Or, you can directly use datasocket to do communicate between Lookout and VB. Lookout does support datasocket.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Maybe DDE is another option. not sure.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 01:46:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675007#M5391</guid>
      <dc:creator>Ryan.S</dc:creator>
      <dc:date>2008-03-20T01:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675324#M5395</link>
      <description>I think a light just went on in my head...&amp;nbsp; &lt;SPAN&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://ni.lithium.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:41:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675324#M5395</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-20T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675465#M5396</link>
      <description>Okay, I can't figure out how to create a datasocket in Visual Basic .Net 2008.&amp;nbsp; I can't figure out how to grab info from the Lookout OPC server.&amp;nbsp; I'm a little worried I may not figure this one out.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 16:59:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675465#M5396</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-20T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675543#M5399</link>
      <description>OPC .Net source code:&lt;BR /&gt;&lt;BR /&gt;http://www.opcfoundation.org/DownloadFile.aspx/NET%20API/OPC%20.NET%20API%201.30%20Readme%203.00.htm?RI=315&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:23:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675543#M5399</guid>
      <dc:creator>Mike@DTSI</dc:creator>
      <dc:date>2008-03-20T18:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675561#M5400</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Unfortunately, I'm not an OPC member.&amp;nbsp; I was trying to do this at low cost.&amp;nbsp; I keep running into the wall of the foundation.&amp;nbsp; Isn't there another way?&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:36:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675561#M5400</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-20T18:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675564#M5401</link>
      <description>Another:&amp;nbsp; http://www.kepware.com/Products/KEPServerEX_VB_Install.asp&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:43:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675564#M5401</guid>
      <dc:creator>Mike@DTSI</dc:creator>
      <dc:date>2008-03-20T18:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675569#M5402</link>
      <description>I'm checking that one out right now.&amp;nbsp; I'll let you know how it goes.&amp;nbsp; Thank you so much for taking your time to help me.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:49:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675569#M5402</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-20T18:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675636#M5403</link>
      <description>Ok, I have to admit, I don't know what to do with this.&amp;nbsp; I found this on my own yesterday.&amp;nbsp; It runs an OPC simulator and provides me with some old VB6 code that I can't get to work for me.&amp;nbsp; Really, I just need to get the code that connects to the National Instruments.LookoutOPCServer and then grabs the value of a single expression.&amp;nbsp; I've searched high and low and haven't found it.&amp;nbsp; I'm running out of time to get this project done and I'm thinking I may have to do something along the lines of writing to a csv file and reading in vb from that.&amp;nbsp; This is a let down because I was sure the Lookout OPC thing was a good tool.&amp;nbsp; Apparently it's a tool that takes too much effort to utilize.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2008 20:57:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675636#M5403</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-20T20:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675991#M5408</link>
      <description>I have had no real issues with the Lookout OPC.&amp;nbsp; You could also try the DDE method&lt;BR /&gt;Service: Lookout&lt;BR /&gt;Object: Process\Folder\Item&lt;BR /&gt;&lt;BR /&gt;VB6 and VB.Net are slightly different, but is doable.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Mar 2008 16:46:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/675991#M5408</guid>
      <dc:creator>Mike@DTSI</dc:creator>
      <dc:date>2008-03-21T16:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interface Lookout with Visual Basic?</title>
      <link>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/676727#M5417</link>
      <description>Thank you.&amp;nbsp; I really appreciate your help.&amp;nbsp; For now, I've decided to utilize the spreadsheet object to produce a csv file with the information I need.&amp;nbsp; When the file comes into existence, my VB notices the existence of the file and extracts everything I need.&amp;nbsp; When it's done, it disposes of the file.&amp;nbsp; For now, that suits my needs.&amp;nbsp; I'll get back into the OPC game later--when I don't have time contraints.&amp;nbsp; Again, thank you.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Mar 2008 18:45:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/How-do-I-interface-Lookout-with-Visual-Basic/m-p/676727#M5417</guid>
      <dc:creator>Steve_McLain</dc:creator>
      <dc:date>2008-03-24T18:45:11Z</dc:date>
    </item>
  </channel>
</rss>

