<?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: Reuleaux triangle in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010701#M861237</link>
    <description>&lt;P&gt;Hi Davide,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;apply&amp;nbsp;&lt;A href="http://en.wikipedia.org/wiki/Triangle#Computing_the_sides_and_angles" target="_blank" rel="noopener"&gt;some basic math&lt;/A&gt; to calc the corner coordinates from your R value…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 2D picture indicator is &lt;A href="https://www.ni.com/docs/en-US/bundle/labview/page/using-the-2d-picture-control.html" target="_blank" rel="noopener"&gt;explained in the LabVIEW help&lt;/A&gt;!&lt;/P&gt;</description>
    <pubDate>Sun, 04 May 2025 22:59:37 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2025-05-04T22:59:37Z</dc:date>
    <item>
      <title>Reuleaux triangle</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010629#M861221</link>
      <description>&lt;P&gt;Dear forum experts,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to draw a Reuleaux triangle (non-obvious constant width curve) using Labview, like the one in the attached somatochart file.&lt;/P&gt;
&lt;P&gt;The program will be used in an anthropometry laboratory to indentify the somatotype (endomorph, ectomorph or mesomorph) of individuals.&lt;/P&gt;
&lt;P&gt;Can you give mer any suggestions?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Davide&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 08:04:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010629#M861221</guid>
      <dc:creator>DavideB</dc:creator>
      <dc:date>2014-10-01T08:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reuleaux triangle</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010651#M861224</link>
      <description>&lt;P&gt;Hi Davide,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use a XY graph and draw your curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What exactly is the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 08:38:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010651#M861224</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2014-10-01T08:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reuleaux triangle</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010679#M861232</link>
      <description>&lt;P&gt;Dear Gerd,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand I am missing something... but the triangle is an area, not a function.&amp;nbsp;The total area is 0.5(pi-sqrt(3))R&lt;SPAN style="font-size: 10pt; line-height: 12.8000001907349px;"&gt;^2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;R is the constant radius of the three intersecting circles.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Actually, I have no clue where to begin from...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Davide&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 09:13:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010679#M861232</guid>
      <dc:creator>DavideB</dc:creator>
      <dc:date>2014-10-01T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reuleaux triangle</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010687#M861235</link>
      <description>&lt;P&gt;Hi Davide,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you need to know the inner triangle. Once you know its corner points you can draw arcs (or better: calculate XY points for a plot). It looks like simple geometry math! &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I looked at Wikipedia and I can also suggest to use a 2d picture indicator for your Releaux triangle plot. Here you could use draw functions directly instead of calculating points in a XY graph…&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 09:20:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010687#M861235</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2014-10-01T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reuleaux triangle</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010693#M861236</link>
      <description>&lt;P&gt;Thanks Gerd,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the inner triangle is equilateral, the side being R.&lt;/P&gt;
&lt;P&gt;What is a 2d picture indicator?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Davide&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 09:24:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010693#M861236</guid>
      <dc:creator>DavideB</dc:creator>
      <dc:date>2014-10-01T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reuleaux triangle</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010701#M861237</link>
      <description>&lt;P&gt;Hi Davide,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;apply&amp;nbsp;&lt;A href="http://en.wikipedia.org/wiki/Triangle#Computing_the_sides_and_angles" target="_blank" rel="noopener"&gt;some basic math&lt;/A&gt; to calc the corner coordinates from your R value…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 2D picture indicator is &lt;A href="https://www.ni.com/docs/en-US/bundle/labview/page/using-the-2d-picture-control.html" target="_blank" rel="noopener"&gt;explained in the LabVIEW help&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 22:59:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Reuleaux-triangle/m-p/3010701#M861237</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2025-05-04T22:59:37Z</dc:date>
    </item>
  </channel>
</rss>

