<?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: printer surveillance in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079654#M478144</link>
    <description>&lt;P&gt;What do you mean by "upload and image" and "align it"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as "sending a file" to the printer, please do a search, as this question has been asked many times. You could, for instance, load the image into a picture control and then simply print the front panel.&amp;nbsp; &lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2010 22:33:34 GMT</pubDate>
    <dc:creator>smercurio_fc</dc:creator>
    <dc:date>2010-02-25T22:33:34Z</dc:date>
    <item>
      <title>printer surveillance</title>
      <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079196#M477989</link>
      <description>&lt;P&gt;printer surveillance , how could i print then observe what is happening during printing process , like what percentage has been convered , Estimated printer time , percentage of colors , etc ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 15:20:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079196#M477989</guid>
      <dc:creator>B4S3M</dc:creator>
      <dc:date>2010-02-25T15:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: printer surveillance</title>
      <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079286#M478014</link>
      <description>&lt;P&gt;First you will need to be using a printer who's driver actually provides that information. If that is available, then you may be able to read those values from a API call to the operating system. There isn't anything in LabVIEW that does that directly and if the printer's driver doesn't provide the information to the OS then there isn't any way that I can think of to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 16:29:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079286#M478014</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2010-02-25T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: printer surveillance</title>
      <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079315#M478024</link>
      <description>Some printers have built-in web servers that provide this information. If yours is one that does then you can get this information that way. You could use http or I think DataSocket should work just as well.</description>
      <pubDate>Thu, 25 Feb 2010 16:49:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079315#M478024</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-02-25T16:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: printer surveillance</title>
      <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079641#M478134</link>
      <description>okay , i have another question , i now know how to upload an image to the Labview and allign it , i need to know how to have a print out of that picture through labview , i mean can i send a printing command to printer through the software ( labview ) , and will it respond to that ?</description>
      <pubDate>Thu, 25 Feb 2010 22:26:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079641#M478134</guid>
      <dc:creator>B4S3M</dc:creator>
      <dc:date>2010-02-25T22:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: printer surveillance</title>
      <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079654#M478144</link>
      <description>&lt;P&gt;What do you mean by "upload and image" and "align it"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as "sending a file" to the printer, please do a search, as this question has been asked many times. You could, for instance, load the image into a picture control and then simply print the front panel.&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 22:33:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1079654#M478144</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-02-25T22:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: printer surveillance</title>
      <link>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1080316#M478401</link>
      <description>&lt;P&gt;Here is an example that uses the .NET framework in LabVIEW to read and manipulate the print jobs. You may be able to use a similar interface to do what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://decibel.ni.com/content/docs/DOC-9606" target="_self"&gt;Programmatically Purge All Print Jobs on Local Printers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Hunter &lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2010 18:25:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/printer-surveillance/m-p/1080316#M478401</guid>
      <dc:creator>Hueter</dc:creator>
      <dc:date>2010-02-26T18:25:10Z</dc:date>
    </item>
  </channel>
</rss>

