Dihydrogen dinitrosulphatoplatinum solution

This acidic plating concentrate has been developed to produce bright, heavy and coherent platinum deposits which are totally pore free at a thickness of 0.6µm - 25µm.

Application
Dilute to a platinum content of 5 g/l with demineralised water for general use. Where a higher platinum concentration is required, the appropriate quantity of Pt DNS solution should be added.

Replenishment
The platinum content of the bath should not be allowed to fall below 4 g/l, and can be maintained by the addition of Pt DNS solution as necessary.

Metal preparation
Platinum may be deposited directly onto copper, brass, silver, nickel and titanium. An undercoat of nickel is required for deposition onto tin, zinc, cadmium or steel. 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) followed by a thorough water rinse.

Plating conditions
Platinum content: 4 g/l – 15 g/l (optimum 5 g/l)
Temperature: 30°C - 70°C (optimum 30°C)
Cathode current density: up to 2 amps/dm2 (optimum 0.5 amps/dm2) Deposition rate: up to 5 µm/hour (optimum 1.25 µm/hour)

Platinum content
4 - 6 % w/w

Colour
Green-blue/yellow/orange-brown

Chemical formula
H2Pt(NO2)2(SO4)

Product Codes
UK: 152005 
US: C1032
This product can be ordered worldwide under the above product codes

CAS number
12033-81-7

Product family
Pgm compound solution (aqueous)

Process
Electroplating

Market
Jewellery

An error occurred while processing the template.
Java method "com.sun.proxy.$Proxy1012.getLatestArticle(long)" threw an exception when invoked on com.sun.proxy.$Proxy1012 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@2dcaafbf"; 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>