<?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/"
	>

<channel>
	<title> &#187; Technology</title>
	<atom:link href="http://www.successful.com.au/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.successful.com.au/blog</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 20:26:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Engineering Data Visualisation</title>
		<link>http://www.successful.com.au/blog/2012/02/03/engineering-data-visualisation/</link>
		<comments>http://www.successful.com.au/blog/2012/02/03/engineering-data-visualisation/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 20:26:52 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Data Visualisation]]></category>
		<category><![CDATA[Engineering Data]]></category>
		<category><![CDATA[Engineering Data Visualisation]]></category>
		<category><![CDATA[Visualisation Methods]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1722</guid>
		<description><![CDATA[Engineering Data In Data Visualisation I looked at the general concept of using a Visualisation Method to make the meaning of data more apparent and gave 2 examples. In this post I look at how we use this is our own business creating new Electronics Products. Engineering Data is the information used by Engineers to [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Engineering Data</span></h1>
<p>In <span style="color: #005e20;"><strong><a title="Data Visualisation" href="http://www.successful.com.au/blog/2012/01/27/data-visualisation" target="_blank">Data Visualisation</a></strong></span> I looked at the general concept of using a <span style="color: #005e20;"><strong><a title="Visualisation Method" href="http://www.visual-literacy.org/periodic_table/periodic_table.html" target="_blank">Visualisation Method</a></strong></span> to make the meaning of data more apparent and gave 2 examples. In this post I look at how we use this is our own business creating new <strong><span style="color: #005e20;">Electronics Products</span></strong>.</p>
<p><span style="color: #005e20;"><strong>Engineering Data</strong></span> is the information used by <span style="color: #005e20;"><strong>Engineers</strong></span> to do their work. In our case the Engineering Work is <span style="color: #005e20;"><strong><a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a></strong></span>. <span style="color: #005e20;"><strong><a title="Data Visualisation" href="http://en.wikipedia.org/wiki/Data_visualization" target="_blank">Data Visualisation</a></strong></span> is used at both the <span style="color: #005e20;"><strong>Engineering Design</strong></span> phase of a project and also the Test and Verification phase. For this post we will look at how test results can be better understood visually.</p>
<h1><span style="color: #005e20;">3D Gravitic Sensor</span></h1>
<p>The first example is a 3D gravitic sensor used for Solar Tracking. We were required to keep the panels on sun using an almanac and had to maintain this within 0.5° because this was a concentrated solar system. The cradle angle was not simple to measure because the panels are on an angle to suit the lattitude of the installation. But we had to now the cradle angle within 0.25° to be sure we were on sun within 0.5°. This was our share of the error budget, another <span style="color: #005e20;"><strong>Engineering Concept</strong></span>.  Here are the results in tabular and graphical form. </p>
<p>First the table:</p>
<div>
<table border="1" cellspacing="0" cellpadding="0" width="415">
<tbody>
<tr>
<td><strong>Digital Protractor Angle</strong></td>
<td><strong>Gravitic Angle</strong></td>
<td><strong>Gravitic Error</strong></td>
</tr>
<tr>
<td>-90</td>
<td>-90.10</td>
<td>-0.09</td>
</tr>
<tr>
<td>-80</td>
<td>-79.98</td>
<td>0.01</td>
</tr>
<tr>
<td>-70</td>
<td>-70.12</td>
<td>-0.12</td>
</tr>
<tr>
<td>-60</td>
<td>-60.17</td>
<td>-0.17</td>
</tr>
<tr>
<td>-50</td>
<td>-49.97</td>
<td>0.03</td>
</tr>
<tr>
<td>-40</td>
<td>-39.90</td>
<td>0.10</td>
</tr>
<tr>
<td>-30</td>
<td>-30.08</td>
<td>-0.07</td>
</tr>
<tr>
<td>-20</td>
<td>-20.02</td>
<td>-0.01</td>
</tr>
<tr>
<td>-10</td>
<td>-9.89</td>
<td>0.10</td>
</tr>
<tr>
<td>0</td>
<td>-0.09</td>
<td>-0.09</td>
</tr>
<tr>
<td>10</td>
<td>9.96</td>
<td>-0.03</td>
</tr>
<tr>
<td>20</td>
<td>19.94</td>
<td>-0.05</td>
</tr>
<tr>
<td>30</td>
<td>30.04</td>
<td>0.03</td>
</tr>
<tr>
<td>40</td>
<td>39.98</td>
<td>-0.02</td>
</tr>
<tr>
<td>50</td>
<td>50.10</td>
<td>0.10</td>
</tr>
<tr>
<td>60</td>
<td>60.07</td>
<td>0.07</td>
</tr>
<tr>
<td>70</td>
<td>70.01</td>
<td>0.01</td>
</tr>
<tr>
<td>80</td>
<td>80.17</td>
<td>0.17</td>
</tr>
<tr>
<td>90</td>
<td>90.22</td>
<td>0.21</td>
</tr>
</tbody>
</table>
</div>
<p> Then the graph:</p>
<div id="attachment_1726" class="wp-caption aligncenter" style="width: 483px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/GraviticError.jpg"><img class="size-full wp-image-1726 " title="Gravitic Error Versus Angle" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/GraviticError.jpg" alt="Gravitic Error Versus Angle" width="473" height="165" /></a><p class="wp-caption-text">Gravitic Error Versus Angle</p></div>
<p>In this case the graph makes it immediately apparent that the unit passes the test. It would have been even easier to see if there were solid red lines at +0.25° and -0.25°. </p>
<h1><span style="color: #005e20;">Precision Temperature Measurement</span></h1>
<p>The second example is a set of PT1000 RTDs used for precision temperature measurement. For this project the required accuracy was 0.5°C absolute and 0.2°C relative to each probe. A simple test was done where we put the probes into recently boiled water and recorded the temperature using a precision temperature data logger we had developed . We knew that the near step change would cause initial divergence in the results but we wanted to see how quickly they settled. So the options were 3 columns of data points 16,000 readings high, or graph it. Guess which was easier to understand!</p>
<p>Here is the end of the numerical results with the initial 15,992 rows not shown:</p>
<div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><strong>Time</strong></td>
<td><strong>RTD1</strong></td>
<td><strong>RTD2</strong></td>
<td><strong>RTD3</strong></td>
</tr>
<tr>
<td>&#8230;</td>
<td>&#8230;</td>
<td>&#8230;</td>
<td>&#8230;</td>
</tr>
<tr>
<td>11/07/2011 15:17</td>
<td>21.6</td>
<td>21.7</td>
<td>21.7</td>
</tr>
<tr>
<td>11/07/2011 15:17</td>
<td>21.5</td>
<td>21.7</td>
<td>21.6</td>
</tr>
<tr>
<td>11/07/2011 15:18</td>
<td>21.5</td>
<td>21.6</td>
<td>21.6</td>
</tr>
<tr>
<td>11/07/2011 15:18</td>
<td>21.5</td>
<td>21.6</td>
<td>21.6</td>
</tr>
<tr>
<td>11/07/2011 15:19</td>
<td>21.5</td>
<td>21.6</td>
<td>21.6</td>
</tr>
<tr>
<td>11/07/2011 15:19</td>
<td>21.4</td>
<td>21.5</td>
<td>21.5</td>
</tr>
<tr>
<td>11/07/2011 15:20</td>
<td>21.4</td>
<td>21.5</td>
<td>21.5</td>
</tr>
<tr>
<td>11/07/2011 15:20</td>
<td>21.4</td>
<td>21.5</td>
<td>21.5</td>
</tr>
</tbody>
</table>
</div>
<p> </p>
<p>And this is the graph of all the RTD temperature readings:</p>
<div id="attachment_1723" class="wp-caption aligncenter" style="width: 355px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/TemperatureGraph.jpg"><img class="size-full wp-image-1723" title="Temperature Graph" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/TemperatureGraph.jpg" alt="Temperature Graph" width="345" height="253" /></a><p class="wp-caption-text">Temperature Graph</p></div>
<p> And finally, this is a graph of just the differentials between RTDs:</p>
<div id="attachment_1725" class="wp-caption aligncenter" style="width: 430px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/TemperatureDifferentialGraph.jpg"><img class="size-full wp-image-1725" title="Temperature Differential Graph" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/TemperatureDifferentialGraph.jpg" alt="Temperature Differential Graph" width="420" height="251" /></a><p class="wp-caption-text">Temperature Differential Graph</p></div>
<p> This last graph makes it much easier to see that the probes settle to within 0.2°C of each other almost immediatley and stay there or below for the rest of the graph.</p>
<p>The 3 sets of results are the same data. But how we look at it changes how easily we can understand it.</p>
<p>There are many other examples possible but this is enough to show the idea in action. </p>
<p><em>Successful Endeavours specialise in <a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a> and <a title="Embedded Software" href="http://www.successful.com.au/embedded-software.html" target="_blank">Embedded Software</a> Development. <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a> has developed market leading electronics products in Australia for nearly 30 years.  This post is Copyright © 2012  Successful Endeavours Pty Ltd</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2012/02/03/engineering-data-visualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Visualisation</title>
		<link>http://www.successful.com.au/blog/2012/01/27/data-visualisation/</link>
		<comments>http://www.successful.com.au/blog/2012/01/27/data-visualisation/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 21:10:46 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Colour Coded]]></category>
		<category><![CDATA[Data Visualisation]]></category>
		<category><![CDATA[Information Age]]></category>
		<category><![CDATA[Visualisation Method]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1707</guid>
		<description><![CDATA[Seeing Information My previous post on Information Overload identified the problem we have with handling all the data that is being created in our modern Information Age world. This post has 2 simple examples of the power of information and how it can be more easily understood using Data Visualisation techniques. I recently received an email [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Seeing Information</span></h1>
<p>My previous post on <strong><a title="Information Overload" href="http://www.successful.com.au/blog/2012/01/21/information-overload/" target="_blank"><span style="color: #005e20;">Information Overload</span></a></strong> identified the problem we have with handling all the data that is being created in our modern <strong><a title="Information Age" href="http://en.wikipedia.org/wiki/Information_Age" target="_blank"><span style="color: #005e20;">Information Age</span></a></strong> world. This post has 2 simple examples of the power of information and how it can be more easily understood using Data Visualisation techniques.</p>
<p>I recently received an email showing the expected growth trends in the <a title="Australian Economic Sectors 2012" href="http://www.smartcompany.com.au/economy/20120117-your-sector-by-sector-guide-to-2012.html" target="_blank">Australian economy in 2012</a>. One of the things I found hard to make sense of from the article was exactly which sector was doing better so I decided to pull the information from the post for the sectors that had it, put it into excel and do a graph. This is the essence of <strong><a title="Data Visualisation" href="http://en.wikipedia.org/wiki/Data_visualization" target="_blank"><span style="color: #005e20;">Data Visualisation</span></a></strong>. Here is what I came up with.</p>
<div id="attachment_1714" class="wp-caption aligncenter" style="width: 435px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/VisualisingData.jpg"><img class="size-full wp-image-1714 " title="Visualising Data" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/VisualisingData.jpg" alt="Data Visualisation" width="425" height="341" /></a><p class="wp-caption-text">Data Visualisation</p></div>
<p>So from this we can now see, that is the point, that the Resources and Energy sector is expected to grow very strongly whereas Advertising and Marketing is shrinking. I sent a copy of the graph to our business mentor <a title="Dr Marc Dussault" href="http://www.marcdussault.com/" target="_blank">Dr Marc Dussault</a>, <a title="Dr Marc Dussault" href="http://www.exponentialprograms.com/" target="_blank">The Exponential Growth Strategist</a>, as I thought he would be interested. He reworked it slightly and sent back this:</p>
<div id="attachment_1715" class="wp-caption aligncenter" style="width: 434px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/DataVisualisation.png"><img class="size-full wp-image-1715 " title="Better Data Visualisation" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/DataVisualisation.png" alt="Better Data Visualisation" width="424" height="319" /></a><p class="wp-caption-text">Better Data Visualisation</p></div>
<p>So there are 2 changes here. The first is that the data is ordered so the trend is clearer. So organising the data better can improve the understanding you get from the same data using the same <strong><a title="Visualisation Method" href="http://www.visual-literacy.org/periodic_table/periodic_table.html" target="_blank"><span style="color: #005e20;">Visualisation Method</span></a></strong>.</p>
<p>The second change is that the formatting of the data is more attractive which makes it more likely the information will be looked at. Marc says that is because he did his graph using a Macintosh computer whereas I used a PC running Windows. That is a long running debate but in this case the visual results are clearly better. So formating the visualisation also helps.</p>
<h1><span style="color: #005e20;">Seeing Connections</span></h1>
<p>Sometimes it is the relationship between pieces of information that is important. This second example is our website. This is done using a <a title="Successful Endeavours HTML Tags" href="http://www.aharef.info/static/htmlgraph/?url=http://www.successful.com.au" target="_blank">HTML Tag Diagram Viewer</a> which is free and you can play with it yourself. My thanks again go to  <a title="Dr Marc Dussault" href="http://www.marcdussault.com/" target="_blank">Dr Marc Dussault</a>, <a title="Dr Marc Dussault" href="http://www.exponentialprograms.com/" target="_blank">The Exponential Growth Strategist</a> for providing this link. The link redraws our primary domain but you can just put your own in if you want to see what that looks like. It was created by Marcel Salathe so my thanks also go to him for creating and making freely available such a useful tool.</p>
<p>Here is what the graph for <a href="http://www.successful.com.au/">http://www.successful.com.au</a> looks like.</p>
<div id="attachment_1716" class="wp-caption aligncenter" style="width: 473px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/Successful_com_au_WebsiteAsGraph.jpg"><img class="size-full wp-image-1716 " title="www.successful.com.au Website Visualisation" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/Successful_com_au_WebsiteAsGraph.jpg" alt="www.successful.com.au Website Visualisation" width="463" height="463" /></a><p class="wp-caption-text">www.successful.com.au Website Visualisation</p></div>
<p>This shows how the tags on the pages relate to each other and how the pages link from the home page in the centre to the rest of the pages on the domain. The blog shows as a cluster only in this view. Here is the legend for understanding the colours.</p>
<ul>
<li><strong><span style="color: #0000ff;">Blue</span></strong>: for links (the A tag)</li>
<li><strong><span style="color: #ff0000;">Red</span></strong>: for tables (TABLE, TR and TD tags)</li>
<li><strong><span style="color: #24cc00;">Green</span></strong>: for the DIV tag</li>
<li><strong><span style="color: #9219bd;">Violet</span></strong>: for images (the IMG tag)</li>
<li><strong><span style="color: #e5ea00;">Yellow</span></strong>: for forms (FORM, INPUT, TEXTAREA, SELECT and OPTION tags)</li>
<li><strong><span style="color: #ff6600;">Orange</span></strong>: for linebreaks and blockquotes (BR, P, and BLOCKQUOTE tags)</li>
<li><strong>Black</strong>: the HTML tag, the root node</li>
<li><strong><span style="color: #c0c0c0;">Gray</span></strong>: all other tags </li>
</ul>
<p>So this information is both graphically represented and also <a title="Colour Coded" href="http://en.wikipedia.org/wiki/Color_code" target="_blank">Colour Coded</a>, another Data Visualisation technique.</p>
<p>I then decided to see what just this blog would look like <a href="http://www.aharef.info/static/htmlgraph/?url=http://www.successful.com.au/blog">http://www.aharef.info/static/htmlgraph/?url=http://www.successful.com.au/blog</a> </p>
<div id="attachment_1717" class="wp-caption aligncenter" style="width: 453px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/Successful_com_au_blog_WebsiteAsGraph.jpg"><img class="size-full wp-image-1717" title="www.successful.com.au/blog Website Visualisation" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/Successful_com_au_blog_WebsiteAsGraph.jpg" alt="www.successful.com.au/blog Website Visualisation" width="443" height="461" /></a><p class="wp-caption-text">www.successful.com.au/blog Website Visualisation</p></div>
<p> So the blog is a lot more complicated. And that aso makes sense. There are more outgoing links and more interlinking since I also reference other posts.</p>
<p>As an <strong><span style="color: #005e20;">Electronics Design</span></strong> company we use <strong><span style="color: #005e20;">Data Visualisation</span></strong> all the time to help us analyse both research results and test results. So I plan to show a few examples of that in my next post.</p>
<p><em>Successful Endeavours specialise in <a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a> and <a title="Embedded Software" href="http://www.successful.com.au/embedded-software.html" target="_blank">Embedded Software</a> Development. <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a> has developed market leading electronics products in Australia for nearly 30 years.  This post is Copyright © 2012  Successful Endeavours Pty Ltd</em> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2012/01/27/data-visualisation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Information Overload</title>
		<link>http://www.successful.com.au/blog/2012/01/21/information-overload/</link>
		<comments>http://www.successful.com.au/blog/2012/01/21/information-overload/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 20:00:31 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Data Deluge]]></category>
		<category><![CDATA[Data Scientist]]></category>
		<category><![CDATA[Information Age]]></category>
		<category><![CDATA[Information Overload]]></category>
		<category><![CDATA[Information Processing]]></category>
		<category><![CDATA[Information Relevance]]></category>
		<category><![CDATA[Information Storage]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1667</guid>
		<description><![CDATA[How Much Data? According to IBM, 90% of the data created in the history of the world, was created in the past 2 years. The article was looking at Social Media Information but the claim was generic. Talk about Information Overload. How do we keep up with this? There are sceptics that believe this Data [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">How Much Data?</span></h1>
<p>According to IBM, 90% of the data created in the history of the world, was created in the past 2 years. The article was looking at <span style="color: #005e20;"><strong><a title="Social Media Data" href="http://www-03.ibm.com/press/us/en/pressrelease/35999.wss" target="_blank">Social Media Information</a></strong></span> but the claim was generic. Talk about <span style="color: #005e20;"><strong><a title="Information Overload" href="http://en.wikipedia.org/wiki/Information_overload" target="_blank">Information Overload</a></strong></span>. How do we keep up with this?</p>
<p>There are sceptics that believe this <span style="color: #005e20;"><strong><a title="Data Deluge" href="http://groups.google.com/group/NYDAWG/browse_thread/thread/267b4be15fb2d80f" target="_blank">Data Deluge</a></strong></span> is overstated but even if they are out by a factor of 10, it seems we are in danger of moving from the <span style="color: #005e20;"><strong><a title="Information Age" href="http://en.wikipedia.org/wiki/Information_Age" target="_blank">Information Age</a></strong></span> to drowning in data.</p>
<p>I worked with a very fast thinker once. Working with him was like trying to see ahead underwater while travelling in the wake of an outboard motor engine. The trick was to decide what to ignore so you could just address the important things. He used it as a tactic to get his own way during meetings. I was reminded of this while thinking about this topic. It seems the whole human race is about to face the same dilemma. How to sort the important information from the huge volume of total information being produced.</p>
<div id="attachment_1670" class="wp-caption aligncenter" style="width: 460px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/information-overload.jpg"><img class="size-full wp-image-1670" title="Information Overload" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/information-overload.jpg" alt="Information Overload" width="450" height="450" /></a><p class="wp-caption-text">Information Overload</p></div>
<h1><span style="color: #005e20;">Information Relevance</span></h1>
<p>Not all of information produced is of the same quality, usefulness or relevance. Assessing <span style="color: #005e20;"><strong><a title="Information Relevance" href="http://en.wikipedia.org/wiki/Relevance_(information_retrieval)" target="_blank">Information Relevance </a></strong></span>will become increasingly more important. A post on Facebook letting us all know that someone&#8217;s dog just farted is not as valuable to know for most of us compared to the passing of a new law that puts a carbon tax on high carbon emitters.</p>
<p>The <span style="color: #005e20;"><strong>CERN</strong> <strong><a title="Large Hadron Collider" href="http://user.web.cern.ch/public/en/LHC/Milestones-en.html" target="_blank">Large Hadron Collider</a></strong></span> (<span style="color: #005e20;"><strong>LHC</strong></span>) is expected to produce data equal to 1% of the worlds production rate when it is running. This required a new approach to data storage. For those who aren&#8217;t familiar with it, the Large Hadron Collider is a higher energy version of the <span style="color: #005e20;"><strong><a title="Australian Synchrotron" href="http://www.successful.com.au/blog/2011/12/12/australian-synchrotron/" target="_blank">Australian Synchrotron</a></strong></span> which has specialised detectors that examine the fine details of how the matter of the universe is constructed. The intent is to look for evidence that the <a title="Higgs Boson" href="http://en.wikipedia.org/wiki/Higgs_boson" target="_blank">Higgs Boson</a> exists as predicted by the <a title="Particle Physics Standard Model" href="http://en.wikipedia.org/wiki/Standard_Model" target="_blank">Standard Model</a> of particle physics.</p>
<div id="attachment_568" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2009/10/CERN.jpg"><img class="size-full wp-image-568" title="Test Everything" src="http://www.successful.com.au/blog/wp-content/uploads/2009/10/CERN.jpg" alt="CERN Large Hadron Collider" width="300" height="195" /></a><p class="wp-caption-text">Test Everything</p></div>
<p>I mention it here because they have to record the experimental data knowing that it may be some time before they can fully interpret it. They have planned for the <span style="color: #005e20;"><strong>Information Overload</strong></span> as well as the long term <span style="color: #005e20;"><strong><a title="Data Storage" href="http://en.wikipedia.org/wiki/Computer_data_storage" target="_blank">Information Storage</a></strong></span>.</p>
<p>In fact it is a great example of long term planning with the original proposal in 1985 and the construction beginning in 1994 and being complete in 2008. You see the steps involved in <a title="Large Hadron Collider Milestones" href="http://lhc-milestones.web.cern.ch/LHC-Milestones/year1994-en.html" target="_blank">LHC Milestones</a>.</p>
<p>Stephen Wolfram has put together a timeline of the <span style="color: #005e20;"><strong><a title="Data Civilisation" href="http://blog.stephenwolfram.com/2011/08/advance-of-the-data-civilization-a-timeline/" target="_blank">Advance of the Data Civilisation</a></strong></span> and if you are keen you can also buy the  <a title="Data Timeline" href="http://www.wolframalpha.com/docs/timeline/" target="_blank">Historical Timeline of Systematic Data</a> from them.</p>
<h1><span style="color: #005e20;">Information Storage</span></h1>
<p>So how do you store all that data?</p>
<p>If we used DVDs it would produce a stack that goes to the<a title="Data to the Moon and back" href="http://blogs.computerworld.com/18351/a_stack_of_dvds_to_the_moon_and_back" target="_blank"> Moon and back</a>. That&#8217;s too big to store as DVDs.</p>
<p>The increase in data comes from 3 sources:</p>
<ul>
<li>new data sources such as ubiquitous sensors, LHC, business metrics, research&#8230;</li>
<li>increased data creation from existing sources such as social media, blogs, web publishing&#8230;</li>
<li>unprecedented processing power</li>
</ul>
<p>So far the storage solution is the growth of server farms and while many higher density storage technologies are being investigated, most data is stored on conventional hard disks. Redundacy and data security are of course hot topics.</p>
<div id="attachment_1671" class="wp-caption aligncenter" style="width: 230px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2012/01/Hard_disk_storage.jpg"><img class="size-full wp-image-1671" title="Hard Disk Storage" src="http://www.successful.com.au/blog/wp-content/uploads/2012/01/Hard_disk_storage.jpg" alt="Hard Disk Storage" width="220" height="147" /></a><p class="wp-caption-text">Hard Disk Storage</p></div>
<h1><span style="color: #005e20;">Information Processing</span></h1>
<p>The other major issue is how do we make sense of all this data. <span style="color: #005e20;"><strong><a title="Data Integration Tools" href="http://www.sand.com/data-integration-tools-ready-big-data/" target="_blank">Traditional data Integration</a></strong></span> tools are considered to be not ready for <a title="Big Data" href="http://en.wikipedia.org/wiki/Big_data" target="_blank">Big Data</a>, and this is likely to get worse before it gets better. <span style="color: #005e20;"><strong><a title="Information Processing" href="http://en.wikipedia.org/wiki/Information_processing" target="_blank">Information Processing</a></strong></span> is going to be one of the opportunity areas of the next decade.</p>
<p>According to CNN, <span style="color: #005e20;"><strong><a title="Data Scientist" href="http://tech.fortune.cnn.com/2012/01/06/data-scientist-jobs/" target="_blank">Data Scientist</a></strong></span> will be one of the hot jobs in 2022.</p>
<p>Even in the much smaller world of Successful Endeavours where we develop new products and have to do the Innovation, research, <span style="color: #005e20;"><strong><a title="Prototyping" href="http://www.successful.com.au/blog/2012/01/03/prototypes-blunt-innovation/" target="_blank">Prototypes</a></strong></span> and testing associated with them; managing all the data requires both discipline and planning.</p>
<p><em>Successful Endeavours specialise in <a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a> and <a title="Embedded Software" href="http://www.successful.com.au/embedded-software.html" target="_blank">Embedded Software</a> Development. <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a> has developed market leading electronics products in Australia for nearly 30 years.  This post is Copyright © 2012  Successful Endeavours Pty Ltd</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2012/01/21/information-overload/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quantum Amplifiers</title>
		<link>http://www.successful.com.au/blog/2011/12/22/quantum-amplifiers/</link>
		<comments>http://www.successful.com.au/blog/2011/12/22/quantum-amplifiers/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:55:23 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Flicker Noise]]></category>
		<category><![CDATA[Low Noise Amplification]]></category>
		<category><![CDATA[Quantum Amplification]]></category>
		<category><![CDATA[Quantum Computing]]></category>
		<category><![CDATA[Quatum Noise]]></category>
		<category><![CDATA[Quatum Quiet Amplification]]></category>
		<category><![CDATA[Research and Discovery]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1644</guid>
		<description><![CDATA[Quantum Computing One of the areas where there seems great promise, but also great confusion, is the Quatum Computer. I&#8217;m not going to try and sort that all out here. You can follow the links to get a better idea of the topic. However there is one aspect that does interest me. In my post [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Quantum Computing</span></h1>
<p>One of the areas where there seems great promise, but also great confusion, is the <span style="color: #005e20;"><strong><a title="Quantum Computing" href="http://en.wikipedia.org/wiki/Quantum_computer" target="_blank">Quatum Computer</a></strong></span>. I&#8217;m not going to try and sort that all out here. You can follow the links to get a better idea of the topic. However there is one aspect that does interest me. In my post on <strong><a title="Music Electronics" href="http://www.successful.com.au/blog/2011/12/04/music-electronics/" target="_blank"><span style="color: #005e20;">Music Electronics</span></a></strong> I looked at how I got started in my career. One of the things that I spent a great deal of time working on was getting cleaner, clearer and Low Noise Amplification for microphone pickups. So I read a recent <a title="IEEE - Institute of Electrical and Electronic Engineers" href="http://www.ieee.org/index.html" target="_blank"><span style="color: #005e20;">IEEE</span></a> article on <span style="color: #005e20;"><strong><a title="Quantum Noise" href="http://en.wikipedia.org/wiki/Quantum_noise" target="_blank">Quatum Noise</a></strong></span> and amplification with great interest.</p>
<h1><span style="color: #005e20;">Quantum Amplification</span></h1>
<p>The full article on <span style="color: #005e20;"><strong><a title="quantum quiet amplifier" href="http://spectrum.ieee.org/semiconductors/devices/an-amplifier-thats-quantum-quiet/" target="_blank">Quatum Quiet Amplification</a></strong></span> covers a range of topics but I am going to focus on the amplification mechanism as this shows some very innovative ideas in operation, and also the nature of research.  What we have below is a microscopic view of the amplification device with the main area of interest on the right and half way down. You are looking at is the core component of a mechanical resonator that amplifies microwave signals.  That&#8217;s right, a mechanical structure to amplify a microwave signal.</p>
<div id="attachment_1645" class="wp-caption aligncenter" style="width: 474px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/12/QuantumAmplification.jpg"><img class="size-full wp-image-1645" title="Quantum Amplification" src="http://www.successful.com.au/blog/wp-content/uploads/2011/12/QuantumAmplification.jpg" alt="Quantum Amplification" width="464" height="281" /></a><p class="wp-caption-text">Quantum Amplification</p></div>
<p>A more complete picture showing all the components is shown below. Both images are from the original IEEE article.</p>
<div id="attachment_1646" class="wp-caption aligncenter" style="width: 490px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/12/QuantumResonator.jpg"><img class="size-full wp-image-1646  " title="Quantum Resonator" src="http://www.successful.com.au/blog/wp-content/uploads/2011/12/QuantumResonator.jpg" alt="Quantum Resonator" width="480" height="184" /></a><p class="wp-caption-text">Quantum Resonator</p></div>
<h1><span style="color: #005e20;">Research and Discovery</span></h1>
<p> Now there is a lot of conjecture about whether this will allow them to get to a low enough noise amplification or not, and there is a good argument that the mechanical resonator will have all of the same primary <span style="color: #005e20;"><strong>Quantum Noise</strong></span> issues an electronic amplifier has. But it also has the potential to remove, or at least reduce, the effects of <span style="color: #005e20;"><strong><a title="Flicker Noise" href="http://en.wikipedia.org/wiki/Flicker_noise" target="_blank">Flicker Noise</a>,</strong></span> which is a problem with existing electronics based amplification systems based on the <span style="color: #005e20;"><strong><a title="Josephson Junction" href="http://en.wikipedia.org/wiki/Pi_Josephson_junction" target="_blank">Josephson Junction</a></strong></span>. It will take some time to see whether this novel approach really does deliver a long term advantage. However it is also a great example of good research and the relationship between <span style="color: #005e20;"><strong>Research and Discovery</strong></span>.</p>
<p>They were looking for a way to cool a mechanical resonator when they noticed that under cetain conditions it amplified microwave signals . So they found something new looking for something else. This is the nature of science. And a great example of following a new path of great promise.</p>
<p><em>Successful Endeavours specialise in <a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a> and <a title="Embedded Software" href="http://www.successful.com.au/embedded-software.html" target="_blank">Embedded Software</a> Development. <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a> has developed market leading electronics products in Australia for nearly 30 years.  This post is Copyright © 2011  Successful Endeavours Pty Ltd</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/12/22/quantum-amplifiers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modern Economies Need Manufacturing</title>
		<link>http://www.successful.com.au/blog/2011/12/16/modern-economies-need-manufacturing/</link>
		<comments>http://www.successful.com.au/blog/2011/12/16/modern-economies-need-manufacturing/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 20:45:02 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Manufacture]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Made in Australia]]></category>
		<category><![CDATA[Product Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Australian Manufacturing]]></category>
		<category><![CDATA[Competitiveness]]></category>
		<category><![CDATA[Goran Roos]]></category>
		<category><![CDATA[Niche Electronics Manufacture]]></category>
		<category><![CDATA[Onshoring]]></category>
		<category><![CDATA[Professor Goran Roos]]></category>
		<category><![CDATA[SEMMA]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1630</guid>
		<description><![CDATA[Professor Goran Roos As well as being the Thinker in Residence for South Australia, Professor Goran Roos is considered one of the 20 most significant thinkers of the 21st Century. This morning he was presenting his views on Australian Manufacturing to a combined breakfast meeting of the South East Business Network and SEMMA. So what did [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Professor Goran Roos</span></h1>
<div id="attachment_1631" class="wp-caption aligncenter" style="width: 203px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/12/ProfessorGoranRoos.jpg"><img class="size-full wp-image-1631" title="Professor Goran Roos" src="http://www.successful.com.au/blog/wp-content/uploads/2011/12/ProfessorGoranRoos.jpg" alt="South Australia Thinker in Residence" width="193" height="135" /></a><p class="wp-caption-text">Professor Goran Roos</p></div>
<p>As well as being the Thinker in Residence for South Australia, <span style="color: #005e20;"><strong><a title="Professor Goran Roos" href="http://www.thinkers.sa.gov.au/Thinkers/Roos/default.aspx" target="_blank">Professor Goran Roos</a></strong></span> is considered one of the 20 most significant thinkers of the 21st Century. This morning he was presenting his views on <span style="color: #005e20;"><strong>Australian Manufacturing</strong></span> to a combined breakfast meeting of the South East Business Network and <span style="color: #005e20;"><strong><a title="SEMMA" href="http://www.semma.com.au/" target="_blank">SEMMA</a></strong></span>.</p>
<p>So what did I learn?</p>
<p>Here is the short list on what manufacturing does for an economy:</p>
<ul>
<li>R&amp;D is driven by it</li>
<li>Innovation is primarily manufacturing related</li>
<li>Value added exports are usually manufactured</li>
<li>Creates more indirect jobs per direct job than other sectors</li>
<li>Many service companies have a manufacturing core</li>
<li>Is the fastest knowledge growth domain</li>
<li>Is essential for a highly competitive economy</li>
</ul>
<p>His primary point is that &#8220;<span style="color: #005e20;"><em><strong>A healthy manufacturing sector is a must for any advanced economy with ambitions to maintain both economic and social wellbeing</strong></em></span>&#8220;.</p>
<p>Now he has my attention big time. Because this is something I have inherently believed my entrie working life. <strong>Australia needs manufacturing</strong>.</p>
<h1><span style="color: #005e20;">Manufacturing creates employment</span></h1>
<p>Next  he looked at the contribution of manufacturing to employment and why we have employment issues in Australia. Yes I know the official unemployment figure is low, but that is because many people looking for work are not included in the official figure. So here is how is pans out for employment:</p>
<ul>
<li>For each manufacturing job, there are 2.5 other jobs created around it</li>
<li>In Australia where there are 1 million jobs in manufacturing, that means there are 3.5 million jobs in total associated with manufacturing</li>
<li>For each working person, there is a dependent person relying on them for income. These can be relatives, children, spouse etc.</li>
<li>So in total there are 7 million people in Australia dependent on manufacturing</li>
</ul>
<p>Now lets look at mining:</p>
<ul>
<li>For each mining job, there is another job created around it</li>
<li>In Australia where there are 200 thousand jobs in mining, that means there are 400 thousand jobs in total associated with mining</li>
<li>For each working person, there is a dependent person relying on them for income. These can be relatives, children, spouse etc.</li>
<li>So in total there are 400 thousand people in Australia dependent on mining</li>
</ul>
<p>So the current government policies and industry practices of reducing manufacturing and increasing mining for direct export are actually economic suicide.</p>
<p>The service industry is even worse for indirect job creation though it does employ more people than mining ever will:</p>
<ul>
<li>For each service industry job, there is  0.5 jobs created around it</li>
<li>The ABS statistics for 2010 show roughly 3 million people working in service industries in total including the 0.5 jobs created</li>
<li>For each working person, there is a dependent person relying on them for income. These can be relatives, children, spouse etc.</li>
<li>So in total there are 6 million people in Australia dependent on service industry jobs</li>
</ul>
<p>What this means is that manufacturing is actually the most critical sector in Australia in terms of job creation and future prosperity.</p>
<p> So lose manufacturing, and you lose a huge number of jobs.</p>
<p>The USA has shed 5 million manufacturing jobs since 2000, primarily to offshoring manufacturing to lower cost economies. These jobs were replaced by low paying personal service jobs. The net result is record levels of unemployment and a trade deficit in every manufacturing category.</p>
<p>He also spoke of the hidden categories, particularly in industrial products, that lead to high export incomes and have been strength of many European Manufacturers. The following diagram shows the  attributes that make these products possible. Note that 4 are to do with knowledge, and 4 to do with strucutre and relationship. This implies you need both.</p>
<div id="attachment_1639" class="wp-caption aligncenter" style="width: 520px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/12/InvisibleMiddleMarket.jpg"><img class="size-full wp-image-1639 " title="Invisible Middle Market" src="http://www.successful.com.au/blog/wp-content/uploads/2011/12/InvisibleMiddleMarket.jpg" alt="Hidden Profit Generators" width="510" height="417" /></a><p class="wp-caption-text">Invisible Middle Market</p></div>
<h1><span style="color: #005e20;">Economic Growth and Competitiveness</span></h1>
<p>Economic growth is a measure of how well you have been doing up to now. It is a meaure of the past performance. It applies to yesterday.</p>
<p>Competitiveness is a measure of how well you will keep doing. It is a measure of likely performance. It applies to tomorrow.</p>
<p>So it is more important for the future to be positioned to be competitive, than it is to have had past economic growth. Ideally you will have both.</p>
<p>Some examples of countries that are highly ranked for competitiveness and also economic growth are:</p>
<ul>
<li>China</li>
<li>Singapore</li>
<li>Switzerland</li>
<li>Sweden</li>
<li>Finland</li>
</ul>
<p>That was a surprise.  Australia ranks at number 15 for competitiveness and growth according to this analysis. The red line is the frontier of highest competitiveness. Australia is a long way from it.</p>
<div id="attachment_1637" class="wp-caption aligncenter" style="width: 486px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/12/CompetitivenessAndGrowth.jpg"><img class="size-full wp-image-1637  " title="Competitiveness And Growth" src="http://www.successful.com.au/blog/wp-content/uploads/2011/12/CompetitivenessAndGrowth.jpg" alt="Future Economic Success" width="476" height="339" /></a><p class="wp-caption-text">Future Economic Success</p></div>
<h1><span style="color: #005e20;">Innovation</span></h1>
<p>Goran Roos also had an interesting take on innovation and this fits in nicely with the view of Edward De Bono on <a title="Ceating Value" href="http://www.successful.com.au/blog/2011/11/28/edward-de-bono-creating-value/" target="_blank">Creating Value</a>. He defines 2 types of innovation that are required to addess Australia&#8217;s lack of competitiveness:</p>
<ul>
<li>Innovate to create value</li>
<li>Innovate to retain value</li>
</ul>
<p>Based on this, offshoring is a really bad idea. It is only done to reduce overheads for cost based activities. For value based activities where we retain the value anhd the income from that value in Australia, we should be <span style="color: #005e20;"><strong><a title="Onshoring" href="http://hbr.org/2011/03/how-to-make-onshoring-work/ar/1" target="_blank">onshoring</a></strong></span>!</p>
<h1><span style="color: #005e20;">Knowledge</span></h1>
<p>Manufacturing is the fastest knowledge growth domain. This is an interesting claim and one that had a case put for it to demonstrate the validity. Here is the case:</p>
<ul>
<li>Manufacturing generates 15 times the knowledge that mining does per unit of economic activity</li>
<li>Manufacturing generates 3 times the knowledge that service industries do per unit of economic activity</li>
</ul>
<p>Professor Goran Roos also pointed out that knowledge is like a race. If you slow down for a bit, then you can&#8217;t catch up if the other runners keep going full steam ahead.</p>
<h1><span style="color: #005e20;">Onshoring</span></h1>
<p>It now makes sense that mining for export is not that great an option. Take something of huge potential value, and give it away at the lowest point you can in the value chain.</p>
<p><span style="color: #005e20;"><strong>Onshoring</strong></span> means we pull value creating back in Australia so we get paid for it. And making stuff, and providing the service industries to support that should be our primary strategy for the future.</p>
<p>The other point <span style="color: #005e20;"><strong>Professor Goran Roos</strong></span> made is that Australia is not a scale based economy. We don&#8217;t have a large local market by world standards and so we should focus on product categories which do not require scale. Or in my language: lower volume, higher value add products. This is also know as <span style="color: #005e20;"><strong><a title="Niche Electronics Manufacture" href="http://www.successful.com.au/blog/2009/07/22/niche-electronics-manufacture-ideally-done-in-australia/" target="_blank">Niche Electronics Manufacture</a></strong></span>.</p>
<h1><span style="color: #005e20;">Thinker in Residence</span></h1>
<p>His speech on the future of South Australian manufacturing is also worth watching and listening too. Here it is:</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/HCgL8vjH4a0?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/HCgL8vjH4a0?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="560" height="315"></embed></object>
</p>
<p> All graphics are Copyright (C) Goran Roos 2011.</p>
<p><em>Successful Endeavours specialise in <a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a> and <a title="Embedded Software" href="http://www.successful.com.au/embedded-software.html" target="_blank">Embedded Software</a> Development. <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a> has developed market leading electronics products in Australia for nearly 30 years.  This post is Copyright © 2011  Successful Endeavours Pty Ltd</em></p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;">﻿</div>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/12/16/modern-economies-need-manufacturing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Australian Synchrotron</title>
		<link>http://www.successful.com.au/blog/2011/12/12/australian-synchrotron/</link>
		<comments>http://www.successful.com.au/blog/2011/12/12/australian-synchrotron/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 20:00:34 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Manufacture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Australian Synchrotron]]></category>
		<category><![CDATA[Beam Time]]></category>
		<category><![CDATA[Beamline]]></category>
		<category><![CDATA[Synchrotron Science]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1587</guid>
		<description><![CDATA[Australian Synchrotron I went to the open day for the Australian Synchrotron at the Monash Science Park on Sunday. As a member of SEMIP I already knew about the Australian Synchrotron but had never actually visited it. I am very glad I did. On the open day I went to 2 sessions. The first was [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Australian Synchrotron</span></h1>
<p>I went to the open day for the <span style="color: #005e20;"><strong><a title="Australian Synchrotron" href="http://www.synchrotron.org.au/index.php/home" target="_blank">Australian Synchrotron</a></strong></span> at the Monash Science Park on Sunday. As a member of <span style="color: #005e20;"><strong><a title="SEMIP" href="http://www.business.vic.gov.au/BUSVIC/LANDING/pc_63417.html" target="_blank">SEMIP </a></strong></span>I already knew about the <span style="color: #005e20;"><strong>Australian Synchrotron</strong></span> but had never actually visited it. I am very glad I did.</p>
<div id="attachment_1589" class="wp-caption aligncenter" style="width: 539px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotron.jpg"><img class="size-full wp-image-1589  " title="Australian Synchrotron" src="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotron.jpg" alt="Australian Synchrotron" width="529" height="97" /></a><p class="wp-caption-text">Australian Synchrotron</p></div>
<p>On the open day I went to 2 sessions. The first was titled &#8220;<span style="color: #005e20;"><strong>Synchrotrons for Dummies</strong></span>&#8221; which was very well presented and gave a good overview of the <span style="color: #005e20;"><strong>Australian Synchrotron</strong></span> but more importantly, gave excellent examples of how it is used and what it can be used for.  Here is a short list from one of their brochures, by no means exhaustive:</p>
<ul>
<li>Improving fertility</li>
<li>Examining forensic evidence</li>
<li>Helping premature babies breathe without getting lung damage</li>
<li>Improving energy storage</li>
<li>Improving industrial processes</li>
<li>Nano-scale material science</li>
<li>Improving cement</li>
</ul>
<p>The <span style="color: #005e20;"><strong>Australian Synchrotron</strong></span> uses very high energy electrons to create electromagnetic radiation that can be used to either select specific frequencies for analysing, or for getting access to much higher energy or finer resolution imaging. It runs 24 hours a day when in operation and multiple experiments can be run at the same time on what they refer to as <span style="color: #005e20;"><strong><a title="Beamline" href="http://en.wikipedia.org/wiki/Beamline" target="_blank">Beamlines</a></strong></span>. Each <span style="color: #005e20;"><strong>Beamline</strong></span> can run in parallel with the others as they are independent. The higher energy allows better penetration and the finer resolution which means you can go down to features comparable to a single molecule. So you can think of it as either:</p>
<ul>
<li>A very bright light (1 million time brighter than the sun before you filter it back to what you want)</li>
<li>A very high resolution microscope</li>
<li>A very high resolution and finely tuned X-Ray imaging system</li>
</ul>
<p>The <span style="color: #005e20;"><strong>Australian Synchrotron</strong></span> website has an excellent set of explanations including <span style="color: #005e20;"><strong><a title="How Does The Australian Synchrotron Work" href="http://www.synchrotron.org.au/index.php/about-us/our-facilities/accelerator-physics/how-does-the-australian-synchrotron-work" target="_blank">How the Synchrotron Works</a></strong></span>.</p>
<h1><span style="color: #005e20;">Synchrotron Science</span></h1>
<p>The second session was on <span style="color: #005e20;"><strong>Synchrotron Science</strong></span> and included a detailed guided tour through the entire complex starting from the electron gun where the initial 90KeV electrons are generated then into the booster ring where the energy is kicked up by a factor of over 30,000 and finally through to the main storage ring where they are circulating at 3GeV energy and as close to the speed of light as we know how to make them.  In fact, they are going so fast that adding more energy makes them heavier just as <span style="color: #005e20;"><strong><a title="Albert Einstein" href="http://en.wikipedia.org/wiki/Einstein" target="_blank">Einstein</a></strong></span> predicted. The energy and the equipment involved are staggering. I was reading the individual steering magnet ratings and they are water cooled 6KW devices. And there are hundreds of them, all colour coded according to their specific function.</p>
<div class="mceTemp mceIEcenter"><div id="attachment_1590" class="wp-caption aligncenter" style="width: 504px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotronScience.jpg"><img class="size-full wp-image-1590   " title="Australian Synchrotron Science" src="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotronScience.jpg" alt="Australian Synchrotron Science" width="494" height="91" /></a><p class="wp-caption-text">Australian Synchrotron Science</p></div></div>
<p>The guided tour included both a detailed up close view of the equipment and also a trip over the top to see the complex from above.  The entire device is the size of a football oval.</p>
<div id="attachment_1591" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotronScience2.jpg"><img class="size-medium wp-image-1591" title="Australian Synchrotron Science Valves" src="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotronScience2-300x157.jpg" alt="Australian Synchrotron Science Valves" width="300" height="157" /></a><p class="wp-caption-text">Australian Synchrotron Science Valves</p></div>
<h1><span style="color: #005e20;">Beam Time</span></h1>
<p>And the commercial arrangements are very attractive. If you have a great idea for a project and it meets the selection criteria, it costs you nothing. If not, you can rent <strong><a title="Australian Synchrotron Beam Time" href="http://www.synchrotron.org.au/index.php/features/applying-for-beamtime/how-to-get-beamtime" target="_blank">Beam Time</a></strong> as they call it for $400 per hour and usually get a slot within 8 weeks. Given that this is a $300M device, that is an absolute bargain.</p>
<div id="attachment_1592" class="wp-caption aligncenter" style="width: 466px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotronOpenDay.png"><img class="size-full wp-image-1592 " title="Australian Synchrotron Open Day" src="http://www.successful.com.au/blog/wp-content/uploads/2011/11/AustralianSynchrotronOpenDay.png" alt="Australian Synchrotron Open Day" width="456" height="240" /></a><p class="wp-caption-text">Australian Synchrotron Open Day</p></div>
<p>Now I am thinking about what my clients might be able to do with this amazing facility.</p>
<p><em>Successful Endeavours specialise in <a title="Electronics Design" href="http://www.successful.com.au/electronics-design.html" target="_blank">Electronics Design</a> and <a title="Embedded Software" href="http://www.successful.com.au/embedded-software.html" target="_blank">Embedded Software</a> Development. <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a> has developed market leading electronics products in Australia for nearly 30 years.  This post is Copyright © 2011  Successful Endeavours Pty Ltd</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/12/12/australian-synchrotron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dennis Ritchie</title>
		<link>http://www.successful.com.au/blog/2011/10/15/dennis-ritchie/</link>
		<comments>http://www.successful.com.au/blog/2011/10/15/dennis-ritchie/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 10:42:35 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Embedded Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Brian Kernighan]]></category>
		<category><![CDATA[Dennis Ritchie]]></category>
		<category><![CDATA[Ken Thompson]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1518</guid>
		<description><![CDATA[Dennis Ritchie: farewell and thank you With the recent passing of Steve Jobs, the world has had a reason to reflect on the significant impact some people have. Someone who made everything Steve Jobs did possible also passed away recently. On the 12 October 2011, Dennis Ritchie, the father of The C Programming Language, died at [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Dennis Ritchie: farewell and thank you</span></h1>
<p>With the recent passing of <span style="color: #005e20;"><strong><a title="Steve Jobs" href="http://en.wikipedia.org/wiki/Steve_jobs" target="_blank">Steve Jobs</a></strong></span>, the world has had a reason to reflect on the significant impact some people have. Someone who made everything <span style="color: #005e20;"><strong>Steve Jobs</strong></span> did possible also passed away recently. On the 12 October 2011, <strong><a title="Dennis Ritchie" href="http://en.wikipedia.org/wiki/Dennis_Ritchie" target="_blank"><span style="color: #005e20;">Dennis Ritchie</span></a></strong>, the father of <strong><a title="The C Programming Language" href="http://en.wikipedia.org/wiki/The_C_Programming_Language" target="_blank"><span style="color: #005e20;">The C Programming Language</span></a></strong>, died at his home in Berkley Heights, New Jersey.</p>
<p>Beginning in 1970 and with the help of <strong><span style="color: #005e20;">Ken Thompson</span></strong>, <strong><span style="color: #005e20;">Dennis Ritchie</span></strong> began the design and construction of a new programming language. It was based on a language developed by <span style="color: #005e20;"><strong>Ken Thompson</strong></span> dubbed B. So the next language was called C. And the reason they wanted to create a new language? They wanted to write the kernel for the powerful multi-user operating system <strong><span style="color: #005e20;">UNIX</span></strong>. that was to replace <strong><span style="color: #005e20;"><a title="MULTICS" href="http://en.wikipedia.org/wiki/Multics" target="_blank">MULTICS</a></span></strong> which <strong><span style="color: #005e20;"><a title="Bell Laboratories" href="http://en.wikipedia.org/wiki/Bell_Labs" target="_blank">Bell Labs</a></span></strong> were ending their involvement with in 1969, the same year man first stepped on the moon. And in doing so, <strong><span style="color: #005e20;">Dennis Ritchie</span></strong> and <strong><span style="color: #005e20;">Ken Thompson</span></strong> created the framework on which all our modern computer and communications infrastructure are based.</p>
<div id="attachment_1523" class="wp-caption aligncenter" style="width: 170px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/10/Dennis_Ritchie.jpg"><img class="size-full wp-image-1523" title="Dennis Ritchie" src="http://www.successful.com.au/blog/wp-content/uploads/2011/10/Dennis_Ritchie.jpg" alt="Dennis Ritchie" width="160" height="200" /></a><p class="wp-caption-text">Dennis Ritchie</p></div>
<h1><span style="color: #005e20;">The C Programming Language</span></h1>
<p>The importance of <strong><a title="The C Programming Language" href="http://en.wikipedia.org/wiki/The_C_Programming_Language" target="_blank"><span style="color: #005e20;">The C Programming Language</span></a></strong> cannot be underestimated. Not only did it make <span style="color: #005e20;"><strong>UNIX</strong></span> possible, but it made <strong><span style="color: #005e20;">UNIX</span></strong> possible on multiple computing platforms. It was also the foundation for higher level languages such as <strong><span style="color: #005e20;"><a title="C++" href="http://en.wikipedia.org/wiki/C%2B%2B" target="_blank">C++</a></span></strong> and Java as well as most of the core infrastructure of the Internet is based on programs written in C.</p>
<p>A few additional reasons why C is so important:</p>
<ul>
<li>Microsoft used it to create their initial software offerings</li>
<li>UNIX is the origin for OSX and iOS</li>
<li>80% of all embedded software is still written in C</li>
<li>Our business writes the Embedded Software we create in C</li>
</ul>
<div id="attachment_1524" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/10/KR_C.jpg"><img class="size-full wp-image-1524" title="The C programming language, Brian Kernighan &amp; Dennis Ritchie" src="http://www.successful.com.au/blog/wp-content/uploads/2011/10/KR_C.jpg" alt="The C programming language, Brian Kernighan &amp; Dennis Ritchie" width="150" height="204" /></a><p class="wp-caption-text">The C programming language, Brian Kernighan &amp; Dennis Ritchie</p></div>
<p><strong><span style="color: #005e20;">The C Programming Language</span></strong>, <strong><a title="Brian Kernighan" href="http://en.wikipedia.org/wiki/Brian_Kernighan" target="_blank"><span style="color: #005e20;">Brian Kernighan</span></a></strong> &amp; <strong><span style="color: #005e20;">Dennis Ritchie</span></strong>, was the language manual for C and was so well written that it made picking up the language easy and was one of the reasons for the rapid uptake of the language.</p>
<p>So much of our modern world depends on the work of <strong><span style="color: #005e20;">Dennis Ritchie</span></strong>. And I along with many others are grateful. He may not have been the public figure that Steve Jobs was, but he is leaving a larger and more enduring legacy.</p>
<p>Here are some further accolades for <strong><span style="color: #005e20;">Dennis Ritchie</span></strong>:</p>
<ul>
<li><a title="Dennis Ritchie" href="http://www.zdnet.com/blog/perlow/without-dennis-ritchie-there-would-be-no-jobs/19020" target="_blank">Without Dennis Ritchie there would be no Jobs</a></li>
<li><a title="Dennis Ritchie" href="http://www.wired.com/wiredenterprise/2011/10/thedennisritchieeffect/" target="_blank">Dennis Ritchie: The Shoulders Jobs Stood On</a></li>
<li><a title="Dennis Ritchie" href="http://www.wired.com/wiredenterprise/2011/10/dennis-ritchie/" target="_blank">Dennis Ritchie, The Father Of C And C0-Developer of UNIX</a></li>
<li><a title="Dennis Ritchie" href="http://techcrunch.com/2011/10/13/father-of-c-and-unix-dennis-ritchie-passes-away-at-age-70/" target="_blank">Father Of C And UNIX, Dennis Ritchie</a></li>
<li><a title="Dennis Ritchie" href="http://news.yahoo.com/dennis-ritchie-computer-programming-pioneer-dies-185648035.html" target="_blank">Dennis Ritchie, Computer-Programming Pioneer</a></li>
<li><a title="Dennis Ritchie" href="http://www.nytimes.com/2011/10/14/technology/dennis-ritchie-programming-trailblazer-dies-at-70.html" target="_blank">Dennis Ritchie, Trailblazer</a></li>
<li><a title="Dennis Ritchie" href="http://techcrunch.com/2011/10/15/what-can-we-learn-from-dennis-ritchie/" target="_blank">What we can learn from Dennis Ritchie</a></li>
<li><a title="Dennis Ritchie" href="http://www.guardian.co.uk/technology/2011/oct/16/john-naughton-dennis-ritchie-unix?newsfeed=true" target="_blank">Dennis Ritchie: the other man inside your iPhone</a></li>
<li><a title="Dennis Ritchie" href="http://www.theatlantic.com/technology/archive/2011/10/dennis-ritchie-remembering-another-computing-genius/246691/" target="_blank">Dennis Ritchie: Remembering another Computing Genius</a></li>
<li><a title="Dennis Ritchie" href="http://www.notablebiographies.com/supp/Supplement-Mi-So/Ritchie-Dennis.html" target="_blank">Dennis Ritchie Biography</a></li>
<li><a title="Dennis Ritchie" href="http://cm.bell-labs.com/who/dmr/" target="_blank">Dennis Ritchie Bell Labs</a></li>
</ul>
<p>And finally the 1998 USA National Medal for Science and Technology received by <strong><span style="color: #005e20;">Dennis Ritchie</span></strong> and <strong><span style="color: #005e20;">Ken Thompson</span></strong> for their creation of the <strong><span style="color: #005e20;">UNIX</span></strong> operating system and <strong><span style="color: #005e20;">The C Programming Language</span></strong>.</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="420" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/LXZ1OL2U3lY?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed height="315" width="420" src="http://www.youtube.com/v/LXZ1OL2U3lY?version=3&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"></embed></object>
</p>
<p>And <strong><span style="color: #005e20;">Ken Thompson</span></strong> and <strong><span style="color: #005e20;">Dennis Ritchie</span></strong> explain what was behind the development of the <strong><span style="color: #005e20;">UNIX</span></strong> operating system</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="420" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/JoVQTPbD6UY?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed height="315" width="420" src="http://www.youtube.com/v/JoVQTPbD6UY?version=3&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"></embed></object>
</p>
<p>We stand on the shoulders of giants. And <strong><span style="color: #005e20;">Dennis Ritchie</span></strong> was a giant amongst giants.</p>
<p><em>Ray Keefe has been developing high quality and market leading electronics products in Australia for nearly 30 years.  For more information go to his </em><a title="Ray Keefe at Linked In" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile at <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a>. This post is Copyright © 2011  Successful Endeavours Pty Ltd</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/10/15/dennis-ritchie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Green Factor</title>
		<link>http://www.successful.com.au/blog/2011/07/25/iphone-green-factor/</link>
		<comments>http://www.successful.com.au/blog/2011/07/25/iphone-green-factor/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 08:09:16 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Design]]></category>
		<category><![CDATA[Electronics Manufacture]]></category>
		<category><![CDATA[Green Electronics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Battery Operated Products]]></category>
		<category><![CDATA[Electronics Waste]]></category>
		<category><![CDATA[Packaging Reductions]]></category>
		<category><![CDATA[Production Emissions]]></category>
		<category><![CDATA[WEEE]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1414</guid>
		<description><![CDATA[How Green is my iPhone? Have you ever wondered just how green an iPhone really is? Well today&#8217;s blog post was sent to me by Dr Marc Dussault, The Exponential Growth Strategist. It&#8217;s an Infographic taken from DailyInfographic.com. At Successful Endeavours, we&#8217;re always interested in recycling and sustainable technologies and solutions. You will have seen [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">How Green is my iPhone?</span></h1>
<p>Have you ever wondered just how green an iPhone really is?</p>
<p>Well today&#8217;s blog post was sent to me by <a title="Dr Marc Dussault" href="http://www.marcdussault.com/" target="_blank">Dr Marc Dussault</a>, <a title="Dr Marc Dussault" href="http://www.exponentialprograms.com/" target="_blank">The Exponential Growth Strategist</a>. It&#8217;s an Infographic taken from <a title="Daily Infographic" href="http://dailyinfographic.com/" target="_blank">DailyInfographic.com</a>. At <span style="color: #005e20;"><strong>Successful Endeavours</strong></span>, we&#8217;re always interested in recycling and sustainable technologies and solutions. You will have seen some of that is past posts on how to be greener with the <span style="color: #005e20;"><strong>Electronics Design</strong></span> including <a title="Electronics Design for Green Manufacture?" rel="bookmark" href="http://www.successful.com.au/blog/2009/12/07/electronics-design-for-green-manufacture/"><span style="color: #005e20;">Electronics Design for Green Manufacture?</span></a> , <a title="Green Electronics Strategies – Reduce Power While Awake" rel="bookmark" href="http://www.successful.com.au/blog/2009/11/30/green-electronics-strategies-reduce-power-while-awake/"><span style="color: #005e20;">Green Electronics Strategies – Reduce Power While Awake</span></a> and <a title="Green Electronics Strategies – Sleep Saves Energy" rel="bookmark" href="http://www.successful.com.au/blog/2009/11/23/green-electronics-strategies-sleep-saves-energy/"><span style="color: #005e20;">Green Electronics Strategies – Sleep Saves Energy</span></a> .</p>
<p>For this post we will use the infographic to specifically look at how <span style="color: #005e20;">GREEN</span> the iPhone 4 is versus the iPhone 3G from the perspective of the production, use and disposal of the phone.  Some key figures I noted or calculated are:</p>
<ul>
<li>Production Emissions are 57% of all emissions in the iPhone 4 product lifecycle</li>
<li>58.9% of the weight of the iPhone 4 is in materials that are easily recycled</li>
<li>Packaging Reductions save 14% in transport fuel</li>
</ul>
<p>The Packaging Reductions are an excellent example of simple things we can all do to save on emissions. And <a title="Apple" href="http://www.apple.com/" target="_blank">Apple</a> offer a full recycling service that is aimed at being environmentally friendly which is also a great thing to put in place.</p>
<h1><span style="color: #005e20;">Electronics Manufacturing Energy</span></h1>
<p>The area that stands out for me is the energy that is consumed in production of the iPhone 4. This is not an iPhone 4 specific problem but a general problem for <span style="color: #005e20;"><strong>Electronics Manufacture</strong></span>. If we want to talk about <strong><span style="color: #005e20;">Green Electronics</span></strong>, then this has to include not just the product we use and the <strong><a title="Electronics Waste and Recycling" href="http://en.wikipedia.org/wiki/Electronic_waste" target="_blank">Electronics Waste and Recycling</a></strong> / <strong><a title="WEEE" href="http://en.wikipedia.org/wiki/Waste_Electrical_and_Electronic_Equipment_Directive" target="_blank"><span style="color: #005e20;">WEEE</span></a></strong>, but we also have to get to the point where the Production Emissions, the energy to produce a product, is way less than the energy to use the product. This is a huge issue for <strong><span style="color: #005e20;">Battery Operated Products</span></strong>, such as the emerging <strong><span style="color: #005e20;">Electric Vehicle</span></strong> market, where the <a title="Production Emissions" href="http://en.wikipedia.org/wiki/Electric_car">Production Emissions</a> for just the battery can be close to half of all the Production Emissions.</p>
<p>Enjoy the infographic from the <a title="dailyinfographic.com" href="http://dailyinfographic.com/" target="_blank">dailyinfographic</a> <span style="color: #005e20;"><strong><a title="Keeping it green" href="http://dailyinfographic.com/keeping-it-green-infographic" target="_blank">Keeping it Green</a></strong></span>.</p>
<div class="mceTemp mceIEcenter"><div id="attachment_1419" class="wp-caption aligncenter" style="width: 385px"><a title="How Green is the iPhone 4" href="http://www.successful.com.au/blog/wp-content/uploads/2011/07/iPhone-GREEN-Factor.jpg"><img class="size-full wp-image-1419 " title="iPhone-GREEN-Factor" src="http://www.successful.com.au/blog/wp-content/uploads/2011/07/iPhone-GREEN-Factor.jpg" alt="How Green is the iPhone 4" width="375" height="2424" /></a><p class="wp-caption-text">How Green is the iPhone 4</p></div></div>
<p style="text-align: center;"><em>Ray Keefe has been developing high quality and market leading electronics products in Australia for nearly 30 years.  For more information go to his </em><em><a title="Ray Keefe at Linked In" href="http://www.linkedin.com/in/raykeefe" target="_blank">LinkedIn</a><em> profile at <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a>. This post is Copyright © 2011  Successful Endeavours Pty Ltd</em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/07/25/iphone-green-factor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LED Lighting To Finally Become Cost Effective</title>
		<link>http://www.successful.com.au/blog/2011/06/02/led-lighting-to-finally-become-cost-effective/</link>
		<comments>http://www.successful.com.au/blog/2011/06/02/led-lighting-to-finally-become-cost-effective/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 00:04:38 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Manufacture]]></category>
		<category><![CDATA[Green Electronics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Flexible Electronics]]></category>
		<category><![CDATA[LED Lighting]]></category>
		<category><![CDATA[Light Emitting Diodes]]></category>
		<category><![CDATA[organic semiconductors]]></category>
		<category><![CDATA[Printed Electronics]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1392</guid>
		<description><![CDATA[LED Lighting 10 years ago, LED Lighting was set to revolutionise the general illumination market. LEDs, also known as Light Emitting Diodes, had already taken over are the role as indicator panel illuminators and user interfaces on industrial, commercial and consumer products.  All the trend lines indicated that they would eclipse the incandescent light globe [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">LED Lighting</span></h1>
<p><span style="color: #000000;">10 years ago, <span style="color: #005e20;"><strong>LED Lighting</strong></span> was set to revolutionise the general illumination market. LEDs, also known as <span style="color: #005e20;"><strong>Light Emitting Diodes</strong></span>, had already taken over are the role as indicator panel illuminators and user interfaces on industrial, commercial and consumer products.  All the trend lines indicated that they would eclipse the incandescent light globe for cost per watt within a decade.</span></p>
<p>So what went wrong?</p>
<div id="attachment_1396" class="wp-caption aligncenter" style="width: 360px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/06/PurpleLED.jpg"><img class="size-full wp-image-1396" title="Purple LED Diffused" src="http://www.successful.com.au/blog/wp-content/uploads/2011/06/PurpleLED.jpg" alt="Purple LED Diffused" width="350" height="323" /></a><p class="wp-caption-text">LED Lighting - Purple LED Diffused</p></div>
<h1><span style="color: #005e20;">More power without more light</span></h1>
<p><span style="color: #000000;">As the technology was scaled up, the power levels rose and the expected requirements of more heatsinking were being dealt with and all seemed on track for LEDs to take over the world of lighting. But then a snag was hit. The technology got to a point where the efficiency dropped off as more current flowed through the diode. Companies like CREE, LumiLEDs and OSRAM pursued different and moderately successful strategies to try and overcome these limitations but the pace of progress slowed dramatically.</span></p>
<p>All of this points to a technical barrier we still don&#8217;t fully understand but are chipping away at.</p>
<h1><span style="color: #005e20;">Same light less cost</span></h1>
<p><span style="color: #000000;">The other issue is the cost per watt in terms of the manufacturing cost of LEDs. The manufacturing process typically uses Sapphire or Silicon Carbide substrated which makes LEDs more expensive to manufacture than conventional semiconductors.  There are several ways to improve this and they are all being pursued in parallel.</span></p>
<p>The first is the move toward organic semiconductors as covered in my recent post on <span style="color: #005e20;"><strong><a title="Printed Electronics" href="http://www.successful.com.au/blog/2011/02/23/printed-electronics/" target="_blank">Printed Electronics</a></strong></span> I looked at much lower cost techniques for making semiconductors and organic LEDs are one of the possible end products from these techniques. The CSIRO are world leaders in these technologies and are actively pursuing research into flexible electronics including organic displays and lighting. Here the challenge is creating a robust manufacturing technique that produces high volume, low cost lighting. The efficiency may not be as high but the cost per watt is much lower. Organic Semiconductors and organic LEDs will continue to be part of the solution. You can read about their efforts in <span style="color: #005e20;"><strong><a title="CSIRO Flexible Electronics" href="http://www.csiro.au/science/Flexible-Electronics.html" target="_blank">CSIRO Flexible Electronics</a></strong></span>.</p>
<div id="attachment_1393" class="wp-caption aligncenter" style="width: 192px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/06/CSIRO_Flexible_Electronics.jpg"><img class="size-full wp-image-1393 " title="CSIRO Flexible Electronics" src="http://www.successful.com.au/blog/wp-content/uploads/2011/06/CSIRO_Flexible_Electronics.jpg" alt="CSIRO Flexible Electronics" width="182" height="139" /></a><p class="wp-caption-text">CSIRO Flexible Electronics</p></div>
<p>The second move is toward reducing the costs of conventional LED manufacture by eliminating the more costly steps of the process. A recent breakthrough was announced by <a title="Bridgelux LED" href="http://www.bridgelux.com/" target="_blank">Bridgelux</a> and reportied in IEEE Spectrum will permit the manufacture of LEDs on silicon substrates.  In <span style="color: #005e20;"><strong><a title="Silicon is the key to the quest for $5 LED lightbulb" href="http://spectrum.ieee.org/semiconductors/optoelectronics/silicon-is-key-to-quest-for-5-led-lightbulb" target="_blank">Silicon Is Key to Quest for $5 LED Lightbulb</a></strong></span> the breakthrough is described and the promise is good. This also does not address the efficiency problem but again reduces the cost per watt.</p>
<div id="attachment_1394" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/06/Bridgelux_Silicon_Substrate_LED.jpg"><img class="size-medium wp-image-1394" title="Bridgelux_Silicon_Substrate_LED" src="http://www.successful.com.au/blog/wp-content/uploads/2011/06/Bridgelux_Silicon_Substrate_LED-300x224.jpg" alt="Bridgelux Silicon Substrate LED" width="300" height="224" /></a><p class="wp-caption-text">Bridgelux Silicon Substrate LED</p></div>
<h1><span style="color: #005e20;">Efficiency is the final frontier</span></h1>
<p>The final chapter is yet to be written because the breakthrough we have all hoped for has not yet arrived. In the meantime the problem is being tackled from many sides and advances are being made on multiple technical fronts. LED lighting is an important part of the strategy to reduce our <span style="color: #005e20;"><strong>Carbon Footprint</strong></span>.</p>
<p><em>Ray Keefe has been developing high quality and market leading electronics products in Australia for nearly 30 years.  For more information go to his </em><a title="Ray Keefe at Linked In" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile at <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a>. This post is Copyright © 2011  Successful Endeavours Pty Ltd.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/06/02/led-lighting-to-finally-become-cost-effective/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plastic Electronics</title>
		<link>http://www.successful.com.au/blog/2011/02/24/plastic-electronics/</link>
		<comments>http://www.successful.com.au/blog/2011/02/24/plastic-electronics/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 23:21:36 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Manufacture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Organic Transistors]]></category>
		<category><![CDATA[Plastic Electronics]]></category>
		<category><![CDATA[Plastic Semiconductors]]></category>
		<category><![CDATA[The Plastic Processor]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=1245</guid>
		<description><![CDATA[Plastic Semiconductors In a previous post on Printed Electronics we looked at new product opportunities that were being created using new fabrication techniques for semiconductors. But advances are also being made that benefit both conventional or new product concepts.  In The Plastic Processor we get an insight into how you can make a microprocessor using [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Plastic Semiconductors</span></h1>
<p>In a previous post on <a title="Printed Electronics" href="http://www.successful.com.au/blog/2011/02/23/printed-electronics/" target="_blank"><strong><span style="color: #005e20;">Printed Electronics</span></strong></a> we looked at new product opportunities that were being created using new fabrication techniques for semiconductors. But advances are also being made that benefit both conventional or new product concepts.  In <a title="The Plastic Processor" href="http://spectrum.ieee.org/semiconductors/processors/the-plastic-processor" target="_blank"><strong><span style="color: #005e20;">The Plastic Processor</span></strong></a> we get an insight into how you can make a microprocessor using <strong><a title="Organic Semiconductor" href="http://en.wikipedia.org/wiki/Organic_semiconductor" target="_blank"><span style="color: #005e20;">Organic Transistors</span></a></strong> on plastic film.</p>
<p>The steps look simple, as is often the case on the other side of Research and Development for a new concept:</p>
<ul>
<li>the substrate is a plastic film with similar mechanical properties to cling wrap</li>
<li>print a layer of gold to make electrical connections</li>
<li>place an plastic on top of that to make the dielectric</li>
<li>print a layer of gold to make electrical connections</li>
<li>the organic semiconductor goes on top</li>
</ul>
<p>And the circuit is complete.  And at less than 10% of the cost of doing a similar process using Silicon.  And of course there are variations on that theme. And better approaches will be developed rapidly now that a first successful attempt has been made.</p>
<div id="attachment_1292" class="wp-caption alignleft" style="width: 305px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2011/03/organic_transistor.jpg"><img class="size-full wp-image-1292" title="organic_transistor" src="http://www.successful.com.au/blog/wp-content/uploads/2011/03/organic_transistor.jpg" alt="" width="295" height="122" /></a><p class="wp-caption-text">Organic Transistor</p></div>
<p>Of course there is still a lot of work to do on getting the reliability and reproducibility up to the levels we expect from Silicon Semiconductors but this is a significant step forward.</p>
<p>And in the latest news, <a title="The Plastic Processor" href="http://spectrum.ieee.org/semiconductors/processors/the-plastic-processor" target="_blank"><strong>The Plastic Processor</strong></a>, we get an insight into how you can make a microprocessor using <strong><a title="Organic Semiconductor" href="http://en.wikipedia.org/wiki/Organic_semiconductor" target="_blank">Organic Transistors</a></strong> on plastic film. This is certainly getting more interesting quickly.</p>
<p><em>Ray Keefe has been developing high quality and market leading electronics products in Australia for nearly 30 years.  For more information go to his </em><a title="Ray Keefe at Linked In" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile at <a title="Ray Keefe" href="http://www.linkedin.com/in/raykeefe" target="_blank">Ray Keefe</a>. This post is Copyright © 2011  Successful Endeavours Pty Ltd.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2011/02/24/plastic-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

