<?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: RS232, Flow-Bus protocol in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/3773121#M1063243</link>
    <description>&lt;P&gt;Hi, did you connect a loose-end rs-232 to a digital module or did you connect rs232 to usb&amp;nbsp;directly into the PC?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 10:55:03 GMT</pubDate>
    <dc:creator>Molowe91</dc:creator>
    <dc:date>2018-03-27T10:55:03Z</dc:date>
    <item>
      <title>RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240135#M130854</link>
      <description>&lt;DIV&gt;Hello evryone,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I am starting a new project based on communcating with a digital mass flow instrument, with an RS232 interface Flow-bus protocol(Bronkhorst manufacturer). I have to developpe a program with Labview. According to what I have already checked out ( Net, labview examples, and forum ), it seems that I have to retrieve and send data to the instrument through excell for example. Sorry but I am completly new to all of this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; (dde application). Is it possible to communicate with the instrument using just the VISA solution? &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;any help would be really great,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;regards,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;David&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jul 2005 11:43:12 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240135#M130854</guid>
      <dc:creator>david79</dc:creator>
      <dc:date>2005-07-12T11:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240176#M130868</link>
      <description>&lt;P&gt;You should be able to. The question is whether or not the vendor will tell you how.&lt;/P&gt;
&lt;P&gt;First step is to contact the vendor and ask for a copy their documentation on how to talk to their instrument over the serial port.&lt;/P&gt;
&lt;DIV&gt;Next, it's possible that the vendor intended the Excel example to demonstrate how to access the device. Look at the Excel macros and see if you can tell how Excel is making the connection and then do the same thing. (Hopefully they don't have a custom DLL or the like).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If you would like help, post the Excel spreadsheet that can talk to the instrument and I will take a look at it.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Mike...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jul 2005 12:41:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240176#M130868</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2005-07-12T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240243#M130896</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;As Mike said..&lt;/P&gt;
&lt;P&gt;Also:&lt;/P&gt;
&lt;P&gt;Do you have the developer (or API) manual?&amp;nbsp; Typically, you should have a list of commands that you can send to the instrument using serial port communication software such as "HyperTerminal".&amp;nbsp; If so, then you can manually try out a few commands using H-T.&amp;nbsp; The use the same commands to experiment with LabView code.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;If you are able to use software like HyperTerminal, then using the VISA serial communication tools will be the simple way of implementing your solution.&amp;nbsp; Here are some links which may provide clues on how to proceed.&amp;nbsp; You can also do a search on VISA Serial communication.&lt;/P&gt;
&lt;DIV&gt;Happy wiring!! &lt;IMG height="16" src="http://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" width="16" border="0" /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;JLV&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;LINKS:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;U&gt;&lt;FONT color="#800080"&gt;Link&lt;/FONT&gt;&lt;/U&gt; 1: Although this one talks about an error, it does provide instructions on how to setup the VISA session:&lt;BR /&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=99660&amp;amp;query.id=0#M99660" target="_blank"&gt;&lt;FONT color="#3366cc"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=99660&amp;amp;query.id=0#M99660&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;Link 2: Here are some examples: (good starting point):&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=65873&amp;amp;query.id=0#M65873" target="_blank"&gt;&lt;FONT color="#3366cc"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=65873&amp;amp;query.id=0#M65873&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Link 3: more info:&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=86971&amp;amp;query.id=0#M86971" target="_blank"&gt;&lt;FONT color="#3366cc"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=86971&amp;amp;query.id=0#M86971&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jul 2005 13:55:45 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240243#M130896</guid>
      <dc:creator>Ray.R</dc:creator>
      <dc:date>2005-07-12T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240272#M130909</link>
      <description>&lt;P&gt;Here is some info.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.morechemistry.com/publ/labview/bronkhorst/vi_bronkhorst_02.html" target="_blank"&gt;http://www.morechemistry.com/publ/labview/bronkhorst/vi_bronkhorst_02.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.morechemistry.com/publ/labview/vi_collection.html" target="_blank"&gt;http://www.morechemistry.com/publ/labview/vi_collection.html&lt;/A&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jul 2005 14:19:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240272#M130909</guid>
      <dc:creator>unclebump</dc:creator>
      <dc:date>2005-07-12T14:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240375#M130943</link>
      <description>&lt;P&gt;Well there you go. It looks like you basically have two options: VISA which will be more efficient but might require more code to build command strings, and the company's DDE server which is simpler to use from the LV world, but much less effiecient and would possibly impose future compatability problems--like what happes if (when?) DDE goes the way of the dinosaurs?&lt;/P&gt;
&lt;P&gt;Then also the DDE example pretty much stinks in terms of the quality of the code...&lt;/P&gt;
&lt;P&gt;Mike...&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jul 2005 15:46:41 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240375#M130943</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2005-07-12T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240969#M131215</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks to JLV, mike, and unclebump fir ur help !!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I got Bronkhorst to send me&amp;nbsp; a Labview example. They seem to use the DDE protocole....&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Would any of u know where I could find some DDE notes. I have the labview Basic I &amp;amp;II, and the intermediate book, but no explanations on how to use the DDE VIs?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks a lot,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;David&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2005 14:12:34 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/240969#M131215</guid>
      <dc:creator>david79</dc:creator>
      <dc:date>2005-07-13T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/241050#M131241</link>
      <description>&lt;P&gt;Do a search in examples on "DDE". Also check Microsoft's website. There is a lot of info there.&lt;/P&gt;
&lt;P&gt;Mike...&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2005 15:32:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/241050#M131241</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2005-07-13T15:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/3773121#M1063243</link>
      <description>&lt;P&gt;Hi, did you connect a loose-end rs-232 to a digital module or did you connect rs232 to usb&amp;nbsp;directly into the PC?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 10:55:03 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/3773121#M1063243</guid>
      <dc:creator>Molowe91</dc:creator>
      <dc:date>2018-03-27T10:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: RS232, Flow-Bus protocol</title>
      <link>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/3773236#M1063283</link>
      <description>&lt;P&gt;The original poster's last post was almost 13 years ago, so I wouldn't hold my breath for an answer.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:26:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/RS232-Flow-Bus-protocol/m-p/3773236#M1063283</guid>
      <dc:creator>arteitle</dc:creator>
      <dc:date>2018-03-27T13:26:15Z</dc:date>
    </item>
  </channel>
</rss>

