<?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 Place components on a circumference in EAGLE Forum</title>
    <link>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7511571#M31823</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a lot of leds to placment on a circle (about 50). There's an automatic disposition?&lt;BR /&gt;In attached an example(14 leds).&lt;/P&gt;&lt;P&gt;PS I will wish to use maximun precision(0.01). At times the space is very very small&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2017 14:10:33 GMT</pubDate>
    <dc:creator>CarloTentelli9165</dc:creator>
    <dc:date>2017-11-02T14:10:33Z</dc:date>
    <item>
      <title>Place components on a circumference</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7511571#M31823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a lot of leds to placment on a circle (about 50). There's an automatic disposition?&lt;BR /&gt;In attached an example(14 leds).&lt;/P&gt;&lt;P&gt;PS I will wish to use maximun precision(0.01). At times the space is very very small&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:10:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7511571#M31823</guid>
      <dc:creator>CarloTentelli9165</dc:creator>
      <dc:date>2017-11-02T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Place components on a circumference</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7511787#M31824</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the command line and polar coordinates to place your LED's in a circle without too much effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all you want to set a mark point at the centre of where the circle will be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;MARK (x y);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you move your LED's first to the mark and then to their correct location as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;MOVE LED1 (R 0 0); MOVE LED1 (P radiusVal angle);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where radiusVal is the radius of the circle (clearly!) and angle is incremented for each LED in the circle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So lets say I want to place 12 LED's, LED1 through LED12 in a 30mm radius centred at 50mm x 75mm on the board. 360/12 = 30.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;GRID MM; MARK (50 75);
MOVE LED1  (R 0 0); MOVE LED1  (P 30 0);
MOVE LED2  (R 0 0); MOVE LED2  (P 30 30);
MOVE LED3  (R 0 0); MOVE LED3  (P 30 60);
MOVE LED4  (R 0 0); MOVE LED4  (P 30 90);
MOVE LED5  (R 0 0); MOVE LED5  (P 30 120);
MOVE LED6  (R 0 0); MOVE LED6  (P 30 150);
MOVE LED7  (R 0 0); MOVE LED7  (P 30 180);
MOVE LED8  (R 0 0); MOVE LED8  (P 30 210);
MOVE LED9  (R 0 0); MOVE LED9  (P 30 240);
MOVE LED10 (R 0 0); MOVE LED10 (P 30 270);
MOVE LED11 (R 0 0); MOVE LED11 (P 30 300);
MOVE LED12 (R 0 0); MOVE LED12 (P 30 330);
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rachael&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:51:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7511787#M31824</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2017-11-02T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Place components on a circumference</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7512146#M31825</link>
      <description>&lt;P&gt;There is also a ulp that automates what Rachael posted. The ulp is called component-array.ulp, written by Jorge. It works for placing rectangular and circular arrays.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="component-array.ulp" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/421016i8B1C0DD331EF19B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="LED Component-Array.ulp.png" alt="component-array.ulp" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;component-array.ulp&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="After running circular" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/421017iE2FB090DAEFDC3C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="LED Circular Component-Array.ulp.png" alt="After running circular" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;After running circular&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 16:04:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7512146#M31825</guid>
      <dc:creator>C.Nicks</dc:creator>
      <dc:date>2017-11-02T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Place components on a circumference</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7512312#M31826</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476306"&gt;@C.Nicks&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;There is also a ulp that automates what Rachael posted. The ulp is called component-array.ulp, written by Jorge. It works for placing rectangular and circular arrays.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Oh very cool! I didn't know about that one. I was just about to write something similar to automate it&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was thinking it would be good to able to use the components in a group as the basis for the array placement or specify them with a string such as LED1-4,LED11-14,LED21-24 and internally it work out what that means so you don't have to type every single one in. Maybe I could add something like this to my moveTools.ulp?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Rachael&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 16:39:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/place-components-on-a-circumference/m-p/7512312#M31826</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2017-11-02T16:39:20Z</dc:date>
    </item>
  </channel>
</rss>

