<?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: Barcode Generator with Labview in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/184169#M106986</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;I tried that but couldn't get anything free as you mentioned. I am going to close this thread out and then purchase one from the net.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Simon</description>
    <pubDate>Thu, 17 Feb 2005 15:14:35 GMT</pubDate>
    <dc:creator>swalkin</dc:creator>
    <dc:date>2005-02-17T15:14:35Z</dc:date>
    <item>
      <title>Barcode Generator with Labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/182470#M106136</link>
      <description>I am trying to create code in Labview 6.1 that will generate a barcode output. I have searched through the discussion database and through the Code Sharing database and have had no luck.....&lt;BR /&gt;&lt;BR /&gt;If someone has code or knows of a way to do this can they let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks, Simon</description>
      <pubDate>Fri, 11 Feb 2005 15:52:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/182470#M106136</guid>
      <dc:creator>swalkin</dc:creator>
      <dc:date>2005-02-11T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Generator with Labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/182479#M106142</link>
      <description>My understanding is that it's just a matter of using a string indicator that uses a bar code font.  You wire the desired characters into the indicator, and the font handles the task of displaying those characters as bar code.&lt;BR /&gt;&lt;BR /&gt;Standard bar code fonts are available in many places; &lt;A href="http://www.barcodesinc.com/free-barcode-font/" target="_blank"&gt;here&lt;/A&gt; is one site (www.barcodesinc.com) that offers a standard Code 39 implementation for free.&lt;BR /&gt;&lt;BR /&gt;Hope that's what you're after,&lt;BR /&gt;John</description>
      <pubDate>Fri, 11 Feb 2005 16:24:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/182479#M106142</guid>
      <dc:creator>Johnner</dc:creator>
      <dc:date>2005-02-11T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Generator with Labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/183694#M106741</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Thanks for that. I downloaded the font file but unfortunately I just found out it actually needs to be Code 128 font....don't suppose you know anywhere that you can get that?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Simon</description>
      <pubDate>Wed, 16 Feb 2005 14:33:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/183694#M106741</guid>
      <dc:creator>swalkin</dc:creator>
      <dc:date>2005-02-16T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Generator with Labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/183735#M106769</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;Google was my guide, and I don't happen to have any real experience with bar code fonts--sorry!  Perhaps someone else here has an idea, or maybe some persistent Googling on your part can turn up a lead.&lt;BR /&gt;&lt;BR /&gt;I'm assuming you're shooting for something free here, but you might want to consider whether spending an hour or two of your time might be equivalent to spending a few bucks to get a commercial font.&lt;BR /&gt;&lt;BR /&gt;--John</description>
      <pubDate>Wed, 16 Feb 2005 15:29:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/183735#M106769</guid>
      <dc:creator>Johnner</dc:creator>
      <dc:date>2005-02-16T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Generator with Labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/183786#M106801</link>
      <description>I got a whole CD full bar code fonts from my shipping department. The product they bought is called Wasp Bar Code. I have no idea what it cost but would assume that it was pretty reasonable. Their url is www.waspbarcode.com. Bar code fonts also often come with label printers. You might check around in your company to see if any of those are around.</description>
      <pubDate>Wed, 16 Feb 2005 16:29:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/183786#M106801</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-02-16T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Generator with Labview</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/184169#M106986</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I tried that but couldn't get anything free as you mentioned. I am going to close this thread out and then purchase one from the net.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Simon</description>
      <pubDate>Thu, 17 Feb 2005 15:14:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Barcode-Generator-with-Labview/m-p/184169#M106986</guid>
      <dc:creator>swalkin</dc:creator>
      <dc:date>2005-02-17T15:14:35Z</dc:date>
    </item>
  </channel>
</rss>

