<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Darkling Designs</title>
	<atom:link href="https://darklingdesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://darklingdesigns.com/</link>
	<description>Project Portfolio</description>
	<lastBuildDate>Sat, 30 Nov 2024 20:10:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>Windows Installing old AMD Radeon Drivers</title>
		<link>https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Sun, 13 Nov 2022 19:51:34 +0000</pubDate>
				<category><![CDATA[PC Repair]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[amd radeon]]></category>
		<category><![CDATA[graphics drivers]]></category>
		<category><![CDATA[windows 10]]></category>
		<category><![CDATA[windows 11]]></category>
		<category><![CDATA[windows update]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?p=349</guid>

					<description><![CDATA[<p>Windows Installing old AMD Radeon Drivers For several years now, starting with Windows 10 and continuing with Windows 11, I’ve been periodically battling an issue on my work laptop. This machine runs an AMD Ryzen 5 CPU with an NVIDIA dedicated GPU. This setup allows the system to run in “hybrid” mode, which basically means [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/">Windows Installing old AMD Radeon Drivers</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Windows Installing old AMD Radeon Drivers</h2>
<p>For several years now, starting with Windows 10 and continuing with Windows 11, I’ve been periodically battling an issue on my work laptop. This machine runs an AMD Ryzen 5 CPU with an NVIDIA dedicated GPU. This setup allows the system to run in “hybrid” mode, which basically means it will switch between the dedicated graphics card when performance is needed and the integrated Radeon graphics on the CPU for general use. This enables the system to save power, reduce thermals, and prolong the battery life between charges.</p>
<p>However, this setup has always given me one major issue. I prefer to install my graphics drivers, even for the integrated unit, directly from the hardware manufacturer. In this case that means I’m installing the GeForce drivers for the NVIDIA card and the Radeon drivers for the integrated card. This keeps my drivers up to date with the latest fixes. Thus far, I’ve had no issues with the GeForce drivers. The Radeon drivers are a different story.</p>
<p>Windows Update has a nasty habit of removing my up to date Radeon drivers and installing an older version from the Windows Update Catalog, which has been provided by the device manufacturer as the most compatible version. This is not what I want, but no matter how many times I reinstall the up to date drivers, they always get deleted in favor of the Windows version. This is not only unnecessary, as the Radeon Drivers work just fine, but it also breaks the Radeon control panel since it’s out of sync with the version of drivers that have been installed and will not launch in that configuration. This forces me to use a “lite” version of the control panel from the Windows Store instead if I’m going to use the Windows drivers.</p>
<p>So far I have not seen this problem on my desktop PC with its Radeon GPU. This seems to be affecting just integrated “Ryzen” graphics chips, at least in my limited experience.</p>
<p>Thankfully, after a couple years of struggling with this, I’ve finally found what appears to be a real solution that won’t interfere with other hardware updates to the system. This solution applies to Windows 11 as well as Windows 10.</p>
<h2>Fixes to Avoid for Windows Installing Old AMD Radeon Drivers</h2>
<p>When looking for a solution to prevent Windows installing old AMD Radeon drivers, I came across several suggestions, all of which either failed to work outright or had other impacts on the system that I did not like.</p>
<ul>
<li aria-level="1">The first suggestion I found was to uninstall the Windows drivers, turn off Windows Update, and reinstall the Radeon drivers. Then I was to leave Windows Update disabled until AMD fixed the issues. The problem here is that I don’t want to turn off all updates to the system, and this isn’t actually an AMD problem that needs to be fixed. This issue has persisted for years now on this machine. Turning off Windows Update and waiting for a fix is not a valid option. It&#8217;s the laptop manufacturer (Lenovo in this case) who has provided the most compatible driver to the MS catalog. That may never get updated again.</li>
<li aria-level="1">The next fix was to just rollback the drivers in Device Manager to the version I had installed previously, i.e. the Radeon version. This is apparently supposed to set a flag that keeps Windows Update from downloading those drivers again. Unfortunately, while rolling the driver back does fix the issue, it lasts all of five minutes before Windows Update downloads and installs the old driver again. Apparently, that flag doesn’t get set at all.</li>
<li aria-level="1">The next fix involves modifying your Device Installation Settings from the Hardware tab in the Advanced System Settings panel. You can change this to NO to prevent Windows from automatically downloading drivers for your hardware. This does work, but has the drawback of disabling driver updates for ALL hardware, not just the GPU. Considering how some manufacturers only provide drivers via Windows Update, this is not something you want to do. It also forces you to manually be on constant lookout for updated drivers for all of your hardware since you’ll have to perform those updates on an individual basis with these automatic updates disabled.</li>
<li aria-level="1">There was also some mention of using a Windows Fix tool that lets you hide certain updates so they are no longer offered in Windows Update. Apparently this tool has been dropped by Microsoft and if you do find it and use it, it won’t actually work. Even if it did work, I’m not sure if it would actually work for this issue since these updates are automatically applied.</li>
<li aria-level="1">There is also a way to prevent driver updates via group policies or registry edits, but these have the same issues with either being temporary fixes or affecting more than just the GPU drivers.</li>
</ul>
<h2>A Better Fix for Windows Installing Old AMD Radeon Graphics Drivers</h2>
<p>I finally came back to this problem again recently when once again I had an issue with Windows installing old AMD Radeon drivers. This time I did some deeper digging and found a few mentions of a different method to combat the issue. This time around, it seems we have a solution that both works and does not have the negative side effects of the other methods.</p>
<p>First let’s take a look at the actual problem. This is my Radeon control panel which shows my up to date (at the time of writing) Radeon drivers.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0001/" rel="attachment wp-att-352"><img fetchpriority="high" decoding="async" data-attachment-id="352" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0001/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0001.png" data-orig-size="1920,1030" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0001" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0001-300x161.png" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0001-1024x549.png" class="alignnone size-full wp-image-352" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0001.png" alt="Windows 10 Installing old AMD Radeon Drivers" width="1920" height="1030" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0001.png 1920w, https://darklingdesigns.com/wp-content/uploads/2022/11/0001-300x161.png 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/0001-1024x549.png 1024w, https://darklingdesigns.com/wp-content/uploads/2022/11/0001-768x412.png 768w, https://darklingdesigns.com/wp-content/uploads/2022/11/0001-1536x824.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<p>This is Windows Update showing the older driver from the catalog ready to install.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0002/" rel="attachment wp-att-353"><img decoding="async" data-attachment-id="353" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0002/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0002.png" data-orig-size="454,260" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0002" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0002-300x172.png" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0002.png" class="alignnone size-full wp-image-353" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0002.png" alt="Windows 10 Installing old AMD Radeon Drivers" width="454" height="260" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0002.png 454w, https://darklingdesigns.com/wp-content/uploads/2022/11/0002-300x172.png 300w" sizes="(max-width: 454px) 100vw, 454px" /></a></p>
<p>When the install occurs, you will be met with this screen the next time you try to open the Radeon control panel. Even AMD does not offer a good solution to the issue. <a href="https://www.amd.com/en/support/kb/faq/pa-300" target="_blank" rel="noopener">https://www.amd.com/en/support/kb/faq/pa-300</a></p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0003/" rel="attachment wp-att-354"><img decoding="async" data-attachment-id="354" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0003/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0003.webp" data-orig-size="381,225" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0003" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0003-300x177.webp" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0003.webp" class="alignnone size-full wp-image-354" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0003.webp" alt="Windows 10 Installing old AMD Radeon Drivers" width="381" height="225" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0003.webp 381w, https://darklingdesigns.com/wp-content/uploads/2022/11/0003-300x177.webp 300w" sizes="(max-width: 381px) 100vw, 381px" /></a></p>
<p>Now it’s time to fix the problem. Before proceeding, make sure you have already installed the latest AMD Radeon drivers that you want to use.</p>
<p>The first thing to know is that you must let Windows Update install the drivers from the catalog. This is a necessary step to avoid Windows constantly trying to redownload them if you uninstall them. Once they are installed and you can’t launch the Radeon control panel properly, you can move on to the next step.</p>
<p>Open <b>Device Manager</b>.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0004/" rel="attachment wp-att-355"><img loading="lazy" decoding="async" data-attachment-id="355" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0004/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0004.jpg" data-orig-size="1012,890" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0004" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0004-300x264.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0004.jpg" class="alignnone size-full wp-image-355" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0004.jpg" alt="Windows 10 Installing old AMD Radeon Drivers" width="1012" height="890" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0004.jpg 1012w, https://darklingdesigns.com/wp-content/uploads/2022/11/0004-300x264.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/0004-768x675.jpg 768w" sizes="auto, (max-width: 1012px) 100vw, 1012px" /></a></p>
<p>Expand your Display Adapters section and right click on the <b>AMD Radeon graphics</b> adapter. In the context menu choose <b>Update Driver</b>.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0006/" rel="attachment wp-att-356"><img loading="lazy" decoding="async" data-attachment-id="356" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0006/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0006.png" data-orig-size="976,715" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0006" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0006-300x220.png" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0006.png" class="alignnone size-full wp-image-356" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0006.png" alt="Windows 10 Installing old AMD Radeon Drivers" width="976" height="715" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0006.png 976w, https://darklingdesigns.com/wp-content/uploads/2022/11/0006-300x220.png 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/0006-768x563.png 768w" sizes="auto, (max-width: 976px) 100vw, 976px" /></a></p>
<p>On the next screen choose <b>Browse my computer for drivers</b>.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0007/" rel="attachment wp-att-357"><img loading="lazy" decoding="async" data-attachment-id="357" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0007/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0007.png" data-orig-size="767,594" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0007" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0007-300x232.png" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0007.png" class="alignnone size-full wp-image-357" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0007.png" alt="Windows 10 Installing old AMD Radeon Drivers" width="767" height="594" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0007.png 767w, https://darklingdesigns.com/wp-content/uploads/2022/11/0007-300x232.png 300w" sizes="auto, (max-width: 767px) 100vw, 767px" /></a></p>
<p>On the next screen choose <b>Let me pick from a list of available drivers on my computer</b>.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0008/" rel="attachment wp-att-358"><img loading="lazy" decoding="async" data-attachment-id="358" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0008/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0008.png" data-orig-size="767,594" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0008" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0008-300x232.png" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0008.png" class="alignnone size-full wp-image-358" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0008.png" alt="Windows 10 Installing old AMD Radeon Drivers" width="767" height="594" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0008.png 767w, https://darklingdesigns.com/wp-content/uploads/2022/11/0008-300x232.png 300w" sizes="auto, (max-width: 767px) 100vw, 767px" /></a></p>
<p>On the next screen you should have a list of compatible driver, which include the up to date Radeon driver you installed directly from AMD and the older driver from Window Update, which should be currently in use.</p>
<p><a href="https://darklingdesigns.com/windows-10-installing-old-amd-radeon-drivers/attachment/0009/" rel="attachment wp-att-359"><img loading="lazy" decoding="async" data-attachment-id="359" data-permalink="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/attachment/0009/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0009.png" data-orig-size="767,594" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0009" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0009-300x232.png" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/0009.png" class="alignnone size-full wp-image-359" src="https://darklingdesigns.com/wp-content/uploads/2022/11/0009.png" alt="Windows 10 Installing old AMD Radeon Drivers" width="767" height="594" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/0009.png 767w, https://darklingdesigns.com/wp-content/uploads/2022/11/0009-300x232.png 300w" sizes="auto, (max-width: 767px) 100vw, 767px" /></a></p>
<p>Choose the newer driver from the list and click <b>Next</b> to install it.</p>
<p>That’s basically all there is to it. The Windows version of the driver is still present and installed on the system, so Windows Update will not try to download and install it again. You’ve manually selected the driver you want to use this way and left the other drivers intact.</p>
<h2>Conclusion</h2>
<p>The problem with Windows installing old AMD Radeon drivers has been resolved for a few months now on my machine. So far, the fix is holding. Please note that nothing is going to be truly permanent. I’m sure the next time the Window Update catalog gets an updated AMD driver this issue will probably recur. It may even happen the next time a new version of the drivers from AMD gets installed. However, reapplying this fix should once again resolve the issue until the next update occurs.</p>
<blockquote><p><strong>Update 03/06/2023: </strong>I have recently had another driver update to the machine I was testing this on. Windows does indeed change the driver back to the old version during this update. The AMD installer even pops up a warning now that informs the user than the drivers installed correctly, but Windows Update changed the driver to its catalog version. Repeating the Device Manager steps to choose the newer driver once again resolves the issue. This is something that is going to happen each time AMD releases an update that you wish to install.</p></blockquote>
<p>I hope this has been helpful. I don’t claim any credit for coming up with the fix. I came across it on a couple of random posts on Reddit and the AMD forums, which I no longer have the links to. Thanks go out to the people who actually found something that works.</p>
<p>The post <a href="https://darklingdesigns.com/windows-installing-old-amd-radeon-drivers/">Windows Installing old AMD Radeon Drivers</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">349</post-id>	</item>
		<item>
		<title>Ibanez RG530 Roadstar II Rebuild Project</title>
		<link>https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Sun, 06 Nov 2022 19:21:50 +0000</pubDate>
				<category><![CDATA[Music Gear]]></category>
		<category><![CDATA[edge tremolo]]></category>
		<category><![CDATA[floyd rose]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[guitra strings]]></category>
		<category><![CDATA[Ibanez]]></category>
		<category><![CDATA[rg530]]></category>
		<category><![CDATA[roadstar ii]]></category>
		<category><![CDATA[tremolo]]></category>
		<category><![CDATA[tuner]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?p=289</guid>

					<description><![CDATA[<p>Ibanez RG530 Roadstar II Rebuild Project This is a compiled project portfolio originally found on GideonD&#8217;s private blog. In this project we took an old Ibanez RG530 Roadstar II and upgraded the guts of it while leaving the aged ascetics alone. Enjoy! Introduction I stumbled across this bad boy on Ebay late one night when [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/">Ibanez RG530 Roadstar II Rebuild Project</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Ibanez RG530 Roadstar II Rebuild Project</h2>
<p>This is a compiled project portfolio originally found on GideonD&#8217;s private blog. In this project we took an old Ibanez RG530 Roadstar II and upgraded the guts of it while leaving the aged ascetics alone. Enjoy!</p>
<h3>Introduction</h3>
<p>I stumbled across this bad boy on Ebay late one night when I shouldn&#8217;t have been up spending money. I couldn&#8217;t pass it up though so I put in a maximum bid I was willing to offer and went to bed. The next morning I discovered both to my delight and chagrin that I won the auction.</p>
<p>When I finally received the guitar, It was in better shape than expected.</p>
<p>The paint chips were very minor. I decided I was just going to leave them alone.</p>
<p>The frets needed a little filing but were pretty level. I took some micromesh to them and cleaned the fretboard good before putting a coat of lemon oil on it. It looked much better.</p>
<p>Before I ever got started I doused the electronics with De-oxit. When I tested it I had absolutely no crackle from the original controls. It looked like the electronics could stay original.</p>
<p>The Edge was in very good condition. There was some wear on the paint on the saddles, but rust was limited to the screw heads only and was very minor. My biggest fear was the knife edge. I popped the trem out and took a look and to my surprise the knife edge was nearly flawless. It looked like the trem was never even used.</p>
<p>I did plan some upgrades though. I decided to leave the paint on the neck so it would stay original, at least until I found out if I could stand playing on a painted neck. The nut was missing the locking screws and pads, but that wasn&#8217;t a big deal. I needed to fill the strap button holes and redrill them for strap locks. The pickups had to go. I&#8217;ve never been fond of IBZ pickups and these were no exception. They were the muddiest I&#8217;ve ever heard. I decided to drop a L500XL/L500R combo in there from Bill and Becky. I&#8217;d already put noiseless springs in it (remember to file the ends on these things. I spent a half hour trying to track down a grounding issue until I realized the coating on the springs was interrupting the ground circuit.) I also planned to slap a FU brass block on the edge.</p>
<p>So I kind of planned on going all out on this one. It&#8217;s the only Japanese Ibanez I own to date.</p>
<p>Now it&#8217;s photo time!!! These are the original shots before work began on it.</p>
<h3>Before Photos of the Ibanez RG530</h3>

<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0672/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0672-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="291" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0672/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0672.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0672" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0672-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0672.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0673/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0673-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="292" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0673/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0673.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0673" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0673-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0673.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0675/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0675-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="293" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0675/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0675.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0675" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0675-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0675.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0677/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0677-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="294" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0677/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0677.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0677" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0677-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0677.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0680/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0680-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="295" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0680/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0680.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0680" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0680-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0680.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0681/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0681-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="296" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0681/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0681.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0681" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0681-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0681.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0685/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0685-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="297" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0685/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0685.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0685" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0685-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0685.jpg" /></a>

<h2>Ibanez RG530 Roadstar II Project Phase 1</h2>
<p>Today I started work on the 1986 MIJ Ibanez RG530 Roadstar II I recently bought. This post contains the details of the first phase of this project. This consisted mainly of fret work and a few other minor things. I was going to detail how to change out the stock block on the Edge tremolo for a <a href="https://www.fu-tone.com/" target="_blank" rel="noopener noreferrer">Floyd Upgrades</a> brass block, but I ran into a little issue there which I will detail below.</p>
<h3>Preliminary Photos</h3>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0694/" rel="attachment wp-att-298"><img loading="lazy" decoding="async" data-attachment-id="298" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0694/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0694" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694.jpg" class="alignnone size-full wp-image-298" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0694-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0695/" rel="attachment wp-att-299"><img loading="lazy" decoding="async" data-attachment-id="299" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0695/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0695" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695.jpg" class="alignnone size-full wp-image-299" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0695-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Everything was in decent enough shape initially. It was missing the pads and screws on the locking nut but those were easily replaceable. The pickups will have to go as well since they are some of the muddiest and noisiest pickups I&#8217;ve ever heard, especially when split. I&#8217;ll get to that in a later phase though. I&#8217;m still waiting for my Bill Lawrence L500R/L500XL set to arrive. It&#8217;ll probably be a couple of weeks.</p>
<h3>Tear Down</h3>
<p>There wasn&#8217;t a great deal to take apart at this point. I started by removing the strings.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0696/" rel="attachment wp-att-300"><img loading="lazy" decoding="async" data-attachment-id="300" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0696/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0696" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696.jpg" class="alignnone size-full wp-image-300" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0696-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a> <a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0697/" rel="attachment wp-att-301"><img loading="lazy" decoding="async" data-attachment-id="301" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0697/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0697" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697.jpg" class="alignnone size-full wp-image-301" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0697-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>All I had to do is unwind them at the headstock and loosen the locking screws at the bridge. After removing the strings I made sure to re-tighten the locking screws at the bridge so I didn&#8217;t loose the string clamp blocks, which can easily fall out when turned upside down.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0698/" rel="attachment wp-att-302"><img loading="lazy" decoding="async" data-attachment-id="302" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0698/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0698" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698.jpg" class="alignnone size-full wp-image-302" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0698-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Next, I flipped the guitar over and removed the springs from the tremolo cavity.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0699/" rel="attachment wp-att-303"><img loading="lazy" decoding="async" data-attachment-id="303" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0699/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0699" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699.jpg" class="alignnone size-full wp-image-303" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0699-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>After that the tremolo unit fell right out the front of the guitar.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0700/" rel="attachment wp-att-304"><img loading="lazy" decoding="async" data-attachment-id="304" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0700/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0700" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700.jpg" class="alignnone size-full wp-image-304" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0700-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>The Floyd style tremolos simply sit with their knife edges against two mounting studs and depend on the tension from both the strings and the springs to hold them in place. This allows them to &#8220;float&#8221; on the two fulcrum points.</p>
<h3>Leveling and Crowning the Frets</h3>
<p>The first thing I did was make sure the rosewood fretboard was protected from the tools I would be using. To do this I simply used painter&#8217;s tape to mask off the fretboard.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0701/" rel="attachment wp-att-306"><img loading="lazy" decoding="async" data-attachment-id="306" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0701/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0701" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701.jpg" class="alignnone size-full wp-image-306" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0701-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I just used various sizes of tape I had on hand. I regret using the white tape though. This is standard masking tape and the adhesive on it is too aggressive. I ended up pulling a small piece of finish off the edge of the fretboard when I removed the tape. For that reason, I recommend sticking with a good blue painters tape.</p>
<p>Once I had the fretboard taped off I used my Fret Rocker from <a href="http://www.stewmac.com/" target="_blank" rel="noopener noreferrer">StewMac</a> to check the frets for level.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0702/" rel="attachment wp-att-307"><img loading="lazy" decoding="async" data-attachment-id="307" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0702/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0702" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702.jpg" class="alignnone size-full wp-image-307" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0702-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Just about every other fret was slightly high. It was only by the slightest bit though for the most part. Since this guitar is 26 years old and has been heavily played, it didn&#8217;t have a great deal of fret wire left to work with. Normally, I would use a large radiused block with stick on abrasive to level the frets rapidly and then proceed to crowning them with a fret file. However, considering how little fret there was to work with and how little leveling needed to be done, I opted to do the crowning and leveling all at once with just the fret file. This is slower but more precise and has less risk of over-leveling what is left of the fret wire.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0703/" rel="attachment wp-att-308"><img loading="lazy" decoding="async" data-attachment-id="308" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0703/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0703" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703.jpg" class="alignnone size-full wp-image-308" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0703-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This file has a wide slot on one side and a medium slot on the other. I have another file with narrow and medium slots. For this job I used just the wide side. The fret wire on this guitar was probably what is called Jumbo fret wire, which Ibanez uses frequently.</p>
<p>It took a couple of hours to file these all down one by one, constantly checking for level after each fret was done. I often had to go back and tweak the previous fret since leveling the next one would effect the last one a little. I was finally satisfied with the level and crown on each fret and moved on to polishing,</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0704/" rel="attachment wp-att-309"><img loading="lazy" decoding="async" data-attachment-id="309" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0704/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0704" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704.jpg" class="alignnone size-full wp-image-309" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704.jpg" alt="Sand Paper" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0704-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I started the process by removing the majority of the file marks that were left behind with some 400 grit wet or dry automotive sand paper.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0705/" rel="attachment wp-att-310"><img loading="lazy" decoding="async" data-attachment-id="310" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0705/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0705" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705.jpg" class="alignnone size-full wp-image-310" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705.jpg" alt="Micro Mesh Pads" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0705-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I then progressed though each grit of Micro Mesh pad from coarsest to finest until I had the fret wire looking shiny and almost new again.<a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0706/" rel="attachment wp-att-312"><img loading="lazy" decoding="async" data-attachment-id="312" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0706/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0706" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706.jpg" class="alignnone size-full wp-image-312" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0706-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0707/" rel="attachment wp-att-311"><img loading="lazy" decoding="async" data-attachment-id="311" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0707/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0707" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707.jpg" class="alignnone size-full wp-image-311" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0707-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>It&#8217;s hard to tell in the photo but they now have a nice shine to them and are very smooth. Next, I removed the tape protecting the fretboard.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0708/" rel="attachment wp-att-313"><img loading="lazy" decoding="async" data-attachment-id="313" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0708/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0708" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708.jpg" class="alignnone size-full wp-image-313" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0708-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>There are still one or two frets which rock the slightest bit, but I filed them as far as I felt comfortable with considering how little wire was left. This is probably the only time I&#8217;ll be able to do this. The next time it needs it, I&#8217;ll have to do a full re-fret.</p>
<p>To finish off the fretboard I oiled it with Dunlop 65 Lemon Oil.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0709/" rel="attachment wp-att-314"><img loading="lazy" decoding="async" data-attachment-id="314" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0709/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0709" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709.jpg" class="alignnone size-full wp-image-314" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709.jpg" alt="Lemon Oil" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0709-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This stuff comes with it&#8217;s own applicator tip. I just had to wipe it onto the fretboard and let it dwell a few minutes. Then I wiped away the excess that didn&#8217;t absorb.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0710/" rel="attachment wp-att-315"><img loading="lazy" decoding="async" data-attachment-id="315" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0710/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0710" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710.jpg" class="alignnone size-full wp-image-315" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0710-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>The wood is now nice and healthy looking again. It&#8217;s worth noting that you should only use oils like this on certain types of fretboards like rosewood. Don&#8217;t use lemon oil on woods like Maple. They are often lacquered and the lemon oil could damage the finish. Even if the maple is left unfinished it does not take the oil well.</p>
<h3>Installing the Brass Block&#8230;or not!</h3>
<p>The next step was going to be installing my brass block upgrade. Before tearing the tremolo assembly down, I decided to compare the size of the new block vs the old one. I&#8217;m glad I did!</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0712/" rel="attachment wp-att-317"><img loading="lazy" decoding="async" data-attachment-id="317" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0712/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0712" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712.jpg" class="alignnone size-full wp-image-317" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712.jpg" alt="Brass Block" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0712-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Oops!. It turned out that the new block was too short! I ordered the block from <a href="https://www.fu-tone.com/" target="_blank" rel="noopener noreferrer">Floyd Upgrades</a> that was listed as the correct fit for the Ibanez Edge tremolo. This block does fit the Ibanez Edge tremolo. However, most of those tremolos are installed in a recessed mount, meaning there is a recess cut into the top of the guitar and the tremolo actually sits down in it. This allows you to both dive and pull up on the tremolo. The Ibanez RG530 Roadstar II has the Edge installed as a dive only tremolo, meaning that the tremolo unit sits on top of the guitar instead of in a recess and can not be pulled back on. As a result, I needed a block that is taller than what the Edge would normally use in a recessed mount.</p>
<p>I called <a href="https://www.fu-tone.com/" target="_blank" rel="noopener noreferrer">Floyd Upgrades</a> and inquired about what could be done. As it turns out, he had custom cut a deeper block for a customer last week and happened to make a spare when he did it. So he had the block I needed already in stock. All I have to do is send back the short one and he&#8217;ll ship the replacement out the same day. That&#8217;s good service!</p>
<p>So take note of the following. If you have a recessed Edge you need the standard Edge block, which I believe is 32mm. If you have a non-recessed Edge you need to request a custom 40mm block.</p>
<p>Since that development put the brakes on the project, I finished up with the only thing I could still do.</p>
<h3>Installing Dunlop Straplocks&#8230;and other parts.</h3>
<p>The existing strap buttons where coming loose from the guitar. The wood around them had worn out.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0715/" rel="attachment wp-att-318"><img loading="lazy" decoding="async" data-attachment-id="318" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0715/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0715.jpg" data-orig-size="450,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0715" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0715-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0715.jpg" class="alignnone size-full wp-image-318" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0715.jpg" alt="Ibanez RG530 Roadstar II" width="450" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0715.jpg 450w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0715-225x300.jpg 225w" sizes="auto, (max-width: 450px) 100vw, 450px" /></a></p>
<p>To remedy this, I cut a small oak plug and hammered it into the hole after applying a coat of wood glue to it.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0717/" rel="attachment wp-att-319"><img loading="lazy" decoding="async" data-attachment-id="319" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0717/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0717" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717.jpg" class="alignnone size-full wp-image-319" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717.jpg" alt="Wood Glue" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0717-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>That gave me a nice hard plug to screw my new buttons into.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0718/" rel="attachment wp-att-320"><img loading="lazy" decoding="async" data-attachment-id="320" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0718/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0718" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718.jpg" class="alignnone size-full wp-image-320" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718.jpg" alt="Dunlop Straplocks" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0718-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This is a set of Dunlop Straplocks. I&#8217;ve already got plenty of straps with the locking mechanism on them so I&#8217;m just installing the buttons on the guitar at this point. They install just like any other button. I added the felt pad to protect the guitar finish and screwed them in.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0719/" rel="attachment wp-att-321"><img loading="lazy" decoding="async" data-attachment-id="321" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0719/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0719" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719.jpg" class="alignnone size-full wp-image-321" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719.jpg" alt="Dunlop Straplocks" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0719-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>The only other thing I could do at this point is check the fit of the replacement pads and screws on the locking nut.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0720/" rel="attachment wp-att-322"><img loading="lazy" decoding="async" data-attachment-id="322" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0720/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0720" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720.jpg" class="alignnone size-full wp-image-322" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720.jpg" alt="Locking Nut" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0720-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>These are the Schaller pads and screws from<a href="http://www.stewmac.com/" target="_blank" rel="noopener noreferrer"> StewMac</a>. They are meant for a Floyd Rose tremolo but they fit the Edge nut just fine.</p>
<h3>To be continued&#8230;</h3>
<p>That&#8217;s it for now. I&#8217;m at a standstill until I receive the replacement brass block. Hopefully I&#8217;ll have that by the end of the week and I&#8217;ll follow up with a post on how it is installed. I&#8217;ll then be stringing the guitar with 11-49s and tuning it up to D standard. Once my Bill Lawrence pickups arrive I&#8217;ll cover shielding the cavities and installing the pickups.</p>
<h2>Ibanez RG530 Roadstar II Rebuild Project Phase 2</h2>
<p>I finally got the brass block replacement in for the RG530 Roadstar II. I also received confirmation that my Bill Lawrence pickups had shipped so I decided to wait until they got here before continuing the project. The pedal board build was keeping me tied up anyway.</p>
<p>Well, everything is here now so let&#8217;s take a look at how things went.</p>
<h3>The Electronics</h3>
<p>Here I removed the old Ibanez pickups. I decided to leave the pickup cavities unshielded since the pickups going in had their own metal shield surrounding the coils.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0805/" rel="attachment wp-att-323"><img loading="lazy" decoding="async" data-attachment-id="323" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0805/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0805" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805.jpg" class="alignnone size-full wp-image-323" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0805-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I disconnected the pickups from the volume pots and ground circuit and then removed all the wiring from the cavity. I went ahead and left the output jack in place with the leads still attached.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0806/" rel="attachment wp-att-324"><img loading="lazy" decoding="async" data-attachment-id="324" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0806/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0806" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806.jpg" class="alignnone size-full wp-image-324" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0806-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I went ahead and shielded the control cavity with copper foil, soldering the seams to give the best coverage.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0807/" rel="attachment wp-att-326"><img loading="lazy" decoding="async" data-attachment-id="326" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0807/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0807" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807.jpg" class="alignnone size-full wp-image-326" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0807-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0808/" rel="attachment wp-att-325"><img loading="lazy" decoding="async" data-attachment-id="325" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0808/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0808" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808.jpg" class="alignnone size-full wp-image-325" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0808-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This is one of the new pickups I installed. I put a Bill Lawrence (<a href="http://wildepickups.com/" target="_blank" rel="noopener noreferrer">Wilde Pickups</a>) L500XL in the bridge and a L500R in the neck.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0809/" rel="attachment wp-att-327"><img loading="lazy" decoding="async" data-attachment-id="327" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0809/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0809" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809.jpg" class="alignnone size-full wp-image-327" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809.jpg" alt="Bill and Becky L500XL L500R" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0809-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Here they are fully installed. I had to plug the old screw holes and tap new ones. The mounting rings that came with the pickups were just the slightest bit smaller than the old rings.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0810/" rel="attachment wp-att-328"><img loading="lazy" decoding="async" data-attachment-id="328" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0810/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0810" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810.jpg" class="alignnone size-full wp-image-328" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810.jpg" alt="Bill and Becky L500XL L500R" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0810-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Here are the old electronics reconnected to the new pickups. Each pickups has it&#8217;s own push/push volume pot that splits the coils as well. I pulled the capacitor from the master tone control and added a Bill Lawrence Q Filter instead. More on that later.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0811/" rel="attachment wp-att-329"><img loading="lazy" decoding="async" data-attachment-id="329" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0811/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0811" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811.jpg" class="alignnone size-full wp-image-329" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0811-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<h3>The Edge Tremolo</h3>
<p>With the electronics out of the way, I began disassembling the Edge tremolo found on the Ibanez RG530.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0812/" rel="attachment wp-att-331"><img loading="lazy" decoding="async" data-attachment-id="331" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0812/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0812.jpg" data-orig-size="600,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0812" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0812-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0812.jpg" class="alignnone size-full wp-image-331" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0812.jpg" alt="Ibanez RG530 Roadstar II" width="600" height="450" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0812.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0812-300x225.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>Before removing anything I used my pin gauge to record the current saddle positions.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0813/" rel="attachment wp-att-332"><img loading="lazy" decoding="async" data-attachment-id="332" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0813/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0813.jpg" data-orig-size="600,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0813" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0813-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0813.jpg" class="alignnone size-full wp-image-332" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0813.jpg" alt="Pin Gauge " width="600" height="450" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0813.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0813-300x225.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>This would help set intonation later.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0814/" rel="attachment wp-att-333"><img loading="lazy" decoding="async" data-attachment-id="333" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0814/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0814" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814.jpg" class="alignnone size-full wp-image-333" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0814-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I unscrewed the string clamp bolts and removed them from the tremolo.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0815/" rel="attachment wp-att-334"><img loading="lazy" decoding="async" data-attachment-id="334" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0815/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0815" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815.jpg" class="alignnone size-full wp-image-334" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0815-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Then I loosened the screws holding the saddles down and removed all the saddles.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0816/" rel="attachment wp-att-335"><img loading="lazy" decoding="async" data-attachment-id="335" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0816/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0816" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816.jpg" class="alignnone size-full wp-image-335" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0816-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Next, I unscrewed the three large screws holding the block to the base plate. The tension plate was also clamped between the block and the base plate so it came off as well.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0817/" rel="attachment wp-att-336"><img loading="lazy" decoding="async" data-attachment-id="336" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0817/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0817" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817.jpg" class="alignnone size-full wp-image-336" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0817-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Next I installed the <a href="https://www.fu-tone.com/" target="_blank" rel="noopener noreferrer">Floyd Upgrades</a> brass block (custom 40mm height) using their stainless steel hex bolts.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0818/" rel="attachment wp-att-337"><img loading="lazy" decoding="async" data-attachment-id="337" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0818/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0818" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818.jpg" class="alignnone size-full wp-image-337" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0818-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I then reassembled the entire tremolo and reinstalled it into the guitar.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0819/" rel="attachment wp-att-338"><img loading="lazy" decoding="async" data-attachment-id="338" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0819/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0819" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819.jpg" class="alignnone size-full wp-image-338" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0819-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a> <a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0851/" rel="attachment wp-att-339"><img loading="lazy" decoding="async" data-attachment-id="339" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0851/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0851" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851.jpg" class="alignnone size-full wp-image-339" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0851-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Next I restrung the guitar using Everly B-52s in 11-48 gauge. I&#8217;ve never used these before so we&#8217;ll see how they sound. They are color coded just like D&#8217;Addarios.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0820/" rel="attachment wp-att-340"><img loading="lazy" decoding="async" data-attachment-id="340" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0820/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0820" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820.jpg" class="alignnone size-full wp-image-340" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820.jpg" alt="Ibanez RG530 Roadstar II" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0820-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Next I moved on to setting up the guitar. I first adjusted the posts to get my action where I wanted it. I then checked the truss rod, but it was fine as it was. I moved up two gauges in string tension but I tuned the guitar to D standard so the neck did not need a tweak.</p>
<p>After the basics were done I moved on to setting the intonation.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0822/" rel="attachment wp-att-341"><img loading="lazy" decoding="async" data-attachment-id="341" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0822/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0822" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822.jpg" class="alignnone size-full wp-image-341" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822.jpg" alt="Guitar Tuner" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0822-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This is where the open note read after tuning the guitar. It&#8217;s almost dead on the note (G in this case.)</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0824/" rel="attachment wp-att-342"><img loading="lazy" decoding="async" data-attachment-id="342" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0824/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0824" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824.jpg" class="alignnone size-full wp-image-342" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824.jpg" alt="Guitar Tuner" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0824-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>When fretting the string at the 24th fret it should read the same as the open note if the intonation is correct. This one is reading over 20 cents sharp. This means that the string is too short. I needed to move the saddle back to lengthen the string.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0825/" rel="attachment wp-att-343"><img loading="lazy" decoding="async" data-attachment-id="343" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0825/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0825" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825.jpg" class="alignnone size-full wp-image-343" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0825-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>My camera seems to like my leg too well to get a clear shot here, but this is the intonation tool <a href="https://www.fu-tone.com/" target="_blank" rel="noopener noreferrer">Floyd Upgrades</a> sells. It is designed for an actual Floyd Rose, but I found that it worked just fine on the Edge.</p>
<p>To use it, I hooked the tip against the base plate and the claw around the head of the string lock bolt. I then loosened the screw holding the saddle down.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0827/" rel="attachment wp-att-344"><img loading="lazy" decoding="async" data-attachment-id="344" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0827/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0827" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827.jpg" class="alignnone size-full wp-image-344" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827.jpg" alt="Ibanez RG530 Roadstar II Edge Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/11/img_0827-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I then detuned the string about 6 turns and started turning the thumb screw on the intonation tool. I had to push the saddle back with one hand while turning the tool to gradually draw the saddle back. Once I had it moved about 2mm, I locked the saddle back down. I removed the intonation tool and retuned the guitar. I checked the intonation again and it was better but still slightly sharp. I repeated the process all over again until the string fretted at the 24th fret read the same as it did when played open. Once I got it right, I repeated the process for all 6 strings. They where all a little sharp.</p>
<p>Please note that there are various ways to set the intonation. Some people check the 12th fret harmonic against the open note. Some check multiple frets up and down the board. I use the 24th fret because I find that the shortest string length gives the most accurate results. For example, if I set intonation using the 12th fret harmonic, then the guitar tends to sound correct for the lower half of the fretboard, but the upper registers still sound out. Setting it at the 24th fret results in the entire length of the fretboard being pretty well intonated afterward.</p>
<h3>Finished Shots of the Ibanez RG530</h3>
<p>Here is the Ibanez RG530 Roadstar II all put back together.</p>

<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0840/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0840-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="345" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0840/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0840.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0840" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0840-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0840.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0838/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0838-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="346" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0838/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0838.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0838" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0838-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0838.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0839/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0839-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG530 Roadstar II" data-attachment-id="347" data-permalink="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/img_0839/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0839.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0839" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0839-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/11/img_0839.jpg" /></a>

<p>I&#8217;m pretty happy with it at this point. There are a few issues though.</p>
<p>For one, the frets are very worn. I got them leveled fairly well but there is still some minor fret buzz. It&#8217;s nothing that really effects playing, but I won&#8217;t get another dressing out of these frets. They&#8217;ll have to be replaced the next time they need work.</p>
<p>The electronics probably should have been replaced. They didn&#8217;t have any crackle in them but there is still an annoying buzz that persists. The shielding is pretty complete and the pickups are new and well shielded. I&#8217;m left thinking the old electronics are to blame.</p>
<p>The pickups themselves sound decent. They are excellent distorted for rhythm sections. They are a bit too piercing for lead work though, and not and clear as I was expecting on clean sections. I&#8217;m still messing with the amp EQ trying to sort it out. I don&#8217;t really dig the way the Q Filter works by itself though. I think changing the tone pot to a 250k dual concentric pot and adding a tone cap to one of those pots and the Q Filter to the other is an experiment I&#8217;m going to try. I&#8217;ll have the output taming of the Q filter and my old familiar tone control back.</p>
<p>That&#8217;s it for now. I&#8217;ll post an update when I get the tone issue worked out.</p>
<p>Thanks for reading.</p>
<h2>Products Used in the Ibanez RG530 Project</h2>
<p>Ibanez Edge Brass Block: <a href="https://www.fu-tone.com/product/brass-sustain-block-for-ibanez-edge/" target="_blank" rel="noopener">https://www.fu-tone.com/product/brass-sustain-block-for-ibanez-edge/</a></p>
<p>Silent Heavy Spring Upgrade: <a href="https://www.fu-tone.com/product/fu-tone-noiseless-springs-for-guitar-tremolos-3/" target="_blank" rel="noopener">https://www.fu-tone.com/product/fu-tone-noiseless-springs-for-guitar-tremolos-3/</a></p>
<p>Wilde Pickups: <a href="https://www.wildepickups.com/products/l500" target="_blank" rel="noopener">https://www.wildepickups.com/products/l500</a></p>
<p>Micro-mesh Pads: <a href="https://amzn.to/3UfMMiz" target="_blank" rel="noopener">https://amzn.to/3UfMMiz</a></p>
<p>Fret Crowning File: <a href="https://amzn.to/3FOUjAE" target="_blank" rel="noopener">https://amzn.to/3FOUjAE</a></p>
<p>Fret Rocker: <a href="https://amzn.to/3NGvQPD" target="_blank" rel="noopener">https://amzn.to/3NGvQPD</a></p>
<p>Dunlop Lemon Oil: <a href="https://amzn.to/3NGwf4B" target="_blank" rel="noopener">https://amzn.to/3NGwf4B</a></p>
<p>Dunlop Strap Locks: <a href="https://amzn.to/3UvQxA2" target="_blank" rel="noopener">https://amzn.to/3UvQxA2</a></p>
<p>Contour Gauge: <a href="https://amzn.to/3UdUoCm" target="_blank" rel="noopener">https://amzn.to/3UdUoCm</a></p>
<p>Guitar Tuner: <a href="https://amzn.to/3FJVLnP" target="_blank" rel="noopener">https://amzn.to/3FJVLnP</a></p>
<p>DeoxIT D5: <a href="https://amzn.to/3G69UMr" target="_blank" rel="noopener">https://amzn.to/3G69UMr</a></p>
<p>Tri-Flow Superior Dry Lubricant: <a href="https://amzn.to/3DGlVVN" target="_blank" rel="noopener">https://amzn.to/3DGlVVN</a></p>
<p>The post <a href="https://darklingdesigns.com/ibanez-rg530-roadstar-ii-rebuild-project/">Ibanez RG530 Roadstar II Rebuild Project</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">289</post-id>	</item>
		<item>
		<title>Ibanez RG470 Rebuild and Modification</title>
		<link>https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Mon, 31 Oct 2022 16:17:54 +0000</pubDate>
				<category><![CDATA[Music Gear]]></category>
		<category><![CDATA[bebuild]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Ibanez]]></category>
		<category><![CDATA[RG470]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?post_type=jetpack-portfolio#038;p=228</guid>

					<description><![CDATA[<p>Ibanez RG470 Rebuild and Modification This post is a compiled version of the original 5 part Ibanez RG470 project portfolio found on GideonD&#8217;s personal blog. It has been slightly edited and improved, but remains broken into phases just like the original was. Ibanez RG470 Rebuild and Modification &#8211; Phase 1 Some Background Orion ordered this [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/">Ibanez RG470 Rebuild and Modification</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Ibanez RG470 Rebuild and Modification</h2>
<p>This post is a compiled version of the original 5 part Ibanez RG470 project portfolio found on GideonD&#8217;s personal blog. It has been slightly edited and improved, but remains broken into phases just like the original was.</p>
<h2>Ibanez RG470 Rebuild and Modification &#8211; Phase 1</h2>
<h3>Some Background</h3>
<p>Orion ordered this Ibanez RG470 guitar back in 2000 or 2001. He&#8217;s never really been satisfied with it. Ibanez makes some extremely good guitars, but like most brands, they also make some real junk. This is a MIK (Made it Korea) model and sub par at best. The body and neck are pretty decent. A fret job and some polish will work wonders there. The stock pickups are junk in this axe, and he&#8217;s hated the tremolo since day 1.</p>
<p>The goal of this project is some major modifications to the axe to bring it up to a good solid playable guitar.</p>
<h3>Initial Photos of the Ibanez RG470</h3>

<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx01/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx01-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx01-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx01-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="231" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx01/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx01.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackmaxx01" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx01-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx01.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx02/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx02-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx02-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx02-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="232" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx02/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx02.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackmaxx02" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx02-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx02.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx03/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx03-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx03-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx03-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="233" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx03/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx03.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackmaxx03" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx03-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx03.jpg" /></a>

<p>You can see in these photos that the guitar isn&#8217;t in bad shape. The standard dirt and corrosion from being played for several years is all that is apparent. There is no damage to the body or neck.</p>
<p>Take a look at the closeup view. You can see the stock pickups. The neck has an Infinity 1 ceramic humbucker. The bridge has an Infinity 2 Alnico 5 humbucker. The middle is an Infinity Single 1 Alnico 5 Single Coil. They have always sounded pretty flat and lifeless. It&#8217;s time for a change there. We&#8217;ve decided to go Dimarzio for this project. The bridge will be a Tone Zone with black metal cap. The neck will be an Air Norton with black metal cap. The middle will be an Area 67. We haven&#8217;t yet decided whether or not to coil tap the humbuckers. I want to, but at the same time I doubt he&#8217;ll ever use them as singles.</p>
<p>Take another look at the closeup. This time pay attention to the tremolo unit. This guitar has a Lo-TRS II trem, which is total junk. The thing pops strings constantly. This is one of the worse tremolo units Ibanez ever made. Thankfully it&#8217;s easy to switch it out for something better. We chose a Gotoh GE1996T double locking tremolo. This is a Floyd Rose style tremolo. It&#8217;s a high quality Japanese model which rivals the Original Floyd Rose models in quality and hits a better price point.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/gotohflody/" rel="attachment wp-att-235"><img loading="lazy" decoding="async" data-attachment-id="235" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/gotohflody/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotohflody.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gotohflody" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotohflody-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotohflody.jpg" class="alignnone wp-image-235 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/gotohflody.jpg" alt="Gotoh GE1996T Tremolo" width="600" height="800" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/gotohflody.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/10/gotohflody-225x300.jpg 225w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>We&#8217;ll also be adding a tremsetter and heavier springs in the rear tremolo compartment. Right now it has the original springs in a V configuration. It came with 3 but one was removed for reasons which I can&#8217;t even guess at. We&#8217;ll be replacing them with fresh new heavier tension springs and leaving it at just two springs so the tremsetter will fit in between. The heavier springs should make it balance out better with the string tension. Right now he is running super light 9-42 strings and we still have the screws on the spring claw cranked down pretty tight.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx04/" rel="attachment wp-att-236"><img loading="lazy" decoding="async" data-attachment-id="236" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxx04/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackmaxx04" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04.jpg" class="alignnone wp-image-236 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04.jpg" alt="Ibanez RG470" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxx04-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>The tremsetter we&#8217;ll be installing is called the Black Box.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/blackboxtremsetter/" rel="attachment wp-att-173"><img loading="lazy" decoding="async" data-attachment-id="173" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/blackboxtremsetter/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackboxtremsetter" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg" class="alignnone wp-image-173 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This goes in place between the tremolo springs. The padded tip will rest against the tremolo block and provide reverse spring tension to push the block back into it&#8217;s original position after heavy dive bombing on the tremolo arm. The whole point to using a tremsetter is to return the tremolo unit back to the original position and thus the original tuning. Floating tremolos are famous for throwing the guitar out of tune every time you hit the bar. The Black Box is a very good tremsetter at a good price. There are a couple of better ones. ESP makes their own version and Ibanez use to though you don&#8217;t see it very often anymore. Both of those were a doubled up version of this one, featuring two spring units to provide even more stopping power. The Black Box works great though. I use to use Hipshot tremsetters back when there was no alternative but they never really worked that well.</p>
<h2>Ibanez RG470 Rebuild and Modification &#8211; Phase 2</h2>
<h3>Tear Down</h3>
<p>First of all lets take a look at the guitar now that I&#8217;ve popped the strings off and removed the old tremolo system.</p>

<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/maxxbutt/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxbutt-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxbutt-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/maxxbutt-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="238" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/maxxbutt/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxbutt.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="maxxbutt" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxbutt-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxbutt.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/nakedmaxx01/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx01-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx01-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx01-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="240" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/nakedmaxx01/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx01.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nakedmaxx01" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx01-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx01.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/nakedmaxx02/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx02-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx02-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx02-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="241" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/nakedmaxx02/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx02.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nakedmaxx02" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx02-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/nakedmaxx02.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/maxxhead/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxhead-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxhead-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/maxxhead-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="239" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/maxxhead/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxhead.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="maxxhead" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxhead-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxhead.jpg" /></a>

<p>We are down to an empty cavity at this point. I&#8217;ll need to pull the existing studs and anchors so I can replace them with the new Gotoh studs and anchors, which are better on many levels.</p>
<p>Let&#8217;s compare.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/bigstud/" rel="attachment wp-att-242"><img loading="lazy" decoding="async" data-attachment-id="242" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/bigstud/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="bigstud" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud.jpg" class="alignnone wp-image-242 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud.jpg" alt="Big Stud" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/bigstud-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>The brass ones on the left are the originals. The new Gotoh studs are on the right. They are much bigger both in depth and diameter</p>
<p>The old studs were mounted in a 3/8&#8243; diameter hole. I&#8217;ll need to tap that hole deeper and bigger around to fit the new studs. My guess at a 7/16&#8243; bit turns out to be correct this time. Thanks Gotoh for giving me instructions on how to attach the tremolo arm. It would have been nice to have instructions for installing the tremolo as well.</p>
<p>Before I begin tearing out the studs I&#8217;m going to mask off the face of the guitar to avoid damaging what&#8217;s left of the paint.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/tapedandready/" rel="attachment wp-att-243"><img loading="lazy" decoding="async" data-attachment-id="243" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/tapedandready/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="tapedandready" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready.jpg" class="alignnone wp-image-243 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready.jpg" alt="Ibanez RG470" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/tapedandready-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I&#8217;m just using blue painter&#8217;s tape. It won&#8217;t hurt the guitar at all. Unfortunately it barely wants to stick to it at all either. That&#8217;s alright though because it won&#8217;t be on there for long. You&#8217;ll notice that I made sure to cover the pickups with tape as well. This prevents the magnets from picking up any stray metal shavings. This is a good idea for any project that involves filing or fitting new parts.</p>
<p>To remove the old studs I&#8217;m going to leave the posts screwed into the anchors so I can hook them with a regular old claw hammer. I&#8217;ll lay a paint paddle or other thin piece of wood on the body of the guitar to prevent the hammer from denting the wood as I pry the studs out. When doing this, it&#8217;s important to pry in the correct direction. Once you hook the stud, face the head of the hammer toward the top or bottom edge of the guitar to pry. Facing it toward the front or back would risk damage to the pickups as well as place too much force on the thinnest piece of wood around the stud, which is the part facing into the cavity.</p>
<p>If you aren&#8217;t careful, this can happen.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/newstud02/" rel="attachment wp-att-244"><img loading="lazy" decoding="async" data-attachment-id="244" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/newstud02/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="newstud02" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02.jpg" class="alignnone wp-image-244 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02.jpg" alt="Big Stud" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/newstud02-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Notice the chunk of wood missing on the right? I can honestly say I didn&#8217;t do that! This is what I found after removing the black padding around the post while drilling it out. You can&#8217;t see it here, but the lower part on the side is cracked and painted over. It evidently came from the factory this way. Thanks Ibanez!</p>
<p>At least the Gotoh anchors go far enough into the body that the crack isn&#8217;t going to cause any problems. I intend to inject some rapid set epoxy around it later just to be safe.</p>
<p>The photo above shows the new Gotoh studs already installed. I just hammered them in with a rubber mallet and a small block of wood. I also added a thin coat of laminate flooring glue to the outside of the anchor before inserting it. This step isn&#8217;t absolutely necessary but I like the added security of the bond. Laminate glue will give a tough flexible bond that isn&#8217;t so strong that you can&#8217;t pull the studs out later.</p>
<h3>Installing the Gotoh GE1996T</h3>
<p>Now I&#8217;ll remove the tape from the face of the guitar and drop the new tremolo into place, making sure to hook the knife edges under the new studs. This is pretty straight forward.</p>
<p>Then in the back of the guitar I&#8217;ll stretch new springs from the claw to the tremolo block.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/maxxspringcomp03/" rel="attachment wp-att-246"><img loading="lazy" decoding="async" data-attachment-id="246" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/maxxspringcomp03/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="maxxspringcomp03" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03.jpg" class="alignnone wp-image-246 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03.jpg" alt="Ibanez RG470" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/maxxspringcomp03-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>To do this I first used a pair of needle nose pliers to stretch the spring from the center claw to the center hole. This keeps the block balanced. I then installed the outside two springs the same way and removed the center one. I&#8217;m using heavy springs in this setup since I&#8217;ll only be using the two springs. The center will remain open for the Black Box tremsetter.</p>
<p>Once the springs were in place the brass block, which is very nice compared to the old cast metal block, was pulled tight against the front of the cavity. I flipped it over and pried the whole tremolo up against the posts so I could slip paint paddles in under it until I got it parallel to the body.</p>
<p>Now it&#8217;s time to string the guitar. This process is a real pain. When tuning one string on a floating tremolo, all the other ones change pitch as well. I won&#8217;t get into detail on it but <a title="http://www.ibanezrules.com/" href="http://www.ibanezrules.com/" target="_blank" rel="noopener">www.ibanezrules.com</a> has a great set of guides in the Tech section on how to do this properly.</p>
<p>Once the strings are up to tension it&#8217;s fairly easy to remove the shims I was using to hold the tremolo parallel to the body. Then it&#8217;s all a matter of balancing the string and spring tensions to get the thing up to tune and in the correct position relative to the body.</p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/gotoh01/" rel="attachment wp-att-247"><img loading="lazy" decoding="async" data-attachment-id="247" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/gotoh01/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gotoh01" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01.jpg" class="alignnone wp-image-247 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01.jpg" alt="Gotoh GE1996T Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh01-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/gotoh02/" rel="attachment wp-att-248"><img loading="lazy" decoding="async" data-attachment-id="248" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/gotoh02/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gotoh02" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02.jpg" class="alignnone wp-image-248 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02.jpg" alt="Gotoh GE1996T Tremolo" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/gotoh02-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I had to use #10 strings on this one due to the tension the heavier springs cause. I usually use #9 but the owner is fine with the #10.</p>
<h3>Some Problems with the Ibanez RG470</h3>
<p>I did run into a couple of issues. Only one of them is directly related to the tremolo.</p>
<p>The main problem I have is that the brass block on this tremolo is slightly deeper than the old one. I thought it would fit inside the cavity, and it does, but barely. The fit is so tight that the block will rub on the plastic plate that covers the spring cavity when the tremolo unit is actually used. To fix this I can either cut the brass block down or cut a hole into the spring cover to allow the block to swing freely. If the block were any longer I would have to remove it and cut it down. Thankfully it&#8217;s so close that cutting out some of the plastic cover will work fine. I don&#8217;t have any problem with the way that will look. My Stratocaster has always had a window in the cover to feed the strings through the block on its tremolo. This way we can always admire the brass block whenever we desire as well.</p>
<p>The other problem I&#8217;ve run into is how dead the G and B strings sound. I thought I had a problem with the tremolo at first but soon discovered that the strings sound fine when actually fretted. So the problem lies at the nut. The owner confirmed that the guitar has always had this issue. I&#8217;ll need to shim the nut up off the neck a little. Gotoh was nice enough to supply me with brass shims for their included nut, which I did not use. The Gotoh nut was not quite wide enough to fit the Ibanez neck. The pads and screws worked fine on the old nut though.</p>
<p>Regardless, it&#8217;s too late to worry about shimming the nut right now. I&#8217;ll get to that a little later. In a couple of months the new pickups will be here and I&#8217;ll be removing the strings again anyway. I&#8217;ll wait until then to shim the nut and have a fret leveling done on it as well.</p>
<h2>Ibanez RG470 Rebuild and Modification – Phase 3</h2>
<h3>Black Box Install</h3>
<p>Nothing much to report here. And no photos this time. This went so quickly I didn&#8217;t even think to take any.</p>
<p>I installed the Black Box, which is a pain but goes fast. The way they place the screw mounts is beyond reason. You almost have to remove the whole tremolo to mount the thing. I managed to get the screw under the spring in while the unit was assembled by using a very thin screw driver.</p>
<p><strong>Update!</strong></p>
<p>I&#8217;m adding the Black Box installation section from the RX170 project here for reference since I forgot to take photos of the install process on the RG470.</p>
<blockquote>
<h3>Installing the Black Box</h3>
<p>In this section I&#8217;ll walk you through how to install a Black Box tremsetter. I know I neglected this last time so I made sure to get a full set of photos this time. The camera isn&#8217;t working the best though and some of the photos are a little blurry. I think they are still good enough to see what I&#8217;m trying to show you.</p>
<p>First of all you need to make sure your tremolo is properly setup and the guitar is tuned as close to perfect as you can get it. I installed the Black Box after I had already fiddled with my spring tension and tuning until I got the new tremolo perfectly balanced on the guitar. I had also already spend a couple of hours tweaking intonation.</p>
<p>Once all of that is done you want to lay the Black Box in the middle of the tremolo cavity and make sure it is pressed firmly against the tremolo block, but not firmly enough to make the block move.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0463/" rel="attachment wp-att-187"><img loading="lazy" decoding="async" data-attachment-id="187" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0463/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0463" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg" class="alignnone wp-image-187 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Then you need to mark the position of the tremsetter because you&#8217;ll have to remove the tremolo from the guitar to get this thing installed correctly. I used a black paint marker I had from model building. It marks fine on the aluminum tape. You could also use a very fine marker.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0462/" rel="attachment wp-att-186"><img loading="lazy" decoding="async" data-attachment-id="186" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0462/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321713772&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.1&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_0462" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg" class="alignnone wp-image-186 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg" alt="Ibanez RX170" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now you&#8217;ll need to remove the tremolo from the guitar. You have to disassemble the Black Box in order to screw it into place and put it back together while it&#8217;s mounted. The tremolo block gets in the way of this.</p>
<p>Thankfully it&#8217;s easy to remove the tremolo without taking all the strings off the guitar. To do this, detune the guitar about four or five turns per string. Do this gradually, one turn per string so you don&#8217;t put too much tension on any one string. Once they are detuned the tremolo should be lying against the face of the guitar. Flip it over and use needle nosed pliers to pop the springs out of the block. Flip it over again and you can put back and up on the tremolo unit to pop it off of the posts.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0464/" rel="attachment wp-att-188"><img loading="lazy" decoding="async" data-attachment-id="188" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0464/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321714254&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0464" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg" class="alignnone wp-image-188 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg" alt="Gotoh vx100n" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now we can flip it back over and start installing the Black box.</p>
<p>First you want to unscrew the knurled knob at the outside end of the unit until you completely remove it from the threaded stem. Be careful not to loose the rubber o-ring that fits around it. Next unscrew the other knurled knob inside the unit. You&#8217;ll have to thread the entire stem out of this one. When it reaches the end the stem will pull out and the spring, knob, and washer will come out separately. Pay attention to how these come apart so you can put them back together correctly.</p>
<p>Now that you have the guts separated from the shell of the Black Box with can screw the shell into place. To do this you want to line it up with the marks you made earlier. There should be one screw hole at the tip pointed toward the spring claw and another one offset inside the shell. Use a nail to punch a starting hole at these marks. Now use one of the supplied screws in the offset hole inside of the shell to anchor it. Make sure not to over tighten it and lift the other end off of the surface. This guitar&#8217;s trem cavity was not perfectly flat and tightening one screw too much meant the other would not make contact. Make sure the shell will sit flat when the screws are both tightened.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0465/" rel="attachment wp-att-189"><img loading="lazy" decoding="async" data-attachment-id="189" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0465/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321714266&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_0465" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg" class="alignnone wp-image-189 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Once that screw is in you can tilt the shell to one side so you can slide the guts back in. Slide the stem back in from the trem block side and start threading the knurled knob back on it. You want to place the metal washer and spring back in place before you thread too much stem through for them to fit.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0467/" rel="attachment wp-att-190"><img loading="lazy" decoding="async" data-attachment-id="190" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0467/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IMG_0467" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg" class="alignnone wp-image-190 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Once the stem reaches the hole on the other end of the shell so it can&#8217;t pop back out, flip the shell around straight and anchor it with the other provided screw.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0469/" rel="attachment wp-att-191"><img loading="lazy" decoding="async" data-attachment-id="191" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0469/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321714396&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0469" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg" class="alignnone wp-image-191 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0470/" rel="attachment wp-att-192"><img loading="lazy" decoding="async" data-attachment-id="192" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0470/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0470" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg" class="alignnone wp-image-192 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now you can finish threading the stem in the rest of the way. Once that is done replace the rubber o-ring and the other knurled knob at the end.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0471/" rel="attachment wp-att-193"><img loading="lazy" decoding="async" data-attachment-id="193" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0471/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321715316&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.1&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0471" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg" class="alignnone wp-image-193 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Replace the tremolo unit the exact opposite of how you removed it and get the guitar back up to proper tuning. After that, you can use the knurled knob on the end of the Black Box to adjust the position of the stem against the tremolo block. You can also use the knurled knob in the middle of the unit to adjust how much tension is on the center spring. This will determine how stiff the resistance is against the tremolo block when it hits the tip of the stem.</p>
<p>That completes the Black Box installation.</p></blockquote>
<p>&nbsp;</p>
<h3>Shimming the Nut on the Ibanez RG470</h3>
<p>I also attempted to address the deadened strings by shimming the nut. I placed a heavy brass shim under the nut. I&#8217;m not sure of the exact thickness. These came with the Gotoh Tremolo and they are not labeled in any way. It&#8217;s the thickest one in the set. This helped a little on the G string, but the B string still sounds just as bad. There is plenty of clearance now from the frets to the strings and the sound only deadens when playing open strings. I am at a loss for any explanation other than the nut itself being at fault. I&#8217;ll let the tech at the guitar shop file it a bit to see if he can fix it or at least confirm my suspicions before I invest another $50 for a new Japanese Ibanez nut.</p>
<p>I also think this guitar may need a complete fret replacement, the more I look at it. The frets have some definite string wear and are filed too flat and low as it is. The owner took his guitar to Jammerz Music about a decade ago to have the guitar completely refretted. They charged him $175 and it looks to me like they never replaced a single fret wire. I think they just attempted to level the frets and did a terrible job. They filed them way too flat and never attempted to crown or polish them correctly. I found the original receipt and was slightly amused at the line toward the bottom that read, &#8220;No returns after 24 hours.&#8221; Now that&#8217;s service! Anyone from Staunton beware of this company. They are still in business and still have crap service. Thankfully they are almost never open for business.</p>
<p>I&#8217;ll post another update once I get this to the shop to have the frets and nut taken care of. Hopefully they can fix it up without having to spend a massive amount of money. Including the pickups that haven&#8217;t arrived yet we have about $500 in this project. Add the original price of the guitar, which was about $600 I think, and we are up to $1100 invested. He could have just bought a good Japanese Ibanez to begin with if we&#8217;d have foreseen all these issues.</p>
<h2>Ibanez RG470 Rebuild and Modification &#8211; Phase 4</h2>
<h3>Sorting out the nut &#8211;</h3>
<p>Well I finally got the new nut for the RG 470. The nut itself fit right into place being a Japanese Ibanez replacement part. I didn&#8217;t use the new string tree since the spacing was off on it compared to the old one. No need to drill new holes just for a string tree. It seemed to remedy the problem with the B string resonating oddly.</p>
<p>Earlier this week I took the guitar to Fretwell Bass in downtown Staunton and had Chip take a look at the fret wire. He was able to level and crown the existing jumbo fret wire without having to do a complete refret. That saved me about $75. The guitar plays like new now. I do notice that the G string now sounds a little odd though, very similar to what the B was doing before. I checked the nut and there is no sign of any damage. I&#8217;m chocking it up to the age of the strings on it (which were unused but setting in the case for about a decade.) I&#8217;ll wait until we change out the pickups in October and put some DR Tite-fits on it. If the problem doesn&#8217;t go away I&#8217;ll be at a loss.</p>
<h3>Summing up &#8211;</h3>
<p>Well for now it&#8217;s playing very good so I&#8217;m happy with it. Orion is happy with it too. He still isn&#8217;t digging the stock pickups, but come October we&#8217;ll sort that one out and have a real nice axe put together. I still think he&#8217;d have been better off finding a used RG550 instead of dumping all this money is the sub-par RG470. But to each his own.</p>
<h2>Ibanez RG470 Rebuild and Modification &#8211; Phase 5 Final</h2>
<h3>Update</h3>
<p>I&#8217;ve been having some health issues so I haven&#8217;t been able to work on these guitars for a while but I&#8217;m finally back in action. The green RX170 went on hold for a bit since I&#8217;m having some issues working out the wiring on the Lace Sensors. It&#8217;s crazy how many wires they have and how little documentation. In the mean time, the pickups arrived for the RG470 so we spent about a week (my vacation basically) wiring and rewiring until I got it all sorted out. Here is where we stand so far.</p>
<h3>Original Wiring Diagram for the Ibanez RG470</h3>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxwiring/" rel="attachment wp-att-252"><img loading="lazy" decoding="async" data-attachment-id="252" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxwiring/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring.jpg" data-orig-size="500,480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackmaxwiring" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring-300x288.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring.jpg" class="alignnone wp-image-252 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring.jpg" alt="Ibanez RG470 Wiring" width="500" height="480" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring.jpg 500w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring-300x288.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a></p>
<p>This is the original wiring we came up with for the guitar. Using a combination of the 5 way selector and a push/pull volume pot we would have been able to have both humbuckers splittable to single coils and then have the switch auto tap the humbuckers in the 2 and 4 positions in order to be running the middle single and one coil of the humbucker to basically form another humbucker from two separate pickups. So basically it would be:</p>
<p>Positions 1: Neck Coils 1&amp;2<br />
Position 2: Neck Coil 2 &amp; Middle<br />
Position 3: Middle<br />
Position 4: Middle and Bridge Coil 1<br />
Position 5: Bridge Coils 1&amp;2</p>
<p>It was great in theory, but resulted in no signal at all. I thought at first it was the kill switch we installed causing problems. The kill switch simply routes all signal to ground to basically turn off the guitar. You can also use a momentary push switch for this to get an odd sort of wah effect by phasing the signal in and out.</p>
<p>We removed the kill switch and still had no signal. At this point I ripped it all apart and wired the switch normally without the auto tap. It worked fine at that point. I discovered that the switch I had was not the standard layout of the most common CRL brand switch but instead a tweaked layout more like a Fender Strat uses. The owner liked the sound of it better without the auto tap anyway so instead of sorting out the lugs on the switch we just left it wired normally and redesigned the rest of the layout.</p>
<h3>Final Wiring Diagram for the Ibanez RG470</h3>
<p><a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxwiring2/" rel="attachment wp-att-253"><img loading="lazy" decoding="async" data-attachment-id="253" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/blackmaxwiring2/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2.jpg" data-orig-size="800,772" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackmaxwiring2" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2-300x290.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2.jpg" class="alignnone wp-image-253 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2.jpg" alt="Ibanez RG470 Wiring" width="800" height="772" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2-300x290.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackmaxwiring2-768x741.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This is what we ended up with for the final wiring. I managed to break the push/pull pot when removing the knob from it. These things are very fragile and the brass push on knob fit so tight on it that despite using a pair of pliers to hold the shaft while I pried the knob off, I still managed to pull the shaft completely out of the pot. It was really no big loss. I didn&#8217;t like how loose the push/pull pot felt anyway. I put the original volume pot back in and rewired the mini toggle into a coil tap instead of a kill switch.<br />
I&#8217;ll point out a few other changes as well for reference.</p>
<p>First, you&#8217;ll notice a part on the volume pot that is not normally there. This is a capacitor and resistor combination that allows the volume pot to operate at a smoother reduction than it normally does while preserving the higher treble frequencies that are normally lost when the volume is rolled back.<br />
Second, you should note that I switched the red and green wires on the middle pickup. The way I originally had it wired put the middle pickup out of phase when used with one of the humbuckers. This resulted in a very twangy sound that I didn&#8217;t like. By switching the wires we are running the signal from the middle pickup in reverse order which puts in back in phase with the humbuckers. You won&#8217;t even notice this when playing each individual pickup, but when playing in position 2 or 4 using the middle pickup in conjunction with one of the humbuckers it becomes very apparent.Third, you&#8217;ll notice the addition of another capacitor in line between the hot lead on the bridge pickup and the lug on the selector switch. I had heard some stories about the Tone Zone pickup sounding muddy in some guitars due to the way it interacts with the wood the guitar is made of. This guitar is basswood, which has a dark tone to begin with. The Tone Zone picked that up and combined it with it&#8217;s own booming low end. The result was too much bass saturation for the bridge pickup. By placing another 0.47uF capacitor in line on the hot lead we effectively filter out some of the bass frequencies from the pickup. It still has that signature Tone Zone sound but it&#8217;s a bit brighter and has more clarity. More detailed instructions on this can be found at <a title="http://www.lonephantom.com/2010/11/taming-the-tone-zone/" href="http://www.lonephantom.com/2010/11/taming-the-tone-zone/" target="_blank" rel="noopener">Lone Phantom&#8217;s Blog</a>. There is another mod that can be performed by dismantling the pickup and modifying the magnet placement to further tweak the sound of the Tone Zone. This is called a half-air mod and is covered in detail at <a title="Lone Phantom's Blog" href="http://www.lonephantom.com/2010/07/modifying-pickups-the-half-air-mod/" target="_blank" rel="noopener">Lone Phantom&#8217;s Blog</a>. This was more invasive than I wanted to get on the pickup and I think it would change the sound too much for my taste.Fourth, I added a ground wire from the metal ring we installed around the middle single coil. It was buzzing badly when you touched it without touching the strings. I never thought that it was cause that kind of interference since it was not connected to any metal pieces of the pickup itself, but I was quite mistaken. A simple ground wire tied under the ring and soldered to the volume pot cleared it right up though.</p>
<h3>Project Completion</h3>
<p>That finishes the project other than polishing the guitar up and getting some sound samples together. I&#8217;ll post up samples in a related post a little later. For now, I&#8217;ll close with some photos of the finished guitar.</p>

<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0439/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0439-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0439-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0439-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="254" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0439/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0439.jpg" data-orig-size="1600,1200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0439" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0439-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0439-1024x768.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0440/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0440-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0440-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0440-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="255" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0440/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0440.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0440" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0440-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0440.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0441/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0441-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0441-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0441-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="256" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0441/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0441.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0441" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0441-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0441.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0442/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0442-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0442-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0442-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="257" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0442/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0442.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0442" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0442-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0442.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0443/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0443-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0443-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0443-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="258" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0443/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0443.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0443" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0443-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0443.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0444/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0444-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0444-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0444-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="259" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0444/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0444.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0444" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0444-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0444.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0445/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0445-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RG470" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0445-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0445-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="260" data-permalink="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/img_0445/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0445.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0445" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0445-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0445.jpg" /></a>

<h3>Products Used for the Ibanez RG470</h3>
<p>Note: These are mostly affiliate links.</p>
<p><strong>Gotoh GE1996T Black: <a href="https://amzn.to/3zsK6WE">https://amzn.to/3zsK6WE</a></strong></p>
<p><strong>Black Box Tremsetter: <a href="https://www.fu-tone.com/product/tremolo-black-box/">https://www.fu-tone.com/product/tremolo-black-box/</a></strong></p>
<p><strong>DiMarzio Tone Zone: <a href="https://amzn.to/3DrrF5E">https://amzn.to/3DrrF5E</a></strong></p>
<p><strong>DiMarzio Area 67:<a href="https://amzn.to/3U6SouU"> https://amzn.to/3U6SouU</a></strong></p>
<p><strong>DiMarzio Air Norton: <a href="https://amzn.to/3sLO34U">https://amzn.to/3sLO34U</a></strong></p>
<p>The post <a href="https://darklingdesigns.com/ibanez-rg470-rebuild-and-modification/">Ibanez RG470 Rebuild and Modification</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">228</post-id>	</item>
		<item>
		<title>Ibanez RX170 Project</title>
		<link>https://darklingdesigns.com/ibanez-rx170-project/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 14:11:04 +0000</pubDate>
				<category><![CDATA[Music Gear]]></category>
		<category><![CDATA[bebuild]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Ibanez]]></category>
		<category><![CDATA[rx170]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?post_type=jetpack-portfolio#038;p=170</guid>

					<description><![CDATA[<p>Ibanez RX170 Rebuild Project  Some Background This Ibanez RX170 is another guitar a friend of mine wants worked on. (Same friend that owns the RG470) This is a real low quality guitar from Ibanez&#8217;s Korean made RX series back in the 90s. This is an Ibanez RX 170, featuring an all maple neck and plywood [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/ibanez-rx170-project/">Ibanez RX170 Project</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Ibanez RX170 Rebuild Project</h1>
<h2> Some Background</h2>
<p>This Ibanez RX170 is another guitar a friend of mine wants worked on. (Same friend that owns the RG470) This is a real low quality guitar from Ibanez&#8217;s Korean made RX series back in the 90s. This is an Ibanez RX 170, featuring an all maple neck and plywood body. It&#8217;s not a very well built guitar, but he likes the way it plays and he loves the look of it. So as usual we are about to throw some money at it and see what we end up with. We&#8217;ll probably finish this one before the RG470 unless he makes another oddball pickup selection that requires we wait a few month to get them.</p>
<h2>Initial Photos</h2>
<p>Here are some photos of the guitar as it is now.</p>

<a href='https://darklingdesigns.com/ibanez-rx170-project/goo1/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/goo1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RX170" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/goo1-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/goo1-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="174" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/goo1/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo1.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="goo1" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo1-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo1.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rx170-project/goo2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/goo2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RX170" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/goo2-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/goo2-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="175" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/goo2/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo2.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="goo2" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo2-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo2.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rx170-project/goo3/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/goo3-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RX170" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/goo3-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/goo3-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="176" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/goo3/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo3.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="goo3" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo3-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo3.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rx170-project/goo4/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/goo4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RX170" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/goo4-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/goo4-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="177" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/goo4/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo4.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="goo4" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo4-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goo4.jpg" /></a>

<p>The guitar isn&#8217;t in bad shape really. The body is sound and the finish is almost flawless. The cheap stock tremolo has started to succumb to rust like many of them do. The cheap plastic nut is about shot and causes string pinching when using the tremolo. The pickups are stock as well and sound pretty bad. We did upgrade the tuners soon after he bought the guitar, which helped some with tuning stability. It has a nice set of Spertzel Locking Tuners.</p>
<p>So far he hasn&#8217;t picked which pickups he wants but we are well on out way to upgrading the other parts.</p>
<p>I have a Tusq XL Nut and String Trees waiting to replace the stock ones. I have a Wilkinson Gotoh VS-100N Tremolo to replace the stock hunk of metal.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/vx100n/" rel="attachment wp-att-207"><img loading="lazy" decoding="async" data-attachment-id="207" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/vx100n/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/vx100n.jpg" data-orig-size="440,330" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="vx100n" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/vx100n-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/vx100n.jpg" class="alignnone wp-image-207 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/vx100n.jpg" alt="Gotoh VX100N" width="440" height="330" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/vx100n.jpg 440w, https://darklingdesigns.com/wp-content/uploads/2022/10/vx100n-300x225.jpg 300w" sizes="auto, (max-width: 440px) 100vw, 440px" /></a></p>
<p>We also have another Black Box tremsetter to install.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/blackboxtremsetter/" rel="attachment wp-att-173"><img loading="lazy" decoding="async" data-attachment-id="173" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/blackboxtremsetter/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blackboxtremsetter" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg" class="alignnone wp-image-173 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/blackboxtremsetter-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Some new Schaller strap locks and possibly some minor fretwork should finish this one up.</p>
<p>Last weekend I got all the parts I needed to start working on the Ibanez RX170 again. Little did I expect to spend eleven hours in the basement obsessively working on this thing last Saturday night. That&#8217;s exactly what I did though and I made a huge amount of progress. Then I got a head cold from sitting down there in the cold all evening so I couldn&#8217;t touch the guitar for the next week. Seems like I might have been better off spacing the work out a bit. I finished it up tonight though so it&#8217;s time to show you what we did and what we ended up with.</p>
<h2>Routing the Body for the New Tremolo!</h2>
<p>The first thing we needed to do was route out a little wood around the tremolo cavity. Unlike the last guitar I did, this one would not accommodate the new tremolo unit without some modifications. The posts and string spacing are fine but the tremolo unit itself is a bit wider due to how the tremolo arm socket is mounted. We taped off the top of the guitar to protect it and marked the area we were going to remove with a sharpie.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0431/" rel="attachment wp-att-179"><img loading="lazy" decoding="async" data-attachment-id="179" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0431/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0431.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0431" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0431-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0431.jpg" class="alignnone wp-image-179 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0431.jpg" alt="Ibanez RX170" width="600" height="800" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0431.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0431-225x300.jpg 225w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0432/" rel="attachment wp-att-180"><img loading="lazy" decoding="async" data-attachment-id="180" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0432/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0432" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432.jpg" class="alignnone wp-image-180 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432.jpg" alt="Ibanez RX170" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0432-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>We didn&#8217;t have to remove a lot. Unfortunately I don&#8217;t have a good router for this so I borrowed a laminate trimmer from the store I work at.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0433/" rel="attachment wp-att-181"><img loading="lazy" decoding="async" data-attachment-id="181" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0433/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0433" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433.jpg" class="alignnone wp-image-181 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433.jpg" alt="Palm Router" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0433-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>These things are basically just small routers. This particular one is a bit too aggressive for my taste. When we started cutting, it bogged down easily and wanted to grab the wood really hard. We had to lightly skim it little by little to get a clean cut. I&#8217;ll be getting a Bosch Colt for the holidays if I&#8217;m lucky so I don&#8217;t have to deal with this problem again.</p>
<p>Once we got the routing done and made sure of the fit, I painted the inside of the block cavity black so the raw wood wasn&#8217;t so stark.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0448/" rel="attachment wp-att-182"><img loading="lazy" decoding="async" data-attachment-id="182" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0448/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0448" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448.jpg" class="alignnone wp-image-182 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448.jpg" alt="Ibanez RX170" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0448-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<h2>Installing the Tremolo in the Ibanez RX170</h2>
<p>I had already removed all the electronics from the Ibanez RX170 prior to this stage.</p>
<p>Next we needed to pull the old posts and install the new ones for the new tremolo.</p>
<p>Removing the old ones is very easy. Simply use a sharp utility knife to make a fine cut around the inserts so you don&#8217;t crack the finish when removing them. Then lay a piece of wood such as a paint paddle on the face of the guitar to the side of one stud. With the stud still screwed into the insert, hook it with a claw hammer and pry it out using the paint paddle to protect the top of the guitar from the hammer. Make sure you pry toward the top or bottom of the guitar. Prying toward the front or back risks cracking the thinner wood in those areas.</p>
<p>Once both studs were out, it was time to install the new ones. The new studs were a little bit fatter and longer than the old ones. I determined that for the Wilkinson/Gotoh VS-100N inserts I needed to drill out a 3/8&#8243; diameter hole for them to fit snugly. I also determined that the inserts were the exact same height as the body was thick in this area. That meant that in order for the inserts to set flush with the top of the guitar I had to actually drill all the way through the guitar from the top into the tremolo cavity. This would leave the inserts flush with the top of the guitar and flush with the face of the tremolo cavity as well. Since I wasn&#8217;t going to have any wood on the bottom of the inserts to provide support, I decided to use a while laminate flooring glue to coat the inserts before hammering them in with a rubber mallet and a block of wood. Using these tools prevented damage to the face of the guitar. A hammer could have left dents if I slipped.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0451/" rel="attachment wp-att-183"><img loading="lazy" decoding="async" data-attachment-id="183" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0451/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0451.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0451" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0451-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0451.jpg" class="alignnone wp-image-183 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0451.jpg" alt="Ibanez RX170" width="600" height="800" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0451.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0451-225x300.jpg 225w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0454/" rel="attachment wp-att-184"><img loading="lazy" decoding="async" data-attachment-id="184" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0454/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0454.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0454" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0454-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0454.jpg" class="alignnone wp-image-184 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0454.jpg" alt="Ibanez RX170" width="600" height="800" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0454.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0454-225x300.jpg 225w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>As you can see, I wasn&#8217;t entirely successful in keeping the finish intact around the studs. I tried my best to be careful, but the drill bit I used to widen the holes still caught the finish and chipped it a bit. I&#8217;m hoping to find some fingernail polish in a shade very close to this to do some touch up.</p>
<p>Once the inserts were in I screwed in the posts. At this point I could have just put the spring claw back in, dropped the new tremolo in, and strung the guitar. It wouldn&#8217;t have done much good without the electronics though so I moved on to that next.</p>
<h2>Wiring the Electronics in the Ibanez RX170</h2>
<p>I didn&#8217;t get photos of this part of the rebuild. Someone had borrowed the camera unexpectedly.</p>
<p>First, I marked out two spots between the tone and volume pot holes where I wanted to drill two more holes through the body of the guitar. These were meant to accommodate a set of mini toggle switches used for some the the pickup wiring options I had chosen. To do this I measured inside the cavity to center them and used a gold paint marker I had lying around to make legible marks on the black shielding paint in the control cavity. I then used a small drill bit to tap the holes through to the front of the guitar. Then I redrilled them with a larger 1/4&#8243; bit from the front. This time I manage to do it perfectly with no chips to the finish.</p>
<p>Once that parts was done I moved on to shielding the guitar. You can use either a copper or aluminum shielding tape for this or a shielding paint. The foils do a better job and are a cheaper investment, even though the paint is probably cheaper in the long run if you are doing multiple projects. For this job I used a roll of aluminum duct tape I had already obtained from Lowes for the last project. I completely foiled the inside of the control cavity and the tremolo cavity. I also foiled the inside of all the pickup cavities.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0461/" rel="attachment wp-att-185"><img loading="lazy" decoding="async" data-attachment-id="185" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0461/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0461" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461.jpg" class="alignnone wp-image-185 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461.jpg" alt="Ibanez RX170" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0461-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This photo was from a later stage in the rebuild but you can see what the shielding looks like. Note how it slightly overlaps the edges of the cavity. The back plate will be shielded as well and when screwed into place it will press against this shielding and extend the ground circuit to the back plate as well as the sides of the cavity.</p>
<p>After getting all the foil in, I decided to solder a wire from one pickup cavity to the next and then all the way into the back where it would connect to the common ground. This is when I discovered that people generally use copper foil because solder doesn&#8217;t stick to aluminum. I had never tried to solder aluminum before so I consider this a lesson learned. I layered in a couple of spots of copper tape I still had in order to give me a solder point in each cavity.</p>
<p>Once the shielding was done I mounted the pickups in the guitar. I mounted both humbuckers in the stock plastic rings that came with the guitar, and I mounted the single coil in the black brass ring I bought just for it. I like the way this looks opposed to having a big hole in the face of the guitar like a single coil normally mounts. At this point I noticed that the Lace Sensors were smaller than normal humbuckers, especially the skeletal design of the Deathbucker. This resulted in seeing quite a bit of glaring silver shielding foil peaking out from the cavities. To remedy this, I removed the pickups and painted the shielding foil black. This eliminated the glaring silver look but didn&#8217;t effect how the shielding works.</p>
<p>Once the pickups were mounted it was time to flip the Ibanez RX170 over and start wiring.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/goowiring/" rel="attachment wp-att-178"><img loading="lazy" decoding="async" data-attachment-id="178" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/goowiring/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring.jpg" data-orig-size="800,1035" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="goowiring" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring-232x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring-791x1024.jpg" class="alignnone wp-image-178 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring.jpg" alt="Lace Sensor Wiring" width="800" height="1035" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring-232x300.jpg 232w, https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring-791x1024.jpg 791w, https://darklingdesigns.com/wp-content/uploads/2022/10/goowiring-768x994.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This is the wiring diagram I came up with after a lot of research. Lace Sensors are very difficult to find good diagrams for and their wire colors don&#8217;t seem to stay consistent either. I discovered this when I had to rewire one of the mini toggles. The Deathbucker and the Dually had reversed colors on the coil split wires so when I first wired it up one pickup would split when the toggle was up and the other would split when it was down.</p>
<p>Other than that, I had no problems with the wiring this time. I&#8217;m getting better with figuring these things out. I will note that the Fender No Load tone pot was swapped out for a regular 250k tone pot during the install. The Fender pot was meant for a guitar that uses a pick guard to mount the controls instead of one that mounts through the wood of the guitar top. The shaft on the Fender pot was not long enough to go through the guitar top and thread the nut on.</p>
<p>Once the Ibanez RX170 was wired up I gave it a test run and I was thrilled with the results. These are suppose to be lower output pickups but they scream compared to the old ones. Clarity and definition are great too.</p>
<p>When I went to put the cover plate back on the control cavity I discovered a problem. The new switch I had installed was too tall for the thinner body of this guitar. The old recessed cover would not fit back in place flush. I had to add making a new cover plate to my list of things left to do on this guitar. I&#8217;ll cover how I made that toward the end of this post.</p>
<p>Once this part was done I installed the new nut with a drop of white laminate flooring glue and restrung the guitar. Here are a few photos of it at this point.</p>

<a href='https://darklingdesigns.com/ibanez-rx170-project/img_0472/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0472-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Lace Sensors" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0472-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0472-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="194" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0472/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0472.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0472" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0472-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0472.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rx170-project/img_0473/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0473-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Lace Sensors" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0473-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0473-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="195" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0473/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0473.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0473" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0473-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0473.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rx170-project/img_0474/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0474-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RX170" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0474-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0474-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="196" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0474/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0474.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0474" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0474-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0474.jpg" /></a>
<a href='https://darklingdesigns.com/ibanez-rx170-project/img_0475/'><img loading="lazy" decoding="async" width="150" height="150" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0475-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Ibanez RX170" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0475-150x150.jpg 150w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0475-50x50.jpg 50w" sizes="auto, (max-width: 150px) 100vw, 150px" data-attachment-id="197" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0475/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0475.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0475" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0475-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0475.jpg" /></a>

<h2>Installing the Black Box in the Ibanez RX170</h2>
<p>In this section I&#8217;ll walk you through how to install a Black Box tremsetter. I know I neglected this last time so I made sure to get a full set of photos this time. The camera isn&#8217;t working the best though and some of the photos are a little blurry. I think they are still good enough to see what I&#8217;m trying to show you.</p>
<p>First of all you need to make sure your tremolo is properly setup and the guitar is tuned as close to perfect as you can get it. I installed the Black Box after I had already fiddled with my spring tension and tuning until I got the new tremolo perfectly balanced on the guitar. I had also already spend a couple of hours tweaking intonation.</p>
<p>Once all of that is done you want to lay the Black Box in the middle of the tremolo cavity and make sure it is pressed firmly against the tremolo block, but not firmly enough to make the block move.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0463/" rel="attachment wp-att-187"><img loading="lazy" decoding="async" data-attachment-id="187" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0463/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0463" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg" class="alignnone wp-image-187 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0463-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Then you need to mark the position of the tremsetter because you&#8217;ll have to remove the tremolo from the guitar to get this thing installed correctly. I used a black paint marker I had from model building. It marks fine on the aluminum tape. You could also use a very fine marker.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0462/" rel="attachment wp-att-186"><img loading="lazy" decoding="async" data-attachment-id="186" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0462/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321713772&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.1&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_0462" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg" class="alignnone wp-image-186 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg" alt="Ibanez RX170" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0462-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now you&#8217;ll need to remove the tremolo from the guitar. You have to disassemble the Black Box in order to screw it into place and put it back together while it&#8217;s mounted. The tremolo block gets in the way of this.</p>
<p>Thankfully it&#8217;s easy to remove the tremolo from an Ibanez RX170 without taking all the strings off the guitar. To do this, detune the guitar about four or five turns per string. Do this gradually, one turn per string so you don&#8217;t put too much tension on any one string. Once they are detuned the tremolo should be lying against the face of the guitar. Flip it over and use needle nosed pliers to pop the springs out of the block. Flip it over again and you can put back and up on the tremolo unit to pop it off of the posts.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0464/" rel="attachment wp-att-188"><img loading="lazy" decoding="async" data-attachment-id="188" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0464/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321714254&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0464" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg" class="alignnone wp-image-188 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg" alt="Gotoh vx100n" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0464-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now we can flip it back over and start installing the Black box.</p>
<p>First you want to unscrew the knurled knob at the outside end of the unit until you completely remove it from the threaded stem. Be careful not to loose the rubber o-ring that fits around it. Next unscrew the other knurled knob inside the unit. You&#8217;ll have to thread the entire stem out of this one. When it reaches the end the stem will pull out and the spring, knob, and washer will come out separately. Pay attention to how these come apart so you can put them back together correctly.</p>
<p>Now that you have the guts separated from the shell of the Black Box with can screw the shell into place. To do this you want to line it up with the marks you made earlier. There should be one screw hole at the tip pointed toward the spring claw and another one offset inside the shell. Use a nail to punch a starting hole at these marks. Now use one of the supplied screws in the offset hole inside of the shell to anchor it. Make sure not to over tighten it and lift the other end off of the surface. This guitar&#8217;s trem cavity was not perfectly flat and tightening one screw too much meant the other would not make contact. Make sure the shell will sit flat when the screws are both tightened.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0465/" rel="attachment wp-att-189"><img loading="lazy" decoding="async" data-attachment-id="189" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0465/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321714266&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_0465" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg" class="alignnone wp-image-189 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0465-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Once that screw is in you can tilt the shell to one side so you can slide the guts back in. Slide the stem back in from the trem block side and start threading the knurled knob back on it. You want to place the metal washer and spring back in place before you thread too much stem through for them to fit.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0467/" rel="attachment wp-att-190"><img loading="lazy" decoding="async" data-attachment-id="190" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0467/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IMG_0467" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg" class="alignnone wp-image-190 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0467-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Once the stem reaches the hole on the other end of the shell so it can&#8217;t pop back out, flip the shell around straight and anchor it with the other provided screw.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0469/" rel="attachment wp-att-191"><img loading="lazy" decoding="async" data-attachment-id="191" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0469/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321714396&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0469" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg" class="alignnone wp-image-191 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0469-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0470/" rel="attachment wp-att-192"><img loading="lazy" decoding="async" data-attachment-id="192" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0470/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0470" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg" class="alignnone wp-image-192 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0470-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now you can finish threading the stem in the rest of the way. Once that is done replace the rubber o-ring and the other knurled knob at the end.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0471/" rel="attachment wp-att-193"><img loading="lazy" decoding="async" data-attachment-id="193" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0471/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon PowerShot SD750&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1321715316&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.8&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.1&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0471" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg" class="alignnone wp-image-193 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg" alt="Blackbox Tremsetter" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/IMG_0471-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Replace the tremolo unit the exact opposite of how you removed it and get the guitar back up to proper tuning. After that, you can use the knurled knob on the end of the Black Box to adjust the position of the stem against the tremolo block. You can also use the knurled knob in the middle of the unit to adjust how much tension is on the center spring. This will determine how stiff the resistance is against the tremolo block when it hits the tip of the stem.</p>
<p>That completes the Black Box installation.</p>
<h2>Making a New Back Plate for the Ibanez RX170</h2>
<p>Since the original control cavity cover for the Ibanez RX170 would no longer fit correctly I decided to make a new one. I discovered that the replacement tremolo cavity cover I had ordered didn&#8217;t fit either so I decided to cut a one piece plate to cover both the tremolo and control cavities.</p>
<p>I put the old plate back on the tremolo cavity and covered both areas with blue painters tape. I then used a sharpie to mark the edges of the old plate and the edges of the control cavity. I then free handed the lines around both to make them slightly bigger. This would allow for a top mounted plate that sits on the face of the guitar instead of being recessed. Once the marking was done, I carefully peeled up the taped image and transferred it to a fresh sheet of pickguard material.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0476/" rel="attachment wp-att-198"><img loading="lazy" decoding="async" data-attachment-id="198" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0476/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0476" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476.jpg" class="alignnone wp-image-198 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476.jpg" alt="Back Plate" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0476-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I used a utility knife to carefully cut the tape along those lines and peel off the excess. Then it was time to hook up my band saw and start cutting out the rough outline.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0478/" rel="attachment wp-att-200"><img loading="lazy" decoding="async" data-attachment-id="200" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0478/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0478" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478.jpg" class="alignnone wp-image-200 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478.jpg" alt="Back Plate" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0478-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Once that part was done I trimmed it up a little and peeled off the tape. At this point I didn&#8217;t have the appropriate power tools to shape the plate correctly so I had to resort to the tools I had available. I used my Dremel with barrel sanding bits to finish the rough shaping. Then I used a combination of fine flat and triangular files to round and bevel the edges. I then used my new needle files to finish the smaller areas and smooth the whole thing out.</p>
<p>Next, I had to drill the screw holes. I did this by laying the old tremolo plate on top of the new one and marking the holes. I stuck toothpicks in the screw holes in the control cavity and cut them off flush with the surface of the guitar. A dot of white paint on each toothpick let me mark the screw holes for this area by lining the tremolo plate screw holes up and pressing the other half of the plate firmly against the paint on the toothpicks. Once it was all marked I carefully drilled them with a #8 countersinking bit on my drill press.</p>
<p>Now the only thing left to do was cut out a window in the tremolo block area to allow for restringing the guitar without removing the plate. I also marked this by laying the old plate on top of the new one. I then free handed the lines a bit larger than the original opening to account for the larger block on the new tremolo. I used my Dremel with a carbide cutoff wheel to rough cut the opening. I then used my barrel sanding bit to shape it up most of the way. Then it was once more time to break out the files and clean up the edges. I back beveled the edge toward the front of the guitar to allow for easy movement of the tremolo springs underneath. The block on this tremolo is also very close to the plate.</p>
<p>Once all the cutting was done I used a white Scotchbrite pad to rub a swirled pattern into the plastic. I for one absolutely hate the glossy look of the standard black plastic material. It shows every fingerprint.</p>
<p>The screw holes in the body were a little stripped so I glue toothpicks into each hole before I ran new screws into them to secure the plate.</p>
<p>Here is the finished product.</p>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0479/" rel="attachment wp-att-201"><img loading="lazy" decoding="async" data-attachment-id="201" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0479/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0479" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479.jpg" class="alignnone wp-image-201 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479.jpg" alt="Ibanez RX170" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0479-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>I think it turned out pretty good considering the tools I had to work with. It may not be perfect but I&#8217;m happy with it.</p>
<h2>Conclusion of the Ibanez RX170 Project</h2>
<p><a href="https://darklingdesigns.com/ibanez-rx170-project/img_0481/" rel="attachment wp-att-203"><img loading="lazy" decoding="async" data-attachment-id="203" data-permalink="https://darklingdesigns.com/ibanez-rx170-project/img_0481/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0481.jpg" data-orig-size="600,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="img_0481" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0481-225x300.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0481.jpg" class="alignnone wp-image-203 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0481.jpg" alt="Ibanez RX170" width="600" height="800" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/img_0481.jpg 600w, https://darklingdesigns.com/wp-content/uploads/2022/10/img_0481-225x300.jpg 225w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>Here be Goo, all shiny and new!</p>
<p>The guitar is finished for now. I&#8217;ve done all I can do. It sounds amazing considered what it started out as and the fact that is still has a plywood body. Between the new tremolo and the Lace Sensors, this thing has sustain for miles. I&#8217;m very surprised at just how long it can hold a note.</p>
<p>It&#8217;s also very versatile, doing everything from blues to rock to death metal without a hitch. You can get a great variety of sounds out of the coil splitting and phase switches.</p>
<p>Only one problem remains and it&#8217;s a big one. The action is awfully high. This is due to fret issues. This guitar has smaller fret wire than most Ibanez guitars do and the wire has a fair bit of wear on it. It was also never leveled well to begin with being a cheap guitar. I currently don&#8217;t have the correct set of tools to do anything about this myself. So at some point in the future we&#8217;ll have to take it to Fretwell Bass and get Chip to see what he can do with it. Either that or I&#8217;ll have to invest in an expensive set of fret files and see if I can master one more skill.</p>
<p>Thanks for reading. I hope you enjoyed the project and found some useful information for your own use.</p>
<h2>Products Used in the Ibanez RX170 Project</h2>
<p>Note: These are affiliate links.</p>
<p><strong>Gotoh VS-100N:<a href="https://amzn.to/3FnQPEW"> https://amzn.to/3FnQPEW</a></strong><img loading="lazy" decoding="async" style="border: none !important; margin: 0px !important;" src="https://ir-na.amazon-adsystem.com/e/ir?t=poppmethente-20&amp;language=en_US&amp;l=li2&amp;o=1&amp;a=B0789T4FJQ" alt="" width="1" height="1" border="0" /></p>
<p><strong>Spertzel Locking Tuners: <a href="https://amzn.to/3FnQPEW">https://amzn.to/3FnQPEW</a></strong><img loading="lazy" decoding="async" style="border: none !important; margin: 0px !important;" src="https://ir-na.amazon-adsystem.com/e/ir?t=poppmethente-20&amp;language=en_US&amp;l=li2&amp;o=1&amp;a=B0789YLL6W" alt="" width="1" height="1" border="0" /></p>
<p><strong>Lace Sensor Alumitone Deathbucker: <a href="https://amzn.to/3sCd02I">https://amzn.to/3sCd02I</a></strong><img loading="lazy" decoding="async" style="border: none !important; margin: 0px !important;" src="https://ir-na.amazon-adsystem.com/e/ir?t=poppmethente-20&amp;language=en_US&amp;l=li2&amp;o=1&amp;a=B003H8X2X4" alt="" width="1" height="1" border="0" /></p>
<p><strong>Lace Sensor Dually Gold/Blue: <a href="https://amzn.to/3sCd02I">https://amzn.to/3sCd02I</a></strong><img loading="lazy" decoding="async" style="border: none !important; margin: 0px !important;" src="https://ir-na.amazon-adsystem.com/e/ir?t=poppmethente-20&amp;language=en_US&amp;l=li2&amp;o=1&amp;a=B00760RJ38" alt="" width="1" height="1" border="0" /></p>
<p><strong>Lace Sensor Silver: </strong>Currently unlisted.</p>
<p>The post <a href="https://darklingdesigns.com/ibanez-rx170-project/">Ibanez RX170 Project</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">170</post-id>	</item>
		<item>
		<title>Making Your Own Instrument Cables</title>
		<link>https://darklingdesigns.com/making-your-own-instrument-cables/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Wed, 19 Oct 2022 13:29:25 +0000</pubDate>
				<category><![CDATA[Music Gear]]></category>
		<category><![CDATA[cables]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[instrument cables]]></category>
		<category><![CDATA[music]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?post_type=jetpack-portfolio#038;p=125</guid>

					<description><![CDATA[<p>Overview This project is a continuation of the Homemade Pedal Board project. Once a pedal board is constructed you need good quality patch cables to hook all of your pedals together with. You can buy these pre-made, but finding good quality cables can be tricky. To avoid this I decided to make my own with [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/making-your-own-instrument-cables/">Making Your Own Instrument Cables</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Overview</h2>
<p>This project is a continuation of the Homemade Pedal Board project. Once a pedal board is constructed you need good quality patch cables to hook all of your pedals together with. You can buy these pre-made, but finding good quality cables can be tricky. To avoid this I decided to make my own with components I knew were of good quality. The details of this project can be applied to making patch cables or full size instrument cables.</p>
<h2>Selecting the Components</h2>
<h3>The Cable:</h3>
<p>I chose a Japanese instrument cable called Canare GS-6. This is a very widely used quality cable that comes at a very reasonable price. As an alternate, Mogami cable of similar construction is also considered a very high quality cable.<br />
<a title="http://store.haveinc.com/p-49639-canare-gs6-instrument-cable-coax-18awg-oxygen-free-cut.aspx" href="http://store.haveinc.com/p-49639-canare-gs6-instrument-cable-coax-18awg-oxygen-free-cut.aspx" target="_blank" rel="noopener">http://store.haveinc.com/p-49639-canare-gs6-instrument-cable-coax-18awg-oxygen-free-cut.aspx</a></p>
<h3>The Tips:</h3>
<p>I chose to go with Switchcraft, a quality US manufacturer for the tips. These tips are widely used in quality cables. The straight tips are pretty well priced, but the 90 degree tips are about twice the price. They are still worth it to me.<br />
<a title="http://www.guitarcenter.com/Switchcraft-226-Right-Angled-1-4--Phone-Jack-335001-i1128968.gc" href="https://amzn.to/3Tr8WOg" target="_blank" rel="noopener">Switchcraft 226 at Amazon</a><br />
<a title="http://www.guitarcenter.com/Switchcraft-280-1-4--Straight-Phone-Plug-101272409-i1128973.gc" href="https://amzn.to/3S99Iy1" target="_blank" rel="noopener">Switchcraft 280 at Amazon</a></p>
<h3>Heatshrink Tubing:</h3>
<p>I chose a 3:1 heatshrink tubing to seal my connections after assembly. 3:1 gives you plenty of room to slip it into place and still shrinks up nice and tight.<br />
<a title="http://store.haveinc.com/p-55326-techflex-31-heatshrink-3-8in-bla-25ft.aspx" href="http://store.haveinc.com/p-55326-techflex-31-heatshrink-3-8in-bla-25ft.aspx" target="_blank" rel="noopener">http://store.haveinc.com/p-55326-techflex-31-heatshrink-3-8in-bla-25ft.aspx</a></p>
<h3>Other Materials:</h3>
<ol>
<li>Cable Strippers: for stripping multiple layers of the cable</li>
<li>Soldering Iron and supplies: for soldering your cable to the tips</li>
<li>Needle Nosed Pliers: for crimping your ground connection from the plug to the cable</li>
<li>Hot Glue Gun: for potting the electrical connection after soldering</li>
<li>Knives, scissors, rulers: for measuring and cutting your materials</li>
<li>Heat gun, or lighter: something to shrink the tubing</li>
</ol>
<h2>Assembling the Cable:</h2>
<h3>Measuring Your Cable:</h3>
<p>The first thing you want to do is determine how long your cable needs to be. In this example I&#8217;m going to be making a 12&#8243; patch cable with one straight tip and one angled tip. To start, I&#8217;ll use my 4 foot straightedge to measure off 14&#8243; of cable.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables1/"><img loading="lazy" decoding="async" data-attachment-id="129" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables1/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables1.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables1" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables1-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables1.jpg" class="alignnone wp-image-129 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables1.jpg" alt="Measuring Instrument Cables" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables1.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables1-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables1-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>We are measuring 2&#8243; longer than we need to account for the cable that will be housed inside of the tip casing.</p>
<p>You can go ahead and cut your heatshrink tubing as well. You&#8217;ll need 1-1/2&#8243; sections for the angled connectors and 2&#8243; sections for the straight connections.</p>
<h3>Stripping the Cable:</h3>
<p>You&#8217;ll want to use the appropriate cable strippers to strip three different sections off of the end of the cable. First we removed about 3/4&#8243; from the outer insulator only. Then we fanned out the copper braid that was exposed by pulling it all one direction around the cable and then the other direction until it was fanned out all the way to the orange insulator. Then we pulled it all to one side and twisted it together into a single lead. Next we stripped the tip down to the core wire just enough to make a good lead for connecting to the hot lug on the plug. Then we removed the thin black layer of conductive insulation to expose the non-conductive clear plastic insulation below. This is important to keep from shorting the circuit. See the photo below for reference.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables2/"><img loading="lazy" decoding="async" data-attachment-id="132" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables2/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables2.jpg" data-orig-size="549,410" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables2" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables2-300x224.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables2.jpg" class="alignnone wp-image-132 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables2.jpg" alt="Instrument Cable 2" width="549" height="410" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables2.jpg 549w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables2-300x224.jpg 300w" sizes="auto, (max-width: 549px) 100vw, 549px" /></a></p>
<h3>Making the Connection</h3>
<p>Now we&#8217;ll attach the cable to the tip. Below is a standard straight Switchcraft tip.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables3-2/"><img loading="lazy" decoding="async" data-attachment-id="136" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables3-2/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables3" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1.jpg" class="alignnone wp-image-136 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1.jpg" alt="Instrument cable plug" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables3-1-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Notice that there is a short lug in the center. This is the &#8220;hot&#8221; lug. You&#8217;ll attach the core wire from the cable to this lug, which will send the signal to the tip of the plug. The long metal piece with two wings is the ground lug. This will crimp around the braided copper shielding of the cable.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables4/"><img loading="lazy" decoding="async" data-attachment-id="141" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables4/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4.jpg" data-orig-size="800,556" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables4" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4-300x209.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4.jpg" class="alignnone wp-image-141 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4.jpg" alt="inserting instrument cables" width="800" height="556" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables4-300x209.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables4-768x534.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>I&#8217;ve slightly bent the center lug inward here to keep the core wire pointing where I want it. You can insert the core wire through the lug from the outside. The angled plugs are a little different. The center lug is made differently so you don&#8217;t have to bend anything, but it works best to insert the core wire from the inside on the angled plugs. Either way, hold this connection in place with one hand and use a pair of needle nosed pliers to bend the wings of the ground lug into place, effectively clamping the cable into the tip. this will keep the &#8220;hot&#8221; wire from coming out of the other lug as well.</p>
<h3>Soldering the Connection</h3>
<p>Now that the ground connection is secure and the &#8220;hot&#8221; connection is in place, we need to secure the core wire to the lug by soldering it. I&#8217;m using a butane iron because the cords on electric ones irritate me, but use whichever iron you have on hand so long as it is powerful enough to melt the solder. I&#8217;d aim for about a 45 watt electric. I&#8217;m using standard thin gauge 60/40 rosin core solder.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables3b/"><img loading="lazy" decoding="async" data-attachment-id="137" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables3b/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3b.jpg" data-orig-size="548,411" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables3b" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3b-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3b.jpg" class="alignnone wp-image-137 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3b.jpg" alt="Soldering instrument cables" width="548" height="411" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables3b.jpg 548w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables3b-300x225.jpg 300w" sizes="auto, (max-width: 548px) 100vw, 548px" /></a></p>
<p>The connection is now secure.</p>
<h3>Potting the Connection</h3>
<p>The next step is an extra precaution I take. We are going to use a hot glue gun to fill the void between the tip lugs with hot glue. This serves two purposes. First, it isolates the ground and hot lugs so they should never had a chance of making contact with each other. Second, it keeps the wires from flexing more than necessary. The less movement you have in the wire, the longer it takes to wear out. You can significantly extend the life of your cables by doing this.</p>
<p>This photo shows what the connection looks like once it&#8217;s filled with glue. The photo doesn&#8217;t pick it up the best since the glue hardens clear.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables4b/"><img loading="lazy" decoding="async" data-attachment-id="144" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables4b/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4b.jpg" data-orig-size="548,411" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables4b" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4b-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4b.jpg" class="alignnone wp-image-144 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4b.jpg" alt="potting instrument cables" width="548" height="411" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables4b.jpg 548w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables4b-300x225.jpg 300w" sizes="auto, (max-width: 548px) 100vw, 548px" /></a></p>
<p>&nbsp;</p>
<h3>Heatshrinking the Connection</h3>
<p>Next you&#8217;ll need to slide a piece of heatshrink tubing into place. Use a 2&#8243; piece since this is a straight plug. Butt it up to the threads but not over them.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables7/"><img loading="lazy" decoding="async" data-attachment-id="146" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables7/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables7.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables7" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables7-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables7.jpg" class="alignnone wp-image-146 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables7.jpg" alt="heatshrinking instrument cables" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables7.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables7-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables7-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Now you&#8217;ll need a strong heat source such as a heat gun or open flame to shrink the tubing tight around the connection.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables8/"><img loading="lazy" decoding="async" data-attachment-id="147" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables8/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables8.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables8" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables8-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables8.jpg" class="alignnone wp-image-147 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables8.jpg" alt="heatshrinking instrument cables" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables8.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables8-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables8-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>This protects the connection, stiffens it even more against unnecessary movement, and makes the assembly look much more professional.</p>
<h3>Closing the Casing</h3>
<p>Now you need to finish closing up the tip assembly. First, slide the clear plastic tube into place. This is one more layer of rigid protection.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables9/"><img loading="lazy" decoding="async" data-attachment-id="148" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables9/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables9" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9.jpg" class="alignnone wp-image-148 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9.jpg" alt="instrument cables" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables9-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables9-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>Then screw the metal casing back into place.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables9b/"><img loading="lazy" decoding="async" data-attachment-id="149" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables9b/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9b.jpg" data-orig-size="548,411" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables9b" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9b-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9b.jpg" class="alignnone wp-image-149 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9b.jpg" alt="instrument cables" width="548" height="411" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables9b.jpg 548w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables9b-300x225.jpg 300w" sizes="auto, (max-width: 548px) 100vw, 548px" /></a></p>
<p>Now you have a nicely secured connection. To finish the cable up you&#8217;ll need to repeat this procedure with the second tip. Make absolutely sure you slide the casing, clear tube, and heatshrink onto the cable before installing the second tip, since there is no way to do it afterwards.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables11/"><img loading="lazy" decoding="async" data-attachment-id="150" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables11/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables11.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables11" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables11-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables11.jpg" class="alignnone wp-image-150 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables11.jpg" alt="instrument cables second tip" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables11.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables11-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables11-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<h2>Completed Project</h2>
<p>So here are a few photos of the what the final product looks like.</p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables13/"><img loading="lazy" decoding="async" data-attachment-id="151" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables13/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables13.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables13" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables13-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables13.jpg" class="alignnone wp-image-151 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables13.jpg" alt="instrument cables" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables13.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables13-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables13-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p><a href="https://darklingdesigns.com/making-your-own-instrument-cables/cables12/"><img loading="lazy" decoding="async" data-attachment-id="152" data-permalink="https://darklingdesigns.com/making-your-own-instrument-cables/cables12/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables12.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cables12" data-image-description="" data-image-caption="" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables12-300x225.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/cables12.jpg" class="alignnone wp-image-152 size-full" src="https://darklingdesigns.com/wp-content/uploads/2022/10/cables12.jpg" alt="instrument cables" width="800" height="600" srcset="https://darklingdesigns.com/wp-content/uploads/2022/10/cables12.jpg 800w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables12-300x225.jpg 300w, https://darklingdesigns.com/wp-content/uploads/2022/10/cables12-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></p>
<p>That&#8217;s how you make your own high quality, custom sized cables.</p>
<p>The post <a href="https://darklingdesigns.com/making-your-own-instrument-cables/">Making Your Own Instrument Cables</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">125</post-id>	</item>
		<item>
		<title>Cleanup Tools for Windows OS</title>
		<link>https://darklingdesigns.com/cleanup-tools-for-windows-os/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Mon, 17 Oct 2022 11:04:19 +0000</pubDate>
				<category><![CDATA[PC Repair]]></category>
		<category><![CDATA[anti-malware]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[cleanup tools]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?p=120</guid>

					<description><![CDATA[<p>Here is an updated list of cleanup tools I use pretty frequently on Windows based computers. Infection Cleanup Tools RKill:https://www.bleepingcomputer.com/download/rkill/ This program is downloadable as 4 different file types. Some malware keeps cleanup tools from running correctly so if the standard program doesn&#8217;t work you can try one of the other links. This tool looks [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/cleanup-tools-for-windows-os/">Cleanup Tools for Windows OS</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Here is an updated list of cleanup tools I use pretty frequently on Windows based computers.</p>



<h2 class="wp-block-heading">Infection Cleanup Tools</h2>



<p><strong>RKill:</strong><a href="https://www.bleepingcomputer.com/download/rkill/" target="_blank" rel="noreferrer noopener">https://www.bleepingcomputer.com/download/rkill/</a> This program is downloadable as 4 different file types. Some malware keeps cleanup tools from running correctly so if the standard program doesn&#8217;t work you can try one of the other links. This tool looks for actively running infections and attempts to kill the process running them. Once that&#8217;s done it&#8217;s possible to run some of the other cleanup programs that might get blocked by an actively running infection. RKill also resets network settings to get around infections that set a proxy server on the actual network interface to prevent internet access from working.</p>



<p><strong>AdwCleaner:</strong><a href="https://www.bleepingcomputer.com/download/adwcleaner/" target="_blank" rel="noreferrer noopener">https://www.bleepingcomputer.com/download/adwcleaner/</a> A focused malware scanner that primarily cleans up a variety of browser hijacks and dangerous extensions.</p>



<p><strong>Malwarebytes Free Version:</strong><a href="https://www.malwarebytes.com/" target="_blank" rel="noreferrer noopener">https://www.malwarebytes.com/</a> A very comprehensive full system scanner. This program is very good at getting rid of infections that a traditional virus scanner tends to miss. Can also be purchased for an active shield that works alongside traditional virus scanners like Windows 10 built in security suite. Not a bad idea for those prone to constantly getting infected. Otherwise, the free version runs as an on demand scanner as needed.</p>



<p><strong>SuperAntiSpyware: </strong><a href="https://www.superantispyware.com/" target="_blank" rel="noreferrer noopener">https://www.superantispyware.com/</a> Very much like Malwarebytes and serves as a good second scan to find anything the others miss. SAS is good at cleaning up adware trackers in browsers above all else.</p>



<p><strong>Geek Uninstaller: </strong><a href="https://geekuninstaller.com/" target="_blank" rel="noreferrer noopener">https://geekuninstaller.com/</a> A program that runs the built in uninstaller for programs you want to remove and then does an extensive scan to remove all leftover files and registry entries the uninstallers fail to remove.</p>



<h2 class="wp-block-heading">System Info Tools</h2>



<p><strong>Advanced IP Scanner: </strong><a href="https://www.advanced-ip-scanner.com/" target="_blank" rel="noreferrer noopener">https://www.advanced-ip-scanner.com/</a> This is a network scanner. It can find and list other devices connected to a network along with IP addresses and MAC addresses.</p>



<p><strong>Wireshark:</strong><a href="https://www.wireshark.org/" target="_blank" rel="noreferrer noopener">https://www.wireshark.org/</a> A very in depth network protocol analyzer. <strong>AnyDesk:</strong><a href="https://anydesk.com/en" target="_blank" rel="noreferrer noopener">https://anydesk.com/en</a> Free (for personal use, but whatevs) remote access utility. Good for providing tech support to a customer without having on site access. As long as their internet is working.</p>



<p><strong>Speccy:</strong><a href="https://www.ccleaner.com/speccy" target="_blank" rel="noreferrer noopener">https://www.ccleaner.com/speccy</a> System information utility to pull a lot of OS info.</p>



<p><strong>CPU-Z:</strong><a href="https://www.cpuid.com/softwares/cpu-z.html" target="_blank" rel="noreferrer noopener">https://www.cpuid.com/softwares/cpu-z.html</a> <strong>G</strong><strong>PU-Z: </strong><a href="https://www.techpowerup.com/gpuz/" target="_blank" rel="noreferrer noopener">https://www.techpowerup.com/gpuz/</a> Utilities for pulling a lot of information about a systems hardware.</p>



<h2 class="wp-block-heading">Android Apps for Network Diagnostics</h2>



<p><strong>Fireprobe Speed Test:</strong> Test your wireless network speeds. The one in the Eero only tells you haw fast the connection between the Eero and the ISP is. This one tells you how fast your speed is between the Eero an the endpoint device.</p>



<p><strong>WiFiman:</strong> Ubiquiti&#8217;s WiFi analyzer tool. Lets you see the layout and signal strength of nearby hot spots. Good for plotting where to put a beacon. Just don&#8217;t trust the built in speed test. For some reason the Upload test is janky and seems to be artificially capped. That&#8217;s not an exhaustive list, but it&#8217;s a lot of the main stuff. The first couple are the big ones for a customer to clean up their messes.</p><p>The post <a href="https://darklingdesigns.com/cleanup-tools-for-windows-os/">Cleanup Tools for Windows OS</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">120</post-id>	</item>
		<item>
		<title>Painting a Metal Roof</title>
		<link>https://darklingdesigns.com/painting-a-metal-roof/</link>
		
		<dc:creator><![CDATA[sysop]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 14:00:40 +0000</pubDate>
				<category><![CDATA[Home Improvemet]]></category>
		<category><![CDATA[metal roof]]></category>
		<category><![CDATA[roof paint]]></category>
		<guid isPermaLink="false">https://darklingdesigns.com/?p=102</guid>

					<description><![CDATA[<p>Painting a Metal Roof Introduction This article is meant to clarify the answers to some of the most common questions our customers have about painting a metal roof. This information is aimed at the residential customer, but can easily pertain to a commercial application as well. However, commercial facilities will have other more industrial product [&#8230;]</p>
<p>The post <a href="https://darklingdesigns.com/painting-a-metal-roof/">Painting a Metal Roof</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Painting a Metal Roof</h2>
<h2>Introduction</h2>
<p>This article is meant to clarify the answers to some of the most common questions our customers have about painting a metal roof. This information is aimed at the residential customer, but can easily pertain to a commercial application as well. However, commercial facilities will have other more industrial product selections such as epoxy and aliphatic urethane coatings to choose from that are less common in a residential environment. These types of coatings will not be covered in this article. Product selection will be limited to more readily available products with less involved application procedures.</p>
<p>&nbsp;</p>
<p>This article is broken down into four basic sections. The first step is to determine what substrate you are painting actually is. This includes both the type of metal roof materials used and any existing coatings that are in place. The second step is to determine the best methods and products to prepare the existing surface for paint. The third step is choosing the correct coating system for the job. The final section will cover some of the dos and don’ts of applying the coating.</p>
<p>&nbsp;</p>
<p>Please read through the entire article before beginning your project to familiarize yourself with the process as a whole. It’s all too easy to jump right into a project and find yourself suddenly overwhelmed.</p>
<h2>Determining the Substrate</h2>
<p>The first step in painting any metal roof is determining what substrate and existing coatings you are dealing with. This is a huge factor in what coating system you’ll want to use and is critical to determining how to prepare the existing surface.</p>
<p>&nbsp;</p>
<p>There are several different types of metals used in roofing applications. Some are more common than others. Historically steel and copper have been widely used. Stainless steel and aluminum are newer and more expensive products used in roofing applications and as a result are less common. There are also various Terne products available. Terne is an alloy of a few different metals that is used to coat a steel core and provide anti-corrosion properties.</p>
<p>&nbsp;</p>
<p>Let’s start by ruling out the most easily identifiable metal roof material, copper. Copper is pretty easy to spot. It is shiny and copper colored when new, just like a new penny. It dulls and darkens to a brown color as it ages. Eventually it progresses to a green or greenish blue patina as it continues to weather. Regardless of exactly how old it is, copper tends to look nothing like the other “silver” metals used in roofing applications. Copper is also generally left uncoated so the color difference is easy to spot. Most people that opt for a copper roof are taking the patina into consideration as part of their choice and wouldn’t dream of coating it.</p>
<p>
<a href='https://darklingdesigns.com/painting-a-metal-roof/001newcopper/'><img loading="lazy" decoding="async" width="150" height="100" src="https://darklingdesigns.com/wp-content/uploads/2022/10/001NewCopper-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="New Copper" data-attachment-id="104" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/001newcopper/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/001NewCopper.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="001NewCopper" data-image-description="" data-image-caption="&lt;p&gt;New Copper&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/001NewCopper.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/001NewCopper.jpg" /></a>
<a href='https://darklingdesigns.com/painting-a-metal-roof/002agedcopper/'><img loading="lazy" decoding="async" width="150" height="100" src="https://darklingdesigns.com/wp-content/uploads/2022/10/002AgedCopper-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="Aged Copper" data-attachment-id="105" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/002agedcopper/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/002AgedCopper.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="002AgedCopper" data-image-description="" data-image-caption="&lt;p&gt;Aged Copper&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/002AgedCopper.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/002AgedCopper.jpg" /></a>
<a href='https://darklingdesigns.com/painting-a-metal-roof/003oldcopper/'><img loading="lazy" decoding="async" width="150" height="100" src="https://darklingdesigns.com/wp-content/uploads/2022/10/003oldcopper-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="Old Copper" data-attachment-id="106" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/003oldcopper/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/003oldcopper.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="003oldcopper" data-image-description="" data-image-caption="&lt;p&gt;Old Patinaed Copper&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/003oldcopper.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/003oldcopper.jpg" /></a>
</p>
<p>Now we can separate the ferrous metals from the non ferrous metals. The term ferrous refers to any metal with a primarily iron base. For our purposes that generally means steel. Most of your older roofs will be galvanized steel or Terne tin, which is also steel, despite the name. While the zinc coating used in the galvanizing process will not attract a magnet, the iron core material will. That means that a magnet will be the quickest and easiest way to determine whether the roof is steel. If a magnet sticks to the material then it is most likely galvanized steel or Terne tin. Stainless steel on the other hand is designed not to rust and the alloy metals added to the mixture generally prevent a magnet from sticking to it. Please note that some alloys of stainless steel will hold a magnet, but these types are not generally used in roofing panels. Steel roofing is difficult to spot visually. It&#8217;s usually coated from the factory so it appears much like any other metal roof.</p>
<p>&nbsp;</p>
<p>Terne tin is a little trickier to determine. The term “tin” is a misnomer in this situation. It is very rare to find an actual tin roof. Generally, a tin roof is referring to one of two things. The first incarnation of the tin roof was a sheet of steel with a tin coating on the surface to prevent oxidization. The second incarnation is what we call Terne tin. This material still consists of a steel base, but it is coated with a Terne alloy in lieu of actual tin. Originally, tern was an alloy made from a blend of lead and tin. When lead was banned from use in construction Terne II was born. Terne II is an alloy made from a blend of zinc and tin.</p>
<p>&nbsp;</p>
<p>As you can see, it can be difficult to determine whether a roof is galvanized steel or Terne tin without resorting to chemical tests. Fortunately, it doesn’t really matter. Both galvanized and Terne surfaces are prepared for paint the same way.</p>
<p>
<a href='https://darklingdesigns.com/painting-a-metal-roof/galvanizedroof/'><img loading="lazy" decoding="async" width="150" height="100" src="https://darklingdesigns.com/wp-content/uploads/2022/10/GalvanizedRoof-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="Galvanized Steel" data-attachment-id="109" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/galvanizedroof/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/GalvanizedRoof.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="GalvanizedRoof" data-image-description="" data-image-caption="&lt;p&gt;Galvanized Steel&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/GalvanizedRoof.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/GalvanizedRoof.jpg" /></a>
<a href='https://darklingdesigns.com/painting-a-metal-roof/ternetin/'><img loading="lazy" decoding="async" width="150" height="100" src="https://darklingdesigns.com/wp-content/uploads/2022/10/ternetin-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="Terne Tin" data-attachment-id="108" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/ternetin/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/ternetin.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ternetin" data-image-description="" data-image-caption="&lt;p&gt;Terne Tin&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/ternetin.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/ternetin.jpg" /></a>
</p>
<p>Let’s cover stainless steel now. Stainless is generally only used in commercial applications and even then it isn’t common due to the added expense. Stainless steel is naturally corrosion resistant, but it is still sometimes coated with an additional Terne II finish. The finish on stainless steel can be bright and shiny or matte depending on the product chosen. Generally, stainless steel is left uncoated and still retains a good appearance. There is really no need to paint stainless steel so it is one of the few roofing materials that will have a bright silver appearance. The Terne version will be harder to distinguish from normal Terne tin so a magnet will be needed.</p>
<p><figure id="attachment_111" aria-describedby="caption-attachment-111" style="width: 200px" class="wp-caption alignnone"><img loading="lazy" decoding="async" data-attachment-id="111" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/stainlesssteel/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/StainlessSteel.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="StainlessSteel" data-image-description="" data-image-caption="&lt;p&gt;Stainless Steel&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/StainlessSteel.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/StainlessSteel.jpg" class="size-full wp-image-111" src="https://darklingdesigns.com/wp-content/uploads/2022/10/StainlessSteel.jpg" alt="Stainless Steel" width="200" height="100" /><figcaption id="caption-attachment-111" class="wp-caption-text">Stainless Steel</figcaption></figure></p>
<p>&nbsp;</p>
<p>Lastly, we’ll cover aluminum. Aluminum is more expense than steel and thus less common. It’s growing in popularity though because it is light weight, corrosion resistant, and dissipates heat quickly. A magnet will not stick to aluminum roofing material. Aluminum does not really corrode if left exposed, but it does discolor badly from the layer of protective oxidization that forms on its surface, making it an ugly natural finish. Most aluminum roofing will be coated, often coming from the factory in an assortment of colors. Sometimes it will also be anodized like the old paraplanes. Aluminum is very thin a flexible material and most often has a factory finish so it’s easy to spot.</p>
<p><figure id="attachment_113" aria-describedby="caption-attachment-113" style="width: 200px" class="wp-caption alignnone"><img loading="lazy" decoding="async" data-attachment-id="113" data-permalink="https://darklingdesigns.com/painting-a-metal-roof/aluminum/" data-orig-file="https://darklingdesigns.com/wp-content/uploads/2022/10/Aluminum.jpg" data-orig-size="200,100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Aluminum" data-image-description="" data-image-caption="&lt;p&gt;Aluminum&lt;/p&gt;
" data-medium-file="https://darklingdesigns.com/wp-content/uploads/2022/10/Aluminum.jpg" data-large-file="https://darklingdesigns.com/wp-content/uploads/2022/10/Aluminum.jpg" class="size-full wp-image-113" src="https://darklingdesigns.com/wp-content/uploads/2022/10/Aluminum.jpg" alt="Aluminum" width="200" height="100" /><figcaption id="caption-attachment-113" class="wp-caption-text">Aluminum</figcaption></figure></p>
<p>&nbsp;</p>
<p>Once the type of metal has been determined, you need to figure out what kind of coating if any is currently on it.</p>
<p>&nbsp;</p>
<p>Traditionally, oil-based roof paints have been the most common product chosen. Most residential applications of any age will have at least one coat of oil on them and often dozens of coats will have built up over the years. Oil paints get brittle as they age and often start peeling as the number of coats increases over time. The paint film gets so hard and so thick that it eventually can’t keep up with the movement the metal experiences with temperature changes. When that happens the paint film starts to sheer from the metal and peeling results. These flakes of peeling paint will be very brittle and break easily, which makes spotting oil-based roof coatings fairly easy. If you can’t get peeling chips for some reason there is another way to tell if the roof has oil on it. Simply wet a rag with denatured alcohol and rub a spot with it. If little or no color comes off on the rag then you have oil paint. If the color does come off you have an acrylic paint. Alcohol is strong enough to melt acrylic products, but not strong enough to affect oil.</p>
<p>&nbsp;</p>
<p>In more recent years acrylic DTM (direct to metal) products have become more common as a roof coating. Certain roofing materials, such as Terne tin and galvanized steel, accept waterborne coatings more readily than oil-based coatings. Acrylics are also more flexible than oil and thus handle movement in the metal better. They are also faster to dry, allowing a painter to turn a job around quicker. The speed of drying can pose its own problems though. DTMs are generally the product of choice for many factory finished metals. Peeling DTM will be flexible and rubbery. The color will also come off when applying the alcohol test.</p>
<p>&nbsp;</p>
<p>Another less common roof coating is elastomeric paint. Elastomerics are also waterborne acrylics, but they have elastomeric resins built in as well. These products leave a much thicker and more rubbery film and generally only come in white. Even when a colored version is present they are easy enough to differentiate from a DTM. These coatings are mainly used in commercial or hospitality settings and are mainly used for their heat reflecting properties. This makes them more common in warmer areas such as Florida. Test for this product just like DTM, but pay attention to how thick and rubbery the film is and what color it is.</p>
<p>&nbsp;</p>
<p>There is one other type of coating that is commonly found on buildings like barns or storage sheds. Asphalt roof coatings are sometimes used on these roofs because they are extremely cheap and are thick enough to fill pinholes in the metal. You have plain asphalt, fibered asphalt and fibered aluminum asphalt. Asphalt will be black and tarry. Fibered asphalt will look like normal asphalt but have more texture from the material fibers in it. The aluminum variety will look like fibered asphalt, but will have a dull aluminum color to it. All of these coatings are a real pain to deal with as far as recoating with other products.</p>
<p>&nbsp;</p>
<h2>Preparation</h2>
<h3>Bare Metal</h3>
<p>Bare metal is the best substrate to work with in most cases. You don’t have the existing coating to deal with. Surface condition can be a factor though.</p>
<p>&nbsp;</p>
<p>First let’s cover rust and corrosion on steel surfaces. If there is any rust or other corrosion that is loose and scaly it must absolutely be removed via mechanical methods. This can involve wire brushing, scraping, grinding, sanding, and other procedures such as sand or soda blasting. Remove as much rust and scale as possible. When you are left with just a residue you can choose to further treat the issue or to depend on the rust inhibitive properties of your coating system to put a “band-aid” on the problem.</p>
<p>&nbsp;</p>
<p>It is recommended to further address the residual rust with a solution of phosphoric acid. Products such as Ospho are recommended for this. Ospho is a light phosphoric acid formulation. You simply pour it on the surface and brush it into place. Let it dry and repeat if rust is still apparent. Ospho will etch the surface of the metal and convert the iron oxide (rust) into iron phosphate, an inert substance that turns the metal black. Sweep away any powder left by the process and you are ready for primer and paint.</p>
<p>&nbsp;</p>
<p>If no rust is present on the steel a simple pressure washing may be adequate to clean the surface of the roof. Be aware that a lack of rust indicates the presence of a coating such as zinc galvanizing or Terne. Galvanized or Terne surfaces must be etched with a product like Ospho to avoid adhesion problems with the coating system. When galvanizing or Terne is believed to be present, clean the roof via pressure washing and let dry. Then apply a coat of Ospho and let it dwell for 30 minutes. Rinse clean and allow the surface to dry completely before applying a coating system. You may allow the Ospho to dry and sweep it away in lieu of rinsing it if appearance is not as important. However, rinsing the surface will result in a smoother finish.</p>
<p>&nbsp;</p>
<p>Let’s move on to aluminum. Aluminum should not form any major corrosion. A simple pressure washing is generally adequate preparation for an aluminum roof. If desired, the metal can be etched with Ospho just like steel. This will result in a better bond with the coating system. If scaling has formed for some reason handle the issue in much the same way as you would rust on a steel surface.</p>
<p>&nbsp;</p>
<p>Next, we’ll cover stainless steel. You really shouldn’t paint stainless steel. It defeats the purpose of using it in the first place. When you absolutely must paint it, follow the preparation instructions for aluminum.</p>
<p>&nbsp;</p>
<p>Finally, we’ll cover copper. Copper really should not be painted. It defeats the purpose of using it since copper can last centuries. It also takes away from the natural beauty of the metal. There is also the problem of keeping a coating on it. The chemical reaction that occurs when copper oxidizes burns off just about anything you put on it. So just leave copper alone.</p>
<p>&nbsp;</p>
<h3>Previous Metal Roof Coatings</h3>
<p>Unfortunately, a painter is seldom blessed with the gift of a bare metal roof to work with. The great majority of the time the roof will have a previous coating on it. It could even have multiple coats present. Some old roofs have been found to have 30-40 layers of paint on them. When that much paint is present it may be time to replace the metal instead of painting it. Make sure you examine that option alongside the option of a proper repaint to determine which one is better in the long run.</p>
<p>&nbsp;</p>
<p>If you have an oil coating on the surface in question, which is the most common situation, then you’ll want to remove any loose and peeling areas of paint via mechanical methods. This means scraping, sanding, wire brushing, and so on. Pressure washing will seldom remove all loose debris. Treat any rusting or corroding areas the same as you would if they were present on bare metal. If the majority of the coating is still sound you can get away with spot priming the bare areas you’ve exposed before applying paint. Otherwise, you’ll be best served by removing as much coating as possible before a full coating system of primer and paint is applied.  Once the loose material is removed, pressure wash the surface to remove any residual contamination.</p>
<p>&nbsp;</p>
<p>Surfaces painted with an acrylic product can be prepared much the same way as a surface coated with an oil product. Just be very careful when removing the loose material. Acrylics tend to peel in strips and keep on peeling if they are not securely adhered, whereas oils break up more readily as they peel.</p>
<p>&nbsp;</p>
<p>Surfaces painted with an asphalt product are often a lost cause. Asphalts are extremely difficult to coat over effectively and even more difficult to remove. Generally, anything coated with asphalt probably isn’t material of any quality and you’d be better off replacing it. If you must paint over it, remove anything loose via mechanical methods and give it a good pressure washing.</p>
<p>&nbsp;</p>
<h3>General Notes</h3>
<p>There are a few final notes concerning preparation. It is recommended to use a detergent such as Jomax or TSP when cleaning and pressure washing a roof. Water alone will not always remove all of the contaminants. A detergent is essential to achieving an optimal surface. Once your surface is clean and ready for coating do not leave it for more than a day or two before applying the primer. The more time you allow the surface to remain exposed, the greater the chance it will become contaminated again.</p>
<p>&nbsp;</p>
<h3>A Note on Lead</h3>
<p>If you have an older roof you should familiarize yourself with the hazards of lead. Many old roof coatings and Terne formulations used lead in the mix. When grinding or scraping where one of these coatings is present you are releasing lead dust into the environment. Breathing this dust can result in lead poisoning.</p>
<p>&nbsp;</p>
<p>The EPA has spent the last few years cracking down on lead as well. It’s treated much like asbestos now and heavy fines can result if you make a mistake handling it. Consult the <a href="https://www.epa.gov/lead/renovate-right-important-lead-hazard-information-families-child-care-providers-and-schools" target="_blank" rel="noopener">EPA website</a> for more information.</p>
<p>&nbsp;</p>
<h2>Metal Roof Coating Systems</h2>
<p>Now that your roof is prepared for paint you need to choose the correct coating system for the existing surface. There are three main types of roof coatings for general residential application. These include traditional oils, newer Acrylic DTMs, and Acrylic Elastomerics.</p>
<h3>Types of Coatings</h3>
<p>Traditional oil coatings are linseed based long oils designed to bond tightly to the metal and provide as much flexibility as an oil coating can. This is the type of coating that has been used for many decades and remains the most common product in use today. The biggest drawbacks to oil coatings include lack of colorfastness, brittleness with age, and long dry times. The longer dry times make for slower turnaround and require that care is given to the time of day you are painting. In spring and autumn weather, painting too late into the day with an oil product can make it susceptible to spotting from evening dew.</p>
<p>&nbsp;</p>
<p>Acrylic DTMs are newer products that have come down from the industrial and railroad divisions. These products have been formulated to take the place of traditional oil coatings in a world that is constantly pushing for GREEN building initiatives. They are very durable, have better colorfastness than oils, better flexibility on metal surfaces, and have a faster turnaround time since they dry rapidly. The drawback to the rapid dry time is that you must be careful not to apply them in direct sunlight or on very hot days to avoid lapping and flash drying, which will result in a less than desirable appearance and possible adhesion issues.</p>
<p>&nbsp;</p>
<p>Elastomerics are more of a specialized product. They are more commonly used in commercial and hospitality projects, but can be used quite successfully in a residential application. An elastomeric coating is a waterborne blend of acrylic and elastomeric resins. It is much thicker than a normal acrylic coating and provides a thick rubbery membrane when dry. These types of coatings are generally used in warmer climates such as Florida due to their ability to reflect heat and provide a little insulation from the sun.  They often contain ceramic micro-spheres to further promote heat reflection. Elastomerics are most readily available in white, which is also the best color to reflect heat. Other colors are sometimes available, usually on a special order basis, and more common in cooler climates like Canada. Elastomerics behave very much like acrylics with the exception of having a much lower spread rate due to the their thick viscosity. Their heat reflecting properties as well as the ability to fill small pinholes are their strongest advantages. However, most homeowner generally do not like the appearance of elastomeric coatings, especially when they are available only in white.</p>
<p>&nbsp;</p>
<h3>Choosing a Product</h3>
<p>Which type of product to use depends largely on the surface you are coating as well as the intended application. Considering the focus of this article, we’ll assume the intended application is your standard residential roof. Therefore, we can focus on what the substrate calls for.</p>
<p>&nbsp;</p>
<h4>When to Use Oil</h4>
<p>An oil system should be used when you have a very rusty ferrous metal surface that you do not intend to etch and convert with a product like Ospho. Oil roof primers and paints are naturally better at handling rust bleed through and reducing future oxidation of the metal.</p>
<p>&nbsp;</p>
<p>Oil products should also be used when the existing coating is already an oil product, especially when multiple coats are present. If you have an old roof with existing oil paint on it you are better off recoating it with more oil unless you are willing to strip the roof to bare metal. Acrylic DTMs and Elastomerics have an aggressive bite and will often bond to old oil without an issue. However, the acrylic and oil products expand and contract and a much different rate. This usually results in the acrylic coating pulling the old oil coating loose, which will result in peeling. The top coat is only as good as what lies beneath it.</p>
<p>&nbsp;</p>
<h4>When to Use Acrylic DTM</h4>
<p>Acrylic DTMs should be used on any surface that is not friendly to oil products. These include aluminum, galvanized, and Terne products. You will get a much better bond to the properly prepared surface of one of these metals from an acrylic than you will from an oil.</p>
<p>&nbsp;</p>
<p>Acrylic DTMs should also be used when colorfastness and flexibility are a major concern. They will greatly outperform oil products on both accounts.</p>
<p>&nbsp;</p>
<p>Acrylic DTMs are also the product of choice when trying to coat over old asphalt products. There is no guarantee in this situation that anything will really stay bonded to the old asphalt surface, but acrylics have a better chance of adhering than oils.</p>
<p>&nbsp;</p>
<p>In general, any new surface should be properly prepared and coated with an Acrylic DTM unless the specific properties of an elastomeric are called for. Oil will eventually disappear under pressure from the EPA. There is no reason to coat a new surface with a dying technology and have to deal with conversion issues in the future.</p>
<p>&nbsp;</p>
<h4>When to Use Elastomerics</h4>
<p>Elastomerics need little explanation. They are such specialized products that very few situations will call for them. They are primarily called for if you are specifically looking for their heat reflecting properties.</p>
<p>&nbsp;</p>
<h2>Application Dos &amp; Don’ts</h2>
<p>Generally, application of any of these systems will consist of applying one coat of rust inhibitive primer and two coats of finish with proper dry time between coats. It is important that the primer be rust inhibitive on ferrous surfaces. In the case of oil products you will most likely be looking at a red oxide metal primer. Acrylic DTMs are also available in a red oxide variety. Both types also commonly come in gray and sometimes white, but red oxide is preferred for the greatest rust inhibitive capability. Elastomeric coatings should be applied over a coat of red oxide acrylic DTM primer.</p>
<p>&nbsp;</p>
<p>If you have a sound existing coating and are applying a coating of the same type of product over it, i.e. oil over oil, then fully priming the roof is not necessary. Spot prime any bare areas and then apply two coats of finish product over the entire roof.</p>
<p>&nbsp;</p>
<p>Application via brush, roller, spray or a combination thereof is acceptable provided proper film build of each coat is achieved. Use a film gauge to check this if necessary.</p>
<p>&nbsp;</p>
<p>Avoid applying a coating in direct sunlight, especially waterborne coatings. Also be sure to honor the approved range of temperatures for the product in question. Generally, surface temperatures should fall between 50 and 90 degrees Fahrenheit. Surface temperature refers to the temperature of the surface you are painting, not the ambient air temperature. A metal roof that has been in direct sunlight for a while can be much hotter than the air around it. Too hot of a surface can cause the solvents in a product to flash off too fast and prevent proper bonding. This can also result in visual defects such as dull and shiny spots and a crinkled film. Too cold of a surface can retard drying and curing of the product and also result in adhesion issues.</p>
<p>&nbsp;</p>
<p>Avoid painting too early or too late into the day, especially in spring or autumn weather. Dew is often the culprit when visual problems occur on an exterior paint film. Painting a surface too early in the morning when the weather has been very cool does not give dew time to dissipate and can result in adhesion and blushing issues. Painting too late in the day allows dew to form before the paint film is dry and can also cause blushing.</p>
<p>&nbsp;</p>
<p>Be careful to get good coverage on the seams of the roof. These are the most difficult areas to coat well when applying product with a roller or brush. The flat surfaces are much easier to achieve full coverage.</p>
<p>&nbsp;</p>
<p>Refer to the documentation or sales representative of the specific product you choose to use for full recommended application procedures.</p>
<p>&nbsp;</p>
<h2>Conclusion</h2>
<p>The proceeding information should make it clear that application method is only one small part of the equation when dealing with a metal roof. Properly identifying the existing surface and correctly preparing it for a coating are essential steps to achieving a good looking paint job that will last for many years.</p>
<p>&nbsp;</p>
<p>The length of this article may make painting your roof seem like a formidable task, but be assured that it is not. There are simply numerous variables that need to be covered. Once you have identified the substrate and chosen a product to apply, you’ll always know the best system for future use. Then it all comes down to common sense and knowing how to use your painting equipment.</p>
<p>&nbsp;</p>
<p>This article was written with an emphasis on identifying the surface to be painted, properly preparing it, and choosing which type of coating is best for your application. Application tips have been provided but application procedures have been kept to a minimum. Once you’ve chosen a brand and specific product for your job, it is best to adhere to the manufacturer’s recommended application procedures first and foremost.</p>
<p>&nbsp;</p>
<p>I hope this information has been helpful to those of you about to tackle a roof painting project. Please feel free to comment with any questions or concerns. I’ll try to keep this article up to date with any new information that seems relevant.</p>
<p>&nbsp;</p>
<h2>Disclaimer</h2>
<p>I have worked in retail and commercial sales of residential and industrial coatings for over a decade. I am not a chemist or a metallurgist, though I do frequently have input from the chemists and field representatives of the paint manufacturers with which I deal. My knowledge is based solely on my real life experience with the products and situations discussed above, not on any official training. Please use this information as a starting point for your project, but discuss the details with your local paint representatives before proceeding.</p>
<h2>Contact Us</h2>
<p>Please contact us with any questions regarding painting a metal roof, or with any inquiries about metal roof paint, prep, and application products.</p>
<p>Contact Darkling Designs here: <a href="https://darklingdesigns.com/contact-us/"> https://darklingdesigns.com/contact-us/</a></p>
<p>Contact Morris Paint here:  <a href="https://www.morrispaint.com/contact/" target="_blank" rel="noopener">https://www.morrispaint.com/contact/</a></p>
<p>By Chad Simmons –<a href="https://www.morrispaint.com/" target="_blank" rel="noopener"> Morris Paint &amp; Floor Covering, Inc.</a></p>
<p>The post <a href="https://darklingdesigns.com/painting-a-metal-roof/">Painting a Metal Roof</a> appeared first on <a href="https://darklingdesigns.com/">Darkling Designs</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">102</post-id>	</item>
	</channel>
</rss>
