Rhodium phosphate plating solution RJ100P

This phosphate based concentrate has been specially developed for decorative applications. It will produce bright, white lustrous deposits at thicknesses below 0.5 µm. The recommended maximum thickness is 1 µm.

Availability
Available in the following pack sizes:

2 g rhodium content (20 ml)
4 g rhodium content (40 ml)
10 g rhodium content (100 ml)
Other pack sizes can be supplied as required.

Bath preparation
Typical requirements for 1 litre solution:
Demineralised or distilled water: 800 ml
Concentrated sulphuric acid: 20 ml (added cautiously to the water with stirring)
RJ100P: 20 ml

Metal preparation
All components must be thoroughly degreased using trichloroethylene or a similar solvent. Immediately prior to plating the parts should be immersed in dilute sulphuric acid (5 % v/v).

Plating Conditions

Rhodium content: 1.5 g - 2.5 g/l

Sulphuric acid content: 10 - 40 ml/l

Temperature: 20°C - 60°C (optimum 40°C)

Cathode current density: Up to 8 A/dm2 (optimum 2 A/dm2)

Current efficiency: 12 % at optimum current density

Chemical formula
RhPO4

Product codes
UK: 153111
This product can be ordered worldwide under the above product codes

CAS number
67859-71-6

Product family
Pgm compound solution (aqueous)

Process
Electroplating

Market
Jewellery, electronics

An error occurred while processing the template.
Java method "com.sun.proxy.$Proxy834.getLatestArticle(long)" threw an exception when invoked on com.sun.proxy.$Proxy834 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@442f5ece"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign article = JournalArticleLocal...  [in template "161555#161602#TWO-PERSON-BLOCK" at line 44, column 21]
----
1<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
2<#assign href = '#' > 
3 
4<div class="container jmtwo--person-temp"> 
5    <#if (Title.getData())??> 
6        <h2 class="person-heading_align"> 
7	        ${Title.getData()} 
8        </h2> 
9    </#if> 
10    <#if (SubTitle.getData())??> 
11	    <h6 class="person-subheading_align"> 
12	        ${SubTitle.getData()} 
13	    </h6> 
14    </#if> 
15 
16    <#if Link_Title?? && Link_Title.getData()?has_content> 
17        <#assign title = Link_Title.getData()> 
18		<#if Link_Title.Link_Internal?? && Link_Title.Link_Internal.getFriendlyUrl()?has_content> 
19			<#assign href = Link_Title.Link_Internal.getFriendlyUrl() > 
20		<#elseif Link_Title.Link_Mailto?? && Link_Title.Link_Mailto.getData()?has_content> 
21			<#assign href = Link_Title.Link_Mailto.getData() > 
22		<#elseif Link_Title.Link_Media?? && Link_Title.Link_Media.getData()?has_content> 
23			<#assign href = Link_Title.Link_Media.getData() > 
24		<#elseif Link_Title.Link_External?? && Link_Title.Link_External.getData()?has_content> 
25			<#assign href = Link_Title.Link_External.getData() > 
26		<#elseif Link_Title.Link_Target?? && Link_Title.Link_Target.getData()?has_content> 
27			<#assign href = Link_Title.Link_Target.getData() > 
28		</#if> 
29		<div class="btn__listblock"> 
30    		<a class="list_inner_link" href="${href}" title="${title}"> 
31    			<span>${title}</span> 
32    			<span class="list__link-icon"></span> 
33    		</a> 
34	    </div> 
35	</#if> 
36 
37    <div class="two-person-grid container"> 
38        <#if (People.getSiblings())?? && People.getSiblings()?has_content> 
39            <#list People.getSiblings() as cur_People> 
40                <#if cur_People?? && cur_People.getData()?has_content> 
41                    <#assign 
42                        webContentData = jsonFactoryUtil.createJSONObject(cur_People.getData()) 
43                    /> 
44                    <#assign 
45                        article = JournalArticleLocalService.getLatestArticle(getterUtil.getLong(webContentData.classPK, 0)) 
46                    /> 
47    				<@liferay_journal["journal-article"] 
48    				    articleId = article.getArticleId() 
49    				    ddmTemplateKey = "PERSON" 
50    				    groupId = article.getGroupId() 
51    				/> 
52				</#if> 
53            </#list> 
54        </#if> 
55    </div> 
56</div>