<?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: Enter text in Eagle script in EAGLE Forum</title>
    <link>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941530#M3666</link>
    <description>&lt;P&gt;Read the help on "command syntax".&lt;/P&gt;
&lt;P&gt;The landing point of the text can be specified in a SCR with a coordinate pair as part of the TEXT command. The cordinates are treated as equivalent to a mouse click at that location. This is true of all commands that normally have mouse clicks to progress or complete them.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 09:51:44 GMT</pubDate>
    <dc:creator>one-of-the-robs</dc:creator>
    <dc:date>2022-02-10T09:51:44Z</dc:date>
    <item>
      <title>Enter text in Eagle script</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941335#M3663</link>
      <description>&lt;P&gt;Hello, I want to customize my silkscreen with some text generated within an Eagle script. How do I do that? Thank you, Carlos&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 08:29:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941335#M3663</guid>
      <dc:creator>delcacho</dc:creator>
      <dc:date>2022-02-10T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enter text in Eagle script</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941388#M3664</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11954619"&gt;@delcacho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I want to customize my silkscreen with some text generated within an Eagle script. How do I do that? Thank you, Carlos&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Script or ULP?&lt;/P&gt;
&lt;P&gt;A script is a list of Eagle commands with virtual mouse events. It's directly equivalent to carrying out a sequence of normal user interactions, and thus is quite capable of placing text on the tPlace layer to get it on the silk screen. However, it's a dumb "batch" operation with no programming capabilities.&lt;/P&gt;
&lt;P&gt;A User Language Program is a (fairly) fully capable programming language that has read access to much of your design data. It can process information about the board and thus decide what the text should be and where it should be located. However, it only has read access and therefore cannot actually place the text.&lt;/P&gt;
&lt;P&gt;If you want a ULP to make changes to your design, such as placing some text, then the standard workaround is to write a ULP that works out all the steps needed then writes them to a SCR file which it then executes on exit.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 08:51:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941388#M3664</guid>
      <dc:creator>one-of-the-robs</dc:creator>
      <dc:date>2022-02-10T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enter text in Eagle script</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941458#M3665</link>
      <description>&lt;P&gt;Right now I am using an SCR file. Is there a way to specify the landing point of the TEXT command without pointing with the mouse? If not, I may have to move to ULP, I guess&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 09:23:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941458#M3665</guid>
      <dc:creator>delcacho</dc:creator>
      <dc:date>2022-02-10T09:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enter text in Eagle script</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941530#M3666</link>
      <description>&lt;P&gt;Read the help on "command syntax".&lt;/P&gt;
&lt;P&gt;The landing point of the text can be specified in a SCR with a coordinate pair as part of the TEXT command. The cordinates are treated as equivalent to a mouse click at that location. This is true of all commands that normally have mouse clicks to progress or complete them.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 09:51:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/enter-text-in-eagle-script/m-p/10941530#M3666</guid>
      <dc:creator>one-of-the-robs</dc:creator>
      <dc:date>2022-02-10T09:51:44Z</dc:date>
    </item>
  </channel>
</rss>

