<?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: Inventory Control Solutions in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265218#M141908</link>
    <description>&lt;P&gt;&lt;FONT size="2"&gt;Yes. Thanks tst (Wile E, Al, Lucy, etc...)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;The last sentence of the first paragraph &lt;EM&gt;&lt;STRONG&gt;should&lt;/STRONG&gt; &lt;/EM&gt;read:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT color="#000000"&gt;This comment, in turn, brought up the whole issue of close coupling between components—and how to prevent it."&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT face="Arial" color="#000000" size="2"&gt;Mike..&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2005 01:14:43 GMT</pubDate>
    <dc:creator>mikeporter</dc:creator>
    <dc:date>2005-09-11T01:14:43Z</dc:date>
    <item>
      <title>Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/264950#M141754</link>
      <description>&lt;DIV&gt;We have a equipment room that has about 1000 pieces of test equipment. I am looking for a way to use Labview or another NI program to create a means for tracking when items are taken out of the equipment room. A bar code sytem maybe. Someway to scan each piece and create a data base with the borrowers name..dates checked out etc. Also as items are scanned back in the data base would be updated.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks in advance for ideas&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Sep 2005 16:25:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/264950#M141754</guid>
      <dc:creator>voiceburg</dc:creator>
      <dc:date>2005-09-09T16:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/264966#M141760</link>
      <description>One of the tasks that I've been given to work in my so-called free time is a program to track instruments that are in testers and interface to our calibration data base. As instruments are moved around, we need to know where they are when it's time to cal them. Reading a bar code is a trivial exercise. A string control on a front panel and a USB or keyboard wedge scanner is all that you need. The scanner acts just like a keyboard so using one is no different than manually entering text. You can also get the database connectivity toolkit that makes writing and reading to any database simple. If you're comfortable with SQL, you can use &lt;A href="http://jeffreytravis.com/lost/labsql.html" target="_blank"&gt;LabSQL&lt;/A&gt; or write your own ADO routines with the ActiveX methods and properties.</description>
      <pubDate>Fri, 09 Sep 2005 16:43:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/264966#M141760</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-09-09T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/264988#M141772</link>
      <description>&lt;DIV&gt;Thanks for the information. I'm not familiar with SQL or ADO routines. I was hoping to just use Labview. It looks like from what you said I could use a data base toolkit with labview. I will look into that.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Sep 2005 17:34:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/264988#M141772</guid>
      <dc:creator>voiceburg</dc:creator>
      <dc:date>2005-09-09T17:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265044#M141801</link>
      <description>If you are not familiar with databases, and the size of your list of people and inventory items is small, you could use a table in Labview.&amp;nbsp; Tables have multiple rows and columns.&amp;nbsp; You can put a heading for each column, like name, time, device, in/out.&amp;nbsp; As the barcode is scanned, an entry can be placed into the table using Labview alone.&amp;nbsp; You could also create routines to search the table and display results and such.&amp;nbsp; However, I would recommend using a real database and learning the database toolset, especially since your table will get quite large over time.&amp;nbsp; Let us know if you need more help.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Sep 2005 19:52:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265044#M141801</guid>
      <dc:creator>tbob</dc:creator>
      <dc:date>2005-09-09T19:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265164#M141871</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;One important thing to consider is that getting (buying!) the database connectivity from NI will not keep you from having to learn about SQL or databases. In fact I'm not sure you would want to avoid learning about SQL. Test engineers have always needed&amp;nbsp;to know about DAQ, GPIB, file IO&amp;nbsp;and a bunch of other stuff. Well today you're going to have to learn about databases too...&lt;/P&gt;
&lt;P&gt;Attached an (ever-evolving) collection of things that I am writing and putting together to demonstrate database connectivity and help point folks in the right direction.&lt;/P&gt;
&lt;P&gt;Mike...&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2005 13:17:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265164#M141871</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2005-09-10T13:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265192#M141887</link>
      <description>&lt;P&gt;I like that idea, Mike (although I couldn't open the 7.1 VIs).&lt;/P&gt;
&lt;P&gt;One point is that even though schlep is now spelled correctly, the last line of the first paragraph still states that we want to prevent decoupling.&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 10 Sep 2005 18:41:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265192#M141887</guid>
      <dc:creator>tst</dc:creator>
      <dc:date>2005-09-10T18:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Control Solutions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265218#M141908</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Yes. Thanks tst (Wile E, Al, Lucy, etc...)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;The last sentence of the first paragraph &lt;EM&gt;&lt;STRONG&gt;should&lt;/STRONG&gt; &lt;/EM&gt;read:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT color="#000000"&gt;This comment, in turn, brought up the whole issue of close coupling between components—and how to prevent it."&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT face="Arial" color="#000000" size="2"&gt;Mike..&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2005 01:14:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Inventory-Control-Solutions/m-p/265218#M141908</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2005-09-11T01:14:43Z</dc:date>
    </item>
  </channel>
</rss>

