<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>PCB Libraries Forum : Import to CircuitStudio</title>
  <link>https://www.PCBLibraries.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; PCB Libraries Forum : CircuitStudio : Import to CircuitStudio]]></description>
  <pubDate>Fri, 17 Apr 2026 02:34:31 +0000</pubDate>
  <lastBuildDate>Fri, 03 Jan 2020 01:59:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.PCBLibraries.com/forum/RSS_post_feed.asp?TID=2335</WebWizForums:feedURL>
  <image>
   <title><![CDATA[PCB Libraries Forum]]></title>
   <url>https://www.PCBLibraries.com/forum/forum_images/PCBLForumLogo.gif</url>
   <link>https://www.PCBLibraries.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[Import to CircuitStudio :  During the export PCBL has an...]]></title>
   <link>https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post10557.html#10557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=12428">toshas</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 03 Jan 2020 at 1:59am<br /><br />During the export PCBL has an option "Target Library".<div>&nbsp;</div>If this option is set to "Create New" - no script modification&nbsp;is needed at all.]]>
   </description>
   <pubDate>Fri, 03 Jan 2020 01:59:47 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post10557.html#10557</guid>
  </item> 
  <item>
   <title><![CDATA[Import to CircuitStudio :  After fresh CS start you can...]]></title>
   <link>https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post10553.html#10553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=12428">toshas</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 01 Jan 2020 at 10:55am<br /><br />After fresh CS start you can get an error message:<div>&nbsp;</div><div>"No PCBServer present. This script inserts a footprint into an existing PCB Library that has the current focus."</div><div>&nbsp;</div><div>In this case just create/open and close&nbsp;any *.pcblib or *.cspcbdoc file.</div>]]>
   </description>
   <pubDate>Wed, 01 Jan 2020 10:55:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post10553.html#10553</guid>
  </item> 
  <item>
   <title><![CDATA[Import to CircuitStudio :  Parts exported from PCBL for...]]></title>
   <link>https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post10552.html#10552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=12428">toshas</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 01 Jan 2020 at 10:35am<br /><br />Parts exported from PCBL for AD can be imported in CS (1.5.1).<div>Just edit exported *.pas file as follows:</div><div>&nbsp;</div><div>Procedure CreateAPCBLibrary(Zero : integer);<br>Var<br>&nbsp;&nbsp;&nbsp; View&nbsp;&nbsp;&nbsp;&nbsp; : IServerDocumentView;<br>&nbsp;&nbsp;&nbsp; Document : IServerDocument;<br><font color="#009900">&nbsp;&nbsp;&nbsp; <em>///my edit starts here</em><br>&nbsp;&nbsp;&nbsp; Kind&nbsp;&nbsp;&nbsp;&nbsp; : TDynamicString;<br>&nbsp;&nbsp;&nbsp; <em>///my edit ends here</em></font><br>Begin<br>&nbsp;&nbsp;&nbsp; If PCBServer = Nil Then<br>&nbsp;&nbsp;&nbsp; Begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage('No PCBServer present. This script inserts a footprint into an existing PCB Library that has the current focus.');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit;<br>&nbsp;&nbsp;&nbsp; End;<br><font color="#009900">&nbsp;&nbsp;&nbsp; <em>///my edit starts here</em><br>&nbsp;&nbsp;&nbsp; Kind := 'PCBLib';<br>&nbsp;&nbsp;&nbsp; Document := CreateNewDocumentFromDocumentKind(Kind);<br>&nbsp;&nbsp;&nbsp; <em>///my edit ends here</em></font><br>&nbsp;&nbsp;&nbsp; CurrentLib := PcbServer.GetCurrentPCBLibrary;<br>&nbsp;&nbsp;&nbsp; If CurrentLib = Nil Then<br>&nbsp;&nbsp;&nbsp; Begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage('You must have focus on a PCB Library in order for this script to run.');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit;</div><div>&nbsp;</div><div>&nbsp;</div><div>Then in CS open document *.prjscr , double-click on *.pas, type "run" (without quotes)&nbsp;in search field and press enter.</div><div>New library file (*.PcbLib) will be created and new part will be indserted into it. 3D model will be added too.</div>]]>
   </description>
   <pubDate>Wed, 01 Jan 2020 10:35:04 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post10552.html#10552</guid>
  </item> 
  <item>
   <title><![CDATA[Import to CircuitStudio :  Hi! I&amp;#039;m able to provide...]]></title>
   <link>https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post9624.html#9624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=12428">toshas</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 13 May 2018 at 11:30am<br /><br />Hi! <div>&nbsp;</div><div>I'm able to provide any additional info if it would help.</div><div>&nbsp;</div><div>Thanks!</div>]]>
   </description>
   <pubDate>Sun, 13 May 2018 11:30:04 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post9624.html#9624</guid>
  </item> 
  <item>
   <title><![CDATA[Import to CircuitStudio : In my experience, you need to...]]></title>
   <link>https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post9621.html#9621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=13011">lead_free</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 09 May 2018 at 8:15am<br /><br /><div>In my experience, you need to manually add the step file as it isn't added by default.&nbsp;</div><div><br></div><div>However, exporting from PCB with the Altium Nexus settings and then open and run the script in CS seems to automatically load both the footprint and the 3d model.&nbsp;</div><div><br></div><div>I've also found that the CS export/import seems to end up with surface mount pads as "multi-layer" and one of the footprint outlines (sorry, can't remember which one) ended up as a bottom layer, not top. This doesn't happen with the Altium Designner/Nexus export/script run method.&nbsp;</div><div><br></div><div>The only problem is that scripts aren't officially supported in CS (but you can still run them via the search field at the top right).</div>]]>
   </description>
   <pubDate>Wed, 09 May 2018 08:15:39 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post9621.html#9621</guid>
  </item> 
  <item>
   <title><![CDATA[Import to CircuitStudio : Hi!Could you explain export/import...]]></title>
   <link>https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post9614.html#9614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=12428">toshas</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 04 May 2018 at 5:32am<br /><br /><p>Hi!</p><p>Could you explain export/import procedure for CircuitStudio ?</p><p>1) During export as "ASCII" and import to CS footprint was generated in PCB file (PCBDoc), not in Library file(PCBLib). 3d model was not added to footprint.<br>2) During export as "Part and Decal" Library file (PCBLib)&nbsp;was created as expected. But 3d model was not added to footprint too(.step file was generated).</p><div>CS version is 1.4.1</div><p><br>Thanks!</p>]]>
   </description>
   <pubDate>Fri, 04 May 2018 05:32:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/import-to-circuitstudio_topic2335_post9614.html#9614</guid>
  </item> 
 </channel>
</rss>