<?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: Interactive BOM For Eagle in EAGLE Forum</title>
    <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294414#M22183</link>
    <description>&lt;P&gt;Also I just noticed that the value field seems to be filled with the device name rather than it's value and the footprint field is replicating the reference designator.&lt;/P&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>Wed, 26 Sep 2018 15:02:20 GMT</pubDate>
    <dc:creator>rachaelATWH4</dc:creator>
    <dc:date>2018-09-26T15:02:20Z</dc:date>
    <item>
      <title>Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8291710#M22180</link>
      <description>&lt;P&gt;I ported the &lt;A href="https://github.com/openscopeproject/InteractiveHtmlBom" target="_blank"&gt;Interactive BOM&lt;/A&gt; plugin for KiCAD to &lt;A href="https://github.com/oceanofthelost/InteractiveBOM" target="_blank"&gt;EagleCAD&lt;/A&gt;.&amp;nbsp; A demo of the plugin working for KiCAD is &lt;A href="https://openscopeproject.org/InteractiveHtmlBomDemo/" target="_blank"&gt;here&lt;/A&gt;. I'm currently looking at getting some feedback on my port to EagleCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To use the plugin, run the ibom.ulp within your board file. This will result in a 'pcbdata.json' file being generated. It will be placed in the same folder as your pcb file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy this file to be in the same folder as the following files&lt;/P&gt;&lt;P&gt;1) ibom.html&lt;/P&gt;&lt;P&gt;2) index.css&lt;/P&gt;&lt;P&gt;3) index.js&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then double click on ibom.html to start the application. This will open your web browser with interact BOM being the focused window.&lt;/P&gt;&lt;P&gt;Its a little rough around the edges in some places, but im working on fixing those (support for rectangle types, bounding box on selected parts sizing). If there are issues feel free to leave comments here or to report errors on my fork of the project on github.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 17:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8291710#M22180</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-09-25T17:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8291780#M22181</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Thanks for posting this. I've never used the KiCad plugin, but so far this is looking like a very handy tool. I've included a little feedback from first impressions. I especially like the interactive viewer and dark mode.&lt;BR /&gt;&lt;BR /&gt;First run notes:&lt;BR /&gt;- pcb data file is placed in project folder if project is open.&lt;BR /&gt;- Value field is showing the package footprint and the footprint is showing the reference designator (see screenshot).&lt;BR /&gt;&lt;BR /&gt;Suggestions:&lt;BR /&gt;- Add folder picker for output location&lt;BR /&gt;- Add options for addition fields, similar to the checkboxes (example, I use MFPN for part number selection)&lt;BR /&gt;- Add exclude attribute option to exclude certain parts (documentation frames, notes, mounting locations, etc)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I use an attribute called BOM and if the value is set to EXCLUDE it keeps it out of my usual outputs.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 18:09:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8291780#M22181</guid>
      <dc:creator>C.Nicks</dc:creator>
      <dc:date>2018-09-25T18:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294373#M22182</link>
      <description>&lt;P&gt;Hiya,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice work! I was impressed with that plugin when I first saw the KiCAD version announced on an EEVBlog thread. I've just tried your EAGLE port and it's definitely a useful tool with a lot of promise&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'm in agreement with&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476306"&gt;@C.Nicks&lt;/a&gt;&amp;nbsp;in his suggestions. Having the ability to customize the attributes it shows would be extremely beneficial, as well as the ability to exclude certain items from the BOM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One&amp;nbsp;more thing I thought would be excellent would be if you could select a consolidated BOM view which grouped identical parts (maybe on a specified column(s)) and give a total quantity for each and then give the ability to export that to csv, ods, xlsx, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of bugs I noticed,&amp;nbsp;neither of the filter boxes at the top seem to be working for me. I'm running it on chrome on macOS.&lt;/P&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>Wed, 26 Sep 2018 14:50:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294373#M22182</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2018-09-26T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294414#M22183</link>
      <description>&lt;P&gt;Also I just noticed that the value field seems to be filled with the device name rather than it's value and the footprint field is replicating the reference designator.&lt;/P&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>Wed, 26 Sep 2018 15:02:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294414#M22183</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2018-09-26T15:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294517#M22184</link>
      <description>&lt;P&gt;Thank you for the feedback. I am in the process of fixing the bugs that you and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476306"&gt;@C.Nicks&lt;/a&gt; have found. right now the filtering and the value/footprint are fixed. I's adding in the user specified fields now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ill let everyone know when they are complete.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8294517#M22184</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-09-26T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8295750#M22185</link>
      <description>&lt;P&gt;I have updated Interactive BOM to version &lt;A href="https://github.com/oceanofthelost/InteractiveBOM/tree/master/Release" target="_blank"&gt;V1.1&lt;/A&gt;. All of the files are in a zip file in Github. The steps to use it are the same as before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A summary of the changes&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have added a file picker for where the output file should go.&lt;/LI&gt;&lt;LI&gt;Fixed all fields so they display the correct data&lt;/LI&gt;&lt;LI&gt;Added setting for displaying combined or non combined parts by value&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a few questions that I want to get peoples opinions on.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For removing entries (as per &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476306"&gt;@C.Nicks&lt;/a&gt;), would it make more sense to do this at the Eagle ULP level or at the application level? I am thinking of doing this at the application level and the user specifies in the app settings menu an attribute that to filter the BOM.&lt;/LI&gt;&lt;LI&gt;Does having the revision in the middle of the GUI make sense? Should this be a board attribute?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Having a lot of configurations on the settings tab can become troublesome since they need to be reentered every time. A solution to this would be to have an external config file where a user can put in there defaults. Would adding another file be asking to much from the user?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 02:40:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8295750#M22185</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-09-27T02:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8298274#M22186</link>
      <description>&lt;P&gt;I have addressed all of the comments of both &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476306"&gt;@C.Nicks&lt;/a&gt; and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4391572"&gt;@rachaelATWH4&lt;/a&gt; except for exporting the BOM to an external file. I am calling the release V1.4, and can be found in the Release folder on &lt;A href="https://github.com/oceanofthelost/InteractiveBOM/tree/master/Release" target="_blank"&gt;Github&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone as they use it find bugs or has suggestions for future development let me know and I will add it to the TODO list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 00:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8298274#M22186</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-09-28T00:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8301845#M22187</link>
      <description>&lt;P&gt;This is a great app! Thanks for making it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I showed it to my prototype assembler, the first thing she asked is if she could click on a footprint on the board and have it show up on the BOM. One reason she wants it is because our boards are usually very tight. For this and for IP reasons, we never&amp;nbsp;place part names on the silkscreen layer. Hmmm...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possible in the future?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards -&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 15:31:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8301845#M22187</guid>
      <dc:creator>iquacker</dc:creator>
      <dc:date>2018-09-29T15:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8302341#M22188</link>
      <description>&lt;P&gt;This would actually be pretty cool. I will add the the back and forth ability to the TODO list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 03:40:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8302341#M22188</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-09-30T03:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8317839#M22189</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6432599"&gt;@iquacker&lt;/a&gt;, I implemented the clicking on parts in the schematic to highlight them in the schematic and BOM.&lt;/P&gt;&lt;P&gt;It is release &lt;A href="https://github.com/oceanofthelost/InteractiveBOM/tree/master/Release" target="_blank"&gt;V1.6&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know what you think and if there are any other changes you come up with or problems/issues you discover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 08:49:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8317839#M22189</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-10-07T08:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8318273#M22190</link>
      <description>&lt;P&gt;This is great! Thanks!&lt;/P&gt;&lt;P&gt;I tried my best to fool it or crash it. No issues found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more feature suggestion that might be a bit much to ask for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you get the BOM to group by value? E.g. all parts with the same value on the same line? Then if you click that line, all those parts light up at the same time. And of course, vice versa. If you have the BOM arranged this way and click on any of the parts in a group, they all light up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards -&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 16:49:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8318273#M22190</guid>
      <dc:creator>iquacker</dc:creator>
      <dc:date>2018-10-07T16:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8318332#M22191</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6432599"&gt;@iquacker&lt;/a&gt;, for sorting by value should be within the software. To enable click on the gear icon in the top right. Then check the box for "Combine By Value". This should then combine all elements that are the same value in the BOM, and highlight all of them on the board when selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 17:50:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8318332#M22191</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-10-07T17:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8318367#M22192</link>
      <description>&lt;P&gt;Ha! Perfect!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 18:37:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8318367#M22192</guid>
      <dc:creator>iquacker</dc:creator>
      <dc:date>2018-10-07T18:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8325617#M22193</link>
      <description>&lt;P&gt;Hey &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4892723"&gt;@sdalling&lt;/a&gt;&lt;BR /&gt;That you for all of the updates to this. I'm just now getting around to testing it out again as I have a good use for it while assembly some new test boards.&lt;BR /&gt;There is an issue with 1.6. Nothing is being displayed. I'm running MacOS 10.14 and Eagle 9.2.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 17:34:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8325617#M22193</guid>
      <dc:creator>C.Nicks</dc:creator>
      <dc:date>2018-10-10T17:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8326620#M22194</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476306"&gt;@C.Nicks&lt;/a&gt;, I was looking at this tonight. I&amp;nbsp; was able to get the behavior you described when the newer version of&amp;nbsp; IBOM.html is used with an old version of the ibom.ulp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should of specified that the new version needs to use the updated ULP in my release notes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If switching does no work, what browser are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 04:33:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8326620#M22194</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2018-10-11T04:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8328431#M22195</link>
      <description>Everything was unpacked form the latest 1.6 version.</description>
      <pubDate>Thu, 11 Oct 2018 18:03:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8328431#M22195</guid>
      <dc:creator>C.Nicks</dc:creator>
      <dc:date>2018-10-11T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8666060#M22196</link>
      <description>&lt;P&gt;FYI if you use BOM-EX and its associated DNP and BOM attributes, I've added support for these these to InteractiveBOM (available in &lt;A href="https://github.com/oceanofthelost/InteractiveBOM" target="_blank" rel="noopener"&gt;github&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is also a companion python script to annotate "Customer Ref" part numbers from your parts database. This is necessary because Eagle itself doesn't know anything about the part database.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 14:54:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8666060#M22196</guid>
      <dc:creator>aholtzma</dc:creator>
      <dc:date>2019-03-18T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8667878#M22197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4892723"&gt;@sdalling&lt;/a&gt;, thanks very much for your work on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an issue where it's not rendering my board correctly and also not displaying some of the silkscreen text. See image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using V1.6 on Eagle V9.3.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A couple of improvements for work flow would be&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Being able to edit the attribute fields.&lt;/LI&gt;
&lt;LI&gt;Reordering the attribute headings.&lt;/LI&gt;
&lt;LI&gt;Having the ability to export the BoM would also be highly beneficial.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks and well done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PCB Display Errors.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/615506i9189144139DB302A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PCB Display Errors.png" alt="PCB Display Errors.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:04:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8667878#M22197</guid>
      <dc:creator>JamesLE32J</dc:creator>
      <dc:date>2019-03-19T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8668971#M22198</link>
      <description>&lt;P&gt;This does look like an issue. There are a few things that if you can provide will make troubleshooting this a lot easier.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;Board file that caused the issue or minimum example that can create the issue&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Associated PCB pcbdata.json file&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;Looking at the image I do not know what text is being displayed incorrectly. Could you expand upon this a little bit.&lt;/P&gt;
&lt;P&gt;Ill add the following to Github as feature requests so that I can track them.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;Being able to edit the attribute fields.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Reordering the attribute headings.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Having the ability to export the BOM would also be highly beneficial.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you could answer a few questions that would help me out making sure that I fully understand what you are asking. For 1, you want to be able to edit the attributes for a part within iBOM, and have those changes reflected in the JSON file? For 2, the user should be able to reorganize the headings however they want within iBOM?&lt;/P&gt;
&lt;P&gt;If you would rather send this as a private PM, that is fine or you can respond to this thread.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 15:30:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8668971#M22198</guid>
      <dc:creator>sdalling</dc:creator>
      <dc:date>2019-03-19T15:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive BOM For Eagle</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8670853#M22199</link>
      <description>&lt;P&gt;I have attached a board file with a basic outline shape (can't give you the whole board so I hope that's OK?) and also&amp;nbsp; a modified pcbdata.json file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to be some text on the tPlace layer but it has displayed others.&amp;nbsp; See the image below where I have left the tPlace layer on.&amp;nbsp; I've circled a couple of bits of text that is missing from the json file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - Yes.&amp;nbsp; Edit the attributes in iBoM and have them reflected in the json file.&lt;/P&gt;
&lt;P&gt;2 - Yes.&amp;nbsp; Arrange the headers as we'd like within iBoM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My thinking is that when you are able to export to .csv, txt, then these changes can be exported too which would allow formatting in to our own BoMs easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PCB Text.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/616023iD065879B98C23588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PCB Text.png" alt="PCB Text.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 08:35:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/interactive-bom-for-eagle/m-p/8670853#M22199</guid>
      <dc:creator>JamesLE32J</dc:creator>
      <dc:date>2019-03-20T08:35:40Z</dc:date>
    </item>
  </channel>
</rss>

