<?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: LV Picture Control in BreakPoint</title>
    <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/223611#M576</link>
    <description>This thread discuss an issue with inserting an clipping an image and inserting it into another picture.&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=123933&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ben</description>
    <pubDate>Thu, 02 Jun 2005 12:55:55 GMT</pubDate>
    <dc:creator>Ben</dc:creator>
    <dc:date>2005-06-02T12:55:55Z</dc:date>
    <item>
      <title>LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/197962#M14</link>
      <description>This thread can serve for discusion of the LV Picture control and how it can be used or abused.&lt;BR /&gt;&lt;BR /&gt;As mentioned in the "First Message" thread found here&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=BreakPoint&amp;amp;message.id=2&amp;amp;jump=true&lt;BR /&gt;&lt;BR /&gt;(see message from tst and myself)&lt;BR /&gt;&lt;BR /&gt;The LV Picture control is a powerful tool that lets you "break rules" with LV FP's.&lt;BR /&gt;&lt;BR /&gt;Let me first start by thanking Paul Austin, Principal Architect, LabVIEW R&amp;amp;D who invented the picture control and hold the patent on same.&lt;BR /&gt;&lt;BR /&gt;When combined with the event structure and an "invoke node &amp;gt;&amp;gt;&amp;gt; Get image" virtual controls can be realized.&lt;BR /&gt;&lt;BR /&gt;Notes:&lt;BR /&gt;1) If you have a control that can only take on a limited number of states (green, red) you can get the image at start-up time and just insetert the appropriate image when required.&lt;BR /&gt;&lt;BR /&gt;2) A controls "bounds" will define the "sweet spot" for the control once you correct ofr it location in the picture.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Sat, 26 Mar 2005 19:41:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/197962#M14</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-03-26T19:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/197971#M16</link>
      <description>I've used the picture control to make a few custom controls that were not possible with the standard controls by just customizing them.&lt;BR /&gt;&lt;BR /&gt;The attached library is a fancy demo version of a slider I needed several years ago. The slider needed to act more like a potentiometer and output values that were in between the current value and the selected value. The standard slider will jump directly from the current value to the selected value with nothing in between. This caused a problem for the controller we were sending the values to.&lt;BR /&gt;&lt;BR /&gt;So I came up with a slider using the picture control and some code to ramp the value up and down. I then made this demo version just to see how far I could take it. It adds settable min/max range and displays the scale, the ability to have the slider return to center/min/max when the mouse is released or stay put and you can change the displayed colors.&lt;BR /&gt;&lt;BR /&gt;This was written (and saved) in 6.0.2, but runs fine in anything higher than that.&lt;BR /&gt;&lt;BR /&gt;Ed</description>
      <pubDate>Sat, 26 Mar 2005 22:37:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/197971#M16</guid>
      <dc:creator>EdDickens</dc:creator>
      <dc:date>2005-03-26T22:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/198299#M55</link>
      <description>Hi Ed,&lt;BR /&gt;&lt;BR /&gt;I like this example!&lt;BR /&gt;&lt;BR /&gt;Molly found the original thread where JP suggested using an invoke node to get an image that is latter inserted were required.&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=24151&lt;BR /&gt;&lt;BR /&gt;His example is something that blew me away when I first saw it and realized that this saves me a lot of work.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 28 Mar 2005 22:19:57 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/198299#M55</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-03-28T22:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/204320#M236</link>
      <description>Just for the record (and to help future browsing), I have posted an example that uses the picture control to move a bunch of booleans around in a "random walk" manner in this thread. The example is "Obfuse_Picture".&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=BreakPoint&amp;amp;message.id=5&amp;amp;jump=true&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 13 Apr 2005 12:26:42 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/204320#M236</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-04-13T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209438#M290</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;How is the hierarchy tool coming along.  Did you solve the complexities of using the picture controls?&lt;BR /&gt;&lt;BR /&gt;BJD1613</description>
      <pubDate>Tue, 26 Apr 2005 12:18:35 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209438#M290</guid>
      <dc:creator>BJD1613</dc:creator>
      <dc:date>2005-04-26T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209446#M292</link>
      <description>Hi BJD,&lt;BR /&gt;&lt;BR /&gt;That is secret!&lt;BR /&gt;&lt;BR /&gt;It's nice to know you are well enough to prowl the Exchange.&lt;BR /&gt;&lt;BR /&gt;Watch the Model railroad thread for an update this evening.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 26 Apr 2005 12:33:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209446#M292</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-04-26T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209753#M293</link>
      <description>Hummmm...&lt;BR /&gt;To prowl...&lt;BR /&gt;That's again a word I ignored before. I'll add it to tst's "disgruntled" to start a nice collection. If any of you want to improve his French, just to maintain some symetry in the exchange, don't hesitate...&lt;BR /&gt;&lt;BR /&gt;CC</description>
      <pubDate>Tue, 26 Apr 2005 20:32:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209753#M293</guid>
      <dc:creator>chilly_charly</dc:creator>
      <dc:date>2005-04-26T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209971#M297</link>
      <description>I think Parose is a better word... not prowl.  I am sure that it is probably close to being done so someday I will have to see it!!!  Take care.  &lt;BR /&gt;&lt;BR /&gt;BJD</description>
      <pubDate>Wed, 27 Apr 2005 11:57:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209971#M297</guid>
      <dc:creator>BJD1613</dc:creator>
      <dc:date>2005-04-27T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209976#M298</link>
      <description>OK BJD.&lt;BR /&gt;&lt;BR /&gt;Nagging is good. I will get back to that project soon. The math was just starting to make my eyes cross, so I switched to something easier, i.e. the the 3-d railroad.&lt;BR /&gt;&lt;BR /&gt;please look here&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=BreakPoint&amp;amp;message.id=296#M296&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 27 Apr 2005 12:04:36 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/209976#M298</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-04-27T12:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/214238#M362</link>
      <description>The below link is to a discussion of the performance of guage controls with digital indicators.&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=120315#M120315&lt;BR /&gt;&lt;BR /&gt;In it PJM posted a concept VI that uses a picture control to give the impresion that a guage is on the FP.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 10 May 2005 12:16:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/214238#M362</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-05-10T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/223611#M576</link>
      <description>This thread discuss an issue with inserting an clipping an image and inserting it into another picture.&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=123933&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 02 Jun 2005 12:55:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/223611#M576</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-06-02T12:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230344#M745</link>
      <description>This thread&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=126540#M126540&lt;BR /&gt;&lt;BR /&gt;discusses methods of combining images and blending the colors of over-lapping images.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Sat, 18 Jun 2005 14:21:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230344#M745</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-06-18T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230350#M747</link>
      <description>&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=111184#M111184" target="_blank"&gt;Here's&lt;/A&gt; a thread from mid March 2005 where I made a simple example on how to use a picture control to make a &lt;B&gt;2D Vector plot&lt;/B&gt; (Matlab calls them Quiver plots, other names are Arrow- or Porcupine plots :))&lt;BR /&gt;&lt;BR /&gt;These are quite useful e.g. in fluid mechanics, etc.&lt;BR /&gt;&lt;BR /&gt;I am sure the demo VI could be made in a nice package that does automatic scaling, adds axes, etc. (LabVIEW could actually use something similar as a standard built-in plot type.) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Sat, 18 Jun 2005 15:55:35 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230350#M747</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-06-18T15:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230351#M748</link>
      <description>Just for kicks, I made a little demo that rotates an image in a picture indicator. (...and no, the depicted vase is not for sale ;))&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.ni.com/attachments/ni/BreakPoint/748/1/RotateVase.PNG" /&gt;&lt;P&gt;Message Edited by altenbach on &lt;SPAN class="date_text"&gt;06-18-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;09:12 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2005 16:11:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230351#M748</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-06-18T16:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230646#M758</link>
      <description>In this thread&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=126863&lt;BR /&gt;&lt;BR /&gt;Unclebump posted an example that uses a picture control to represent a dart board.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 20 Jun 2005 15:40:06 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/230646#M758</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-06-20T15:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/242116#M883</link>
      <description>&lt;P&gt;Is there any way of getting the device context of the picture control, I have been trying for a while of getting a DC and being able to link it to openGL to allow for a full wrapper of the OPENGL32 and GLU dlls in labview.&amp;nbsp; I understand that Labview 7.1 has added a 3d control but has left 7.0 users in the dust with no support.&amp;nbsp; I want to make a viewport object for rendering opengl graphics with some events also tied to the object.&amp;nbsp; I dont want to reinvent the wheel or start a project that I cant handle but would love to join any similar open source efforts if one exists.&amp;nbsp; Full opengl support in labview would allow for unpreserved visual experiences in labview and push it even more towards a main-stream&amp;nbsp;general programming language.&amp;nbsp; (I am not a ogl guru but have dabbled in it enough with c++ to get started on a project).&amp;nbsp; I have seen Ben's posts many times on graphic related issues maybe you know of the current state of 3-d graphics in labview.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Jul 2005 15:24:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/242116#M883</guid>
      <dc:creator>falkpl</dc:creator>
      <dc:date>2005-07-15T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/245172#M898</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi Altenbach,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you save this rotating picture as 7.0 format??&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2005 16:31:23 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/245172#M898</guid>
      <dc:creator>unclebump</dc:creator>
      <dc:date>2005-07-22T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/245191#M899</link>
      <description>&lt;P&gt;This thread uses the picture control to develop a guage with a moving scale.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=132507&amp;amp;a#M132507" target="_blank"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=132507&amp;amp;a#M132507&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Nice work Uncle!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is Christians rotating vase example saved as LV 7.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 Jul 2005 16:51:30 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/245191#M899</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-07-22T16:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/266071#M1180</link>
      <description>&lt;P&gt;In this thread&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=142237&amp;amp;a#M142237" target="_blank"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=142237&amp;amp;a#M142237&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Sheldon Stokes shares his LV version of tetris which uses the Pciture control to implement the game screen.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Nice work Sheldon!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Ben&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Sep 2005 13:22:57 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/266071#M1180</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-09-13T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: LV Picture Control</title>
      <link>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/266138#M1181</link>
      <description>&lt;DIV&gt;Hi Ben,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I might have some time in the next couple of weeks, think I should take the dartboard picture control and make LabDarts??&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Sep 2005 14:49:51 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/LV-Picture-Control/m-p/266138#M1181</guid>
      <dc:creator>unclebump</dc:creator>
      <dc:date>2005-09-13T14:49:51Z</dc:date>
    </item>
  </channel>
</rss>

