<?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 Weird Problem in LabVIEW with Vision in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1071511#M474792</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with my LabVIEW program which runs with Vision. I'm sorry if I appear vague, I work for a government company and am limited by what I can disclose. I'm not really looking for specifics at this time, just any fundamentals that could be causing my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, in essence, my program has a constant video feed from a camera, and a device which is being switched via parallel port. When the parallel device is switched, the camera settings change (there are two sets of settings, if you see what I mean - one for when the parallel is On, another for when the parallel is Off).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I'm having is, that when the parallel device is off, the image is fine. When the parallel device is turned on, the image feed becomes&amp;nbsp;very grainy. I can see no logical reason for this - nothing is changing from the light source, and I've set both sets of settings to be identical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone suggest what could be causing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2010 16:05:19 GMT</pubDate>
    <dc:creator>dpg1</dc:creator>
    <dc:date>2010-02-12T16:05:19Z</dc:date>
    <item>
      <title>Weird Problem in LabVIEW with Vision</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1071511#M474792</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with my LabVIEW program which runs with Vision. I'm sorry if I appear vague, I work for a government company and am limited by what I can disclose. I'm not really looking for specifics at this time, just any fundamentals that could be causing my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, in essence, my program has a constant video feed from a camera, and a device which is being switched via parallel port. When the parallel device is switched, the camera settings change (there are two sets of settings, if you see what I mean - one for when the parallel is On, another for when the parallel is Off).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I'm having is, that when the parallel device is off, the image is fine. When the parallel device is turned on, the image feed becomes&amp;nbsp;very grainy. I can see no logical reason for this - nothing is changing from the light source, and I've set both sets of settings to be identical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone suggest what could be causing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2010 16:05:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1071511#M474792</guid>
      <dc:creator>dpg1</dc:creator>
      <dc:date>2010-02-12T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Problem in LabVIEW with Vision</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1071628#M474849</link>
      <description>&lt;P&gt;Without knowing more about the hardware, I would suggest putting breakpoints in the code where any camera settings could be changed.&amp;nbsp; Just to see if any of that code is unknowingly being executed when the switch happens. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Beyond that, I suppose noise feedback on your parallel port could effect something.&amp;nbsp; Might try viewing the video directly and activating your parallel port.&amp;nbsp; This would at least tell you if the problem was outside of LabVIEW. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&amp;nbsp; &lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by pallen on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 02-12-2010&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 01:38 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Feb 2010 18:38:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1071628#M474849</guid>
      <dc:creator>pallen</dc:creator>
      <dc:date>2010-02-12T18:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Problem in LabVIEW with Vision</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1072250#M475178</link>
      <description>Argh the solution was so simple! All I had to do was remove the sub VI (something wrong with that), rebuild it and rewire. Removing the sub VI was fine, as was the rebuilding - I forgot to rewire one terminal to the tunnel - Incredibly annoying - I spent about 4 hours trawling through my ugly and massive code to try and find a problem, and it was a missing wire all along!!!&lt;BR /&gt;&lt;BR /&gt;Thanks for the help anyway!</description>
      <pubDate>Mon, 15 Feb 2010 12:18:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Weird-Problem-in-LabVIEW-with-Vision/m-p/1072250#M475178</guid>
      <dc:creator>dpg1</dc:creator>
      <dc:date>2010-02-15T12:18:49Z</dc:date>
    </item>
  </channel>
</rss>

