<?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>Successful Endeavours - We Make Electronics Stuff Work! &#187; Engineers</title>
	<atom:link href="http://www.successful.com.au/blog/category/engineers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.successful.com.au/blog</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 03:09:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Squash Lessons for Engineering</title>
		<link>http://www.successful.com.au/blog/2010/08/10/squash-lessons-for-engineering/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.successful.com.au/blog/2010/08/10/squash-lessons-for-engineering/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 04:40:24 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Embedded Software]]></category>
		<category><![CDATA[Engineers]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[Control Flow]]></category>
		<category><![CDATA[Data Flow]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Exception Handling]]></category>
		<category><![CDATA[Execution Flow]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Squash Lessons for Engineering]]></category>
		<category><![CDATA[Unit testing]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=806</guid>
		<description><![CDATA[Squash Lessons for Engineering The picture in today&#8217;s post comes courtesy of Dr Marc Dussault, The Exponential Growth Strategist. At his recent Exponential Business Building Bootcamp, he demonstrated how a Squash Racquet gets broken from repeated use. So what does this have to do with Engineering? Glad you asked. First, I have to explain the demonstration. Marc showed [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Squash Lessons for Engineering</span></h1>
<p>The picture in today&#8217;s post comes courtesy of <a href="http://www.MarcDussault.com">Dr Marc Dussault</a>, The <a href="http://www.exponentialprograms.com">Exponential Growth Strategist</a>. At his recent <a href="http://www.exponentialprograms.com/business/bootcamp">Exponential Business Building Bootcamp</a>, he demonstrated how a <strong>Squash Racquet</strong> gets broken from repeated use.</p>
<div id="attachment_807" class="wp-caption aligncenter" style="width: 360px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2010/08/SquashRacquet.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><em><img class="size-full wp-image-807" title="Broken Squash Racquet" src="http://www.successful.com.au/blog/wp-content/uploads/2010/08/SquashRacquet.jpg" alt="Broken Squash Racquet" width="350" height="123" /></em></a><p class="wp-caption-text">Broken Squash Racquet</p></div>
<p>So what does this have to do with <strong><span style="color: #005e20;">Engineering</span></strong>? Glad you asked.</p>
<p>First, I have to explain the demonstration. Marc showed that it takes a very large amount of force to break the <strong>Squash Racquet</strong>.  He really applied himself to the destructive task and it took a few minutes of escalating <strong>Squash Racquet</strong> abuse before it finally succumbed and broke.  Some of us in the front of the room could tell just how much it required to break the <strong>Squash Racquet</strong>. However the <strong>Squash Racket</strong> already had a crack, so Marc knew where to apply the force in order to break it.  The picture above is the final outcome.  Without the crack being obvious, it would have been almost impossible to have broken the <strong>Squash Racquet</strong> using just randomly applied force.</p>
<p>Marc then explained that way the <strong>Squash Racquet</strong> became cracked in the first place, was by it being consistently scraped along the wall as he retrieved the ball from shots along the wall.  Marc is an outstanding competitive squash player and currently ranks  as World # 18! So he knows his stuff when it comes to squash.  You can read more about this at his <strong><a title="Mindset Of A Champion" href="http://www.marcdussault.com/mindset/blog/" target="_blank">Mindset Of A Champion</a></strong> blog.</p>
<p>So if you know what to look for, you can monitor the thinning of the racquet and get an idea of when and where it might fail.  If you don&#8217;t know what to look for, then the failure will be unexpected.</p>
<h1><span style="color: #005e20;">Software Testing and Software Engineering</span></h1>
<p>A lot of <strong><span style="color: #005e20;">Software Testing</span></strong> can suffer from the same problem.  If you already know where the weakness will be and how to spot it, then finding a bug is easy.  You can set up the scenario, monitor for the symptom and confirm the failure.  Or, if you have enough resources you can go the brute force approach and just break it through the persistent use of randomly directed and escalated force of testing.  However very products are simple enough and very few companies are large enough to have that level of resource and to solve the problem this way.  So for the rest of us, the other 99.995%, a more intelligent approach is needed.</p>
<p>Since you don&#8217;t know where and when it will fail, it is best to remove failure causes from the beginning. This is where <strong><span style="color: #005e20;">Software Engineering</span></strong> come is. <strong><span style="color: #005e20;">Software Engineering</span></strong> is not just coding.  Coding is the production end of the <strong><span style="color: #005e20;">Software Engineering</span></strong> process.  <strong><span style="color: #005e20;">Software Engineering</span></strong> is about designing the system so you have defined the components so they are each fully testable in their own right. Then you can apply processes like <a title="Unit Testing" href="http://msdn.microsoft.com/en-us/library/aa292197(VS.71).aspx" target="_self"><strong><span style="color: #005e20;">Unit Testing</span></strong></a> to ensure they are fully functional as stand alone pieces of software. You can then perform <strong><a title="Integration Testing" href="http://msdn.microsoft.com/en-us/library/aa292128(VS.71).aspx" target="_blank"><span style="color: #005e20;">Integration Testing</span></a></strong> to ensure that software added to the system correctly handles both the <span style="color: #005e20;"><strong>Execution Flow</strong></span>, also known as <strong><span style="color: #005e20;"><a title="Control Flow" href="http://en.wikipedia.org/wiki/Control_flow" target="_blank">Control Flow</a></span></strong>, and <a title="Data Flow" href="http://en.wikipedia.org/wiki/Dataflow" target="_blank"><strong><span style="color: #005e20;">Data Flow</span></strong></a> required including error and <strong><span style="color: #005e20;"><a title="Exception Handling" href="http://en.wikipedia.org/wiki/Exception_handling" target="_blank">Exception Handling</a></span></strong>. The result is that you build up a fully working and correctly executing system quickly and with great confidence. It isn&#8217;t a magic bullet but it is close to it.</p>
<p>As was famously quipped by <a title="Edsger Dijkstra" href="http://en.wikiquote.org/wiki/Programming" target="_blank">Edsger Dijkstra</a>, &#8220;If <strong><span style="color: #005e20;">Debugging</span></strong> is the process of removing bugs, then programming must be the process of putting them in&#8221;.</p>
<p>So if you put less bugs in, you have less debugging to do. And that saves time and removes future time bombs.  Because the chance that you find them all is zero percent. And you can&#8217;t create a system that is 100% testable by brute force means. So you have to go about it smarter.  It will save time, money and improve the business outcome now and into the future.</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" onclick="pageTracker._trackPageview('/outbound/article/www.linkedin.com');" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile. This post is Copyright © 2010  Successful Endeavours Pty Ltd. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2010/08/10/squash-lessons-for-engineering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Embedded Software Testing</title>
		<link>http://www.successful.com.au/blog/2010/08/09/embedded-software-testing/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.successful.com.au/blog/2010/08/09/embedded-software-testing/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 00:00:24 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Embedded Software]]></category>
		<category><![CDATA[Engineers]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[Architectural Design]]></category>
		<category><![CDATA[code coverage]]></category>
		<category><![CDATA[Error handling]]></category>
		<category><![CDATA[Functional Decomposition]]></category>
		<category><![CDATA[Integration Test Plan]]></category>
		<category><![CDATA[Integration Tests]]></category>
		<category><![CDATA[PepperStack]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Software Engineer]]></category>
		<category><![CDATA[Software Quality]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[System Test Plan]]></category>
		<category><![CDATA[Test Driven Development]]></category>
		<category><![CDATA[Unit Test]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=800</guid>
		<description><![CDATA[Software Testing I recently met with an Australian Software Development company, PepperStack, and we got onto the subject of Software Testing. As someone who began their career as an Electronics Hardware Engineer, one of the things I learnt was that you have to test thoroughly to be sure everything is working as it should be. [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Software Testing</span></h1>
<p>I recently met with an <strong>Australian Software Development</strong> company, <a title="PepperStack" href="http://www.pepperstack.com.au/" target="_blank"><em>PepperStack</em></a>, and we got onto the subject of <strong><em><span style="color: #005e20;"><a title="Software Testing" href="http://en.wikipedia.org/wiki/Software_testing" target="_blank">Software Testing</a></span></em></strong>. As someone who began their career as an <strong><span style="color: #005e20;">Electronics Hardware Engineer</span></strong>, one of the things I learnt was that you have to test thoroughly to be sure everything is working as it should be. With <strong><span style="color: #005e20;"><a title="Electronics" href="http://en.wikipedia.org/wiki/Electronics" target="_blank">Electronics</a></span></strong>, if you make a mistake with an <span style="color: #005e20;"><em>Engineering Calculation</em></span> you can easily destroy things. This is sometimes referred to as &#8220;letting the smoke out&#8221;. So it was good to meet with others who believe in the same level of rigorous software unit, module and system testing that we do.</p>
<h1><span style="color: #005e20;">Some Engineering Humour</span></h1>
<p>Which reminds me of a joke I once heard:</p>
<p>There are 3 <strong><span style="color: #005e20;">Engineers</span></strong> in a car going for a drive. The first is a <span style="color: #005e20;"><strong>Mechanical Engineer</strong></span>, the second an <strong><span style="color: #005e20;">Electronics Engineer</span></strong> and the third is a <strong><span style="color: #005e20;">Software Engineer</span></strong>. Fortunately the <strong><span style="color: #005e20;">Mechanical Engineer</span></strong> is driving because the brakes fail and they are going downhill.  The <strong><span style="color: #005e20;">Mechanical Engineer</span></strong> eventually brings the car safely to a halt and gets out to examine the hydraulic systems.  The <strong><span style="color: #005e20;">Electronics Engineer</span></strong> gets out and checks and body computer, ABS system and the power train CAN bus.  The <strong><span style="color: #005e20;">Software Engineer</span></strong> stays in the car and when queried about it says that they should all just get back in the car and see if it happens again!</p>
<p>Now don&#8217;t get me wrong, I&#8217;m not having a go at <strong><span style="color: #005e20;"><a title="Software Engineers" href="http://en.wikipedia.org/wiki/Software_engineers" target="_blank">Software Engineers</a></span></strong>. The process of finding and eliminating faults is a very important part of the development cycle and is something that needs up front thinking and not just responding to symptoms.  And the more complex or sophisticated a system is, that harder it is to fully test every possible response to every possible stimuli and after a certain point it becomes impractical to have 100% Test Coverage (every line of code has been executed through all of the possible states).  The reason this is a bigger problem with<a title="Software Development" href="http://en.wikipedia.org/wiki/Software_development" target="_blank"> <strong><span style="color: #005e20;">Software Development</span></strong></a> is that the flexibility of software means that it is inherently complex and it takes skill and planning to manage that complexity so it is testable.</p>
<p>So here is the issue. More than any other discipline, faults can be experienced by an end user of a product under a situation or scenario you could not have proactively tested against before release.  There are many potential reasons for this including:</p>
<ul>
<li>change of hardware or operating system environment</li>
<li>new standards or protocols</li>
<li>the sheer number of potential combinations of drivers, peripherals, software and users</li>
<li>the product being used for a purpose it wasn&#8217;t originally designed for</li>
<li>gamma ray corruption of a memory location &#8211; I am getting esoteric now but in some areas like avionics and space this is a big threat</li>
</ul>
<p>So how do you reduce the likelihood of these problems occurring?</p>
<h1><span style="color: #005e20;">Improving Software Quality</span></h1>
<p><span style="color: #000000;">With many new products having Electronics and <strong><span style="color: #005e20;"><a title="Embedded Software" href="http://en.wikipedia.org/wiki/Embedded_Software" target="_blank">Embedded Software</a></span></strong> and the <strong><span style="color: #005e20;"><em>Software Development</em></span></strong> requiring 80% of the effort, it is important to delivery it as quickly and fault free as you can. The main weapons in your <strong><span style="color: #005e20;">Software Quality</span></strong> arsenal have been known about for a long time but are, in our experience, just not used.  These are:</span></p>
<ul>
<li><span style="color: #000000;"><strong><em>Architectural Design</em></strong> &#8211; work out how the data and execution flow will happen and how you will manage the constraints</span></li>
<li><span style="color: #000000;"><strong><em>Functional Decomposition</em></strong> &#8211; divide and conquer but with an emphasis on how each module fits into the system and how the interfaces work in detail</span></li>
<li><span style="color: #000000;"><strong><em>Error handling </em></strong>- who will decide what to do with response codes &#8211; again this is data and execution flow and part of the architecture. In many cases exception management is at least 50% of the project.</span></li>
<li><span style="color: #000000;">Have an <strong><em>Integration Test Plan</em></strong> &#8211; some thing that proves the data and execution flow matches the architectural design.  Too often &#8220;it builds&#8221; seems to be good enough here.</span></li>
<li><span style="color: #000000;"><strong><em>Unit Test</em></strong> modules &#8211; so you remove all the issues before adding them to the integration</span></li>
<li><span style="color: #000000;">Do the <strong><em>Integration Tests</em></strong> before you try system testing</span></li>
<li><span style="color: #000000;">Design modules so you can integrate them as shells then add functionality down the track</span></li>
<li><span style="color: #000000;">Have NVM and configuration data available at the beginning of the project and not as an after thought at the end</span></li>
<li><span style="color: #000000;">Have a <strong><em>System Test Plan</em></strong> and use it</span></li>
<li><span style="color: #000000;">Use some of the good practices of <strong><span style="color: #005e20;"><a title="Test Driven Development" href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a></span></strong> &#8211; run the tests every time you change the code</span></li>
<li><span style="color: #000000;">Have a rationale for what level of <strong><em><a title="Code Coverage" href="http://en.wikipedia.org/wiki/Code_coverage" target="_blank">Code Coverage</a></em></strong> you can accept</span></li>
<li><span style="color: #000000;">Have a rationale for what level of <strong><em>Churn</em></strong> you can accept &#8211; <strong><em>Churn</em></strong> is the percentage of the lines of code that have changed in the past time period.  Usually either a week or month depending on the size of the project.</span></li>
<li><span style="color: #000000;">Use automated software quality tools. For instance we use both <a title="Gimpel Software PC-Lint" href="http://www.gimpel.com/" target="_blank">PC-Lint</a> and <a title="RSM" href="http://www.msquaredtechnologies.com/" target="_blank">RSM</a> to automated many software quality metrics which saves a lot of time in <strong><a title="Code Reviews" href="http://en.wikipedia.org/wiki/Code_review" target="_blank">Code Reviews</a></strong></span></li>
<li><span style="color: #000000;">Use <strong>Code Reviews</strong>, also known as <strong><a title="Software Peer Review" href="http://en.wikipedia.org/wiki/Software_peer_review" target="_blank">Software Peer Review</a></strong>.  It really does save time.</span></li>
</ul>
<p><span style="color: #000000;">Next I plan to look at what you can learn about software testing from a Squash Racquet.</span></p>
<p><span style="color: #000000;"><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" onclick="pageTracker._trackPageview('/outbound/article/www.linkedin.com');" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile. This post is Copyright © 2010  Successful Endeavours Pty Ltd. </em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2010/08/09/embedded-software-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australian Engineering Week 2010</title>
		<link>http://www.successful.com.au/blog/2010/08/02/australian-engineering-week-2010/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.successful.com.au/blog/2010/08/02/australian-engineering-week-2010/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:44:19 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Analogue Electronics]]></category>
		<category><![CDATA[Engineers]]></category>
		<category><![CDATA[electronics design]]></category>
		<category><![CDATA[Australian Engineering Week]]></category>
		<category><![CDATA[Australian Engineering Week 2010]]></category>
		<category><![CDATA[Deakin University]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Engineering Education Australia]]></category>
		<category><![CDATA[Make It So]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=793</guid>
		<description><![CDATA[Australian Engineering Week 2010 Today begins Australian Engineering Week 2010.  You can get a full run down on all the events at Make It So which you might recognise as a tribute to the Star Trek series.  It got me thinking about why I got started in Engineering.  It was music.  I had done 1 year of [...]]]></description>
			<content:encoded><![CDATA[<h1>Australian Engineering Week 2010</h1>
<p>Today begins <strong>Australian Engineering Week 2010</strong>.  You can get a full run down on all the events at <a title="Make It So" href="http://makeitso.org.au/" target="_blank"><em><strong>Make It So</strong></em></a> which you might recognise as a tribute to the <a title="Star Trek" href="http://www.startrek.com/" target="_blank"><em><strong>Star Trek</strong></em></a> series. </p>
<p>It got me thinking about why I got started in <a title="Engineering" href="http://en.wikipedia.org/wiki/Engineering" target="_blank"><em><strong>Engineering</strong></em></a>.  It was music.  I had done 1 year of a Science degree focusing on Physics and Chemistry at <a title="Deakin University" href="http://www.deakin.edu.au/" target="_blank">Deakin University</a> and had taken a year off because I had no idea why I was doing a degree.  So I worked a few mundane jobs and joined a pub band.  We were pretty bad.  I had only started playing guitar a year before that.  The equipment was low grade and needed a lot of maintenance and I was constantly trying to improve the PA, the mixer, the guitar and amplifier and the effects.  They were all <a title="Analogue Electronics" href="http://en.wikipedia.org/wiki/Analogue_electronics" target="_blank"><em><strong>analogue electronics</strong></em></a> in those days. It was mostly trial and error and occasionally trial and success!</p>
<p>What if I knew enough about <a title="Electronics" href="http://en.wikipedia.org/wiki/Electronics" target="_blank">Electronics</a> to be able to improve, or even design from scratch, my own guitar effects pedals, guitar amplifiers, mixing desks and PA system?</p>
<p>But where would I learn that?  So I went back to Deakin University and asked them.  And they suggested <strong>Engineering</strong>.  I had mostly thought of <strong>Engineering</strong> as roads, buildings, bridges and transport so this was a new type of <strong>Engineering</strong> for me.  But I was also hooked.</p>
<p>Four years later with a <a title="Deakin University Engineering" href="http://www.deakin.edu.au/future-students/areas-of-study/engineering.php" target="_blank">First Class Honours Degree in Electrical Engineering</a> I was doing just what I had set out to do.  <a title="Electronics Design" href="http://electronicdesign.com/Default.aspx" target="_blank"><strong><em>Electronics Design</em></strong></a> was now a part of who I was, not just an area of study.   My rig was designed and built by me.  And I also doing electronics design and custom pro-audio equipment construction for recording studios and professional musicians.</p>
<p>So check out <strong>Australian Engineering Week 2010</strong> and for some more insights into Engineering you can also read the blog at <a title="Engineering Education Australia" href="http://www.eeaust.com.au/blog/" target="_blank"><em><strong>Engineering Education Australia</strong></em></a>.</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" onclick="pageTracker._trackPageview('/outbound/article/www.linkedin.com');" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile. This post is Copyright © 2010  Successful Endeavours Pty Ltd. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2010/08/02/australian-engineering-week-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Voltage Power Electronics</title>
		<link>http://www.successful.com.au/blog/2010/07/02/high-voltage-power-electronics/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.successful.com.au/blog/2010/07/02/high-voltage-power-electronics/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 23:37:33 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Engineers]]></category>
		<category><![CDATA[High Voltage]]></category>
		<category><![CDATA[electronics design]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[ABB]]></category>
		<category><![CDATA[ABB High Voltage Division]]></category>
		<category><![CDATA[Electric Power Transmission Systems]]></category>
		<category><![CDATA[Elevated Voltages]]></category>
		<category><![CDATA[Engineering Design]]></category>
		<category><![CDATA[Fault Isolation]]></category>
		<category><![CDATA[Hig Voltage]]></category>
		<category><![CDATA[High Voltage Distribution]]></category>
		<category><![CDATA[High Voltage Switchgear]]></category>
		<category><![CDATA[High Voltage Switching]]></category>
		<category><![CDATA[Power Factor Correction]]></category>
		<category><![CDATA[Reclosers]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=758</guid>
		<description><![CDATA[Safety in High Voltage Power Distribution My thanks to Tim Heemskerk of ABB High Voltage Division in Lilydale for this clip.  It shows how dangerous High Voltage power can be in Electric Power Transmission Systems and why ABB take so much care in how they handle High Voltage Switching, Power Factor Correction and Fault Isolation [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #005e20;">Safety in High Voltage Power Distribution</span></h1>
<p>My thanks to Tim Heemskerk of <a title="ABB High Voltage Division" href="http://www.abbaustralia.com.au/cawp/auabb501/9e83880a4ba7ab62c1257042001b82f2.aspx" target="_blank"><strong><span style="color: #005e20;">ABB High Voltage Division</span></strong></a> in Lilydale for this clip.  It shows how dangerous <strong><span style="color: #005e20;"><a title="High Voltage" href="http://en.wikipedia.org/wiki/High_voltage" target="_blank"><span style="color: #005e20;">High Voltage</span></a></span></strong> power can be in <a title="Electric Power Transmission Systems" href="http://en.wikipedia.org/wiki/Electric_power_transmission" target="_blank"><span style="color: #005e20;"><strong>Electric Power Transmission Systems</strong></span></a> and why <strong><span style="color: #005e20;"><a title="ABB" href="http://en.wikipedia.org/wiki/ABB_Group" target="_blank"><span style="color: #005e20;">ABB</span></a></span></strong> take so much care in how they handle <strong>High Voltage Switching</strong>, <a title="Power Factor Correction" href="http://en.wikipedia.org/wiki/Power_factor_correction" target="_blank"><span style="color: #005e20;"><strong>Power Factor Correction</strong></span></a> and <strong><span style="color: #005e20;">Fault Isolation</span></strong> and <a title="Recloser" href="http://en.wikipedia.org/wiki/Recloser" target="_blank"><strong><span style="color: #005e20;">Reclosers</span></strong></a> in systems operating at these<strong><span style="color: #005e20;"> Elevated Voltages</span></strong>.  Be sure to wait for the slow motion replay at the end.  I think these guys might have seen an episode or two of <a title="Myth Busters" href="http://en.wikipedia.org/wiki/MythBusters" target="_blank">Myth Busters</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="298" 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/gj1pkyCL75E&amp;hl=en_US&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="298" src="http://www.youtube.com/v/gj1pkyCL75E&amp;hl=en_US&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>For those who don&#8217;t recognise them, the rectangular boxes with terminals sticking out the top are <strong><span style="color: #005e20;">High Voltage</span></strong> capacitors used for <a title="Power Factor Correction" href="http://www.integral.com.au/wps/wcm/connect/IntegralEnergy/nsw/nsw+homepage/environmentnav/energy+efficiency/power+factor+correction/" target="_blank"><strong><span style="color: #005e20;">Power Factor Correction</span></strong></a> in <a title="Power Distribution" href="http://en.wikipedia.org/wiki/Power_distribution" target="_blank"><span style="color: #005e20;"><strong>Power Distribution</strong></span></a> systems.  They have been charged to 13.8KV and hold 9675J of energy.  The pull cord is used to close the electrical circuit and the capacitor voltage is applied to the watermelon which conducts the current and the energy released causes it to explode rather spectacularly.  Not what you want happening in a real <a title="Power Distribution" href="http://en.wikipedia.org/wiki/Electricity_distribution" target="_blank"><strong><span style="color: #005e20;">Power Distribution</span></strong></a> scenario which is why you want <strong><a title="Engineers" href="http://en.wikipedia.org/wiki/Engineers" target="_blank"><span style="color: #005e20;">Engineers</span></a></strong> who know what they are doing working on both the <a title="Engineering Design" href="http://en.wikipedia.org/wiki/Engineering_Design" target="_blank"><strong><span style="color: #005e20;">Engineering Design</span></strong></a> and the implementation of these <strong><span style="color: #005e20;">High Voltage Distribution</span></strong> systems.</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" onclick="pageTracker._trackPageview('/outbound/article/www.linkedin.com');" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile. This post is Copyright © 2010  Successful Endeavours Pty Ltd. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2010/07/02/high-voltage-power-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Engineer to Entrepreneur</title>
		<link>http://www.successful.com.au/blog/2010/06/21/from-engineer-to-entrepreneur/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.successful.com.au/blog/2010/06/21/from-engineer-to-entrepreneur/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 04:58:55 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Electronics Awards]]></category>
		<category><![CDATA[Electronics Entrepreneur]]></category>
		<category><![CDATA[Electronics Manufacture]]></category>
		<category><![CDATA[Embedded Software]]></category>
		<category><![CDATA[Engineers]]></category>
		<category><![CDATA[electronics design]]></category>
		<category><![CDATA[made in Australia]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[Dr Marc Dussault]]></category>
		<category><![CDATA[EDN Innovation award]]></category>
		<category><![CDATA[Embedded Software Development]]></category>
		<category><![CDATA[Engineer]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Engineering Consultant]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Entrepreneur of the Year]]></category>
		<category><![CDATA[Exponential Entrepreneur of the Year]]></category>
		<category><![CDATA[Exponential Programs]]></category>
		<category><![CDATA[Profession]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=722</guid>
		<description><![CDATA[This week I was the recipient of an Exponential Entrepreneur of the Year award.  Last year we were received 2 awards for technical excellence when we won 2 of the 15 EDN Innovation awards handed out in Australia in 2009.  So I was very pleased to be receiving an award recognising the business side of Successful [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This week I was the recipient of an <a title="Exponential Entrepreneur of the Year" href="http://www.exponentialprograms.com/business/blog/exponential-entrepreneurs-of-the-year-award-winners-announced/" target="_blank"><strong><em><span style="color: #005e20;">Exponential Entrepreneur of the Year</span></em></strong> </a>award.  Last year we were received 2 awards for technical excellence when we won 2 of the 15 <a title="Successful Endeavours National Awards" href="http://www.successful.com.au/awards.html" target="_blank"><strong><span style="color: #005e20;">EDN Innovation awards</span></strong></a> handed out in Australia in 2009. </p>
<p>So I was very pleased to be receiving an award recognising the business side of <a title="Successful Endeavours" href="http://www.successful.com.au/index.html" target="_blank"><strong><em><span style="color: #005e20;">Successful Endeavours</span></em></strong></a>.  The award was presented by <a title="Dr Marc Dussault" href="http://www.marcdussault.com/" target="_blank"><strong>Dr Marc Dussault</strong></a> of <a href="http://www.exponentialprograms.com/"><strong><em>Exponential Programs</em></strong></a> and recognises entrepreneurs and business people who have demonstrated excellence deploying exponential strategies in their business by profitably creating exceptional value for their clients in a manner that is both measurable and sustainable. The award received was in the category of <strong><span style="color: #005e20;">Engineering Consultant</span></strong> and was one of only 6 handed out in 2010 and the only one in that category. </p>
<div id="attachment_730" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2010/06/Marc-Dussault-Ray-Keefe-Entepreneur-Award-2010.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-medium wp-image-730 " title="Marc-Dussault-Ray-Keefe-Entepreneur-Award-2010" src="http://www.successful.com.au/blog/wp-content/uploads/2010/06/Marc-Dussault-Ray-Keefe-Entepreneur-Award-2010-300x219.jpg" alt="Entrepreneur of the Year 2010 Ray Keefe" width="300" height="219" /></a><p class="wp-caption-text">Exponential Entrepreneur of the Year 2010 Ray Keefe receives his award from Dr Marc Dussault.</p></div>
<p>You can read more about the awards at <em><strong><a title="Entrepreneur of the Year" href="http://www.exponentialprograms.com/business/blog/awards/entrepreneur-awards-2010/" target="_blank">Exponential Programs Entrepreneur of the Year Awards</a></strong></em> page. </p>
<p style="text-align: left;">The main reason for this post is to touch on the most significant aspect of this award for me. I once said that as a Business Owner I made a pretty good <a title="Engineer" href="http://en.wikipedia.org/wiki/Engineer" target="_blank"><strong>Engineer</strong></a>.  The past 18 months has a seen a transition away from that to the point now where I can say that I am an <a title="Entrepreneur" href="http://en.wikipedia.org/wiki/Entrepreneur" target="_blank"><strong>Entrepreneur</strong></a> who is also an <a title="Engineer" href="http://en.wikipedia.org/wiki/Engineer" target="_blank"><strong>Engineer</strong></a>.  <a title="Engineering" href="http://en.wikipedia.org/wiki/Engineering" target="_blank"><strong>Engineering</strong></a> is a <a title="Profession" href="http://en.wikipedia.org/wiki/Profession" target="_blank"><strong>Profession</strong></a> and so it isn&#8217;t something that suddenly stops being relevant.  Our education and mindset is all based on practical problem solving through the use of technology while balancing performance, risk and cost.  And we apply this skillset and <span style="color: #005e20;"><strong>mindset</strong> </span>to most aspects of our lives, even when it isn&#8217;t the only way to go about it.  So I am very pleased to be making this transition.  Not only is our business better for it but our clients are as well. </p>
<p style="text-align: left;">And I also thank our clients for the trust they have placed in us to deliver <strong><em><span style="color: #005e20;"><a title="Electronics Design" href="http://en.wikipedia.org/wiki/Electronics_design" target="_blank">Electronics Design</a></span></em></strong> and <strong><em><span style="color: #005e20;"><a title="Embedded Software Development" href="http://en.wikipedia.org/wiki/Embedded_software_development" target="_blank">Embedded Software Development</a></span></em></strong> for their next generation of market leading products, the vast majority of which are still <strong><span style="color: #005e20;"><a title="Made in Australia" href="http://www.madedownunder.blogspot.com/" target="_blank">made in Australia</a></span></strong> at a profit. </p>
<p>Here is a picture of the <a title="Exponential Entrepreneur of the Year" href="http://www.australianblogs.com.au/blog/exponential-entrepreneur-of-the-year-award-winners-announced/" target="_blank"><strong>Exponential Entrepreneur of the Year</strong></a> award certificate. </p>
<div id="attachment_732" class="wp-caption aligncenter" style="width: 452px"><a href="http://www.successful.com.au/blog/wp-content/uploads/2010/06/Marc-Dussault-Ray-Keefe-Entepreneur-Award-2010-Certificate.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-small wp-image-732 " title="Marc-Dussault-Ray-Keefe-Entepreneur-Award-2010-Certificate" src="http://www.successful.com.au/blog/wp-content/uploads/2010/06/Marc-Dussault-Ray-Keefe-Entepreneur-Award-2010-Certificate.jpg" alt="Exponential Entrepreneur of the Year Certificate" width="442" height="297" /></a><p class="wp-caption-text">Exponential Entrepreneur of the Year Certificate</p></div>
<p style="text-align: left;"> The initial nomination was published on <a title="PR Web" href="http://www.prweb.com/" target="_blank">PRWeb</a> at <a title="2010 Exponential Entrepreneur Award Winners Announced" href="http://www.prweb.com/releases/2010/06/prweb4099164.htm" target="_blank">2010 Exponential Entrepreneur Award Winners Announced</a>. </p>
<p style="text-align: center;">
<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><a title="Ray Keefe at Linked In" onclick="pageTracker._trackPageview('/outbound/article/www.linkedin.com');" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile. This post is Copyright © 2010  Successful Endeavours Pty Ltd. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2010/06/21/from-engineer-to-entrepreneur/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>What&#8217;s so good about being an Engineer</title>
		<link>http://www.successful.com.au/blog/2010/01/02/whats-so-good-about-being-an-engineer/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.successful.com.au/blog/2010/01/02/whats-so-good-about-being-an-engineer/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:16:01 +0000</pubDate>
		<dc:creator>Ray Keefe</dc:creator>
				<category><![CDATA[Embedded Software]]></category>
		<category><![CDATA[Engineers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[Deakin University]]></category>
		<category><![CDATA[Electromechanical Actuators]]></category>
		<category><![CDATA[Electromechanics]]></category>
		<category><![CDATA[Electronics Hardware]]></category>
		<category><![CDATA[Electronics Hardware and Embedded Software Egnineer]]></category>
		<category><![CDATA[Engineering Disciplines]]></category>
		<category><![CDATA[I'm an Engineer]]></category>
		<category><![CDATA[Motor Drives]]></category>
		<category><![CDATA[Multi-Axis Robotic Handlers]]></category>
		<category><![CDATA[Physics and Chemistry]]></category>
		<category><![CDATA[Software Egnineer]]></category>
		<category><![CDATA[Variable Frequency Motor Drives]]></category>

		<guid isPermaLink="false">http://www.successful.com.au/blog/?p=672</guid>
		<description><![CDATA[An Engineering Problem in Disguise A funny thing happened to me the other day during the Christmas shopping rush at our local shopping centre in Endeavour Hills.  Our daughter had purchased some clothes for her nieces for Christmas and used the self serve checkout. When she got home she discovered she had not had one [...]]]></description>
			<content:encoded><![CDATA[<h1>An Engineering Problem in Disguise</h1>
<p>A funny thing happened to me the other day during the Christmas shopping rush at our local shopping centre in Endeavour Hills.  Our daughter had purchased some clothes for her nieces for Christmas and used the self serve checkout. When she got home she discovered she had not had one of the security tags removed so she asked for my help.</p>
<p>OK, I might be an <strong>Electronics Hardware and Embedded Software Engineer</strong> but I did do a year of <strong>Physics</strong> <strong>and</strong> <strong>Chemistry</strong> at <strong><a title="Deakin University" href="http://www.deakin.edu.au/" target="_blank">Deakin University</a></strong> before switching to <strong>Engineering</strong> and I have had a role in the design of <strong><a title="Multidisciplinary Design Optimization" href="http://en.wikipedia.org/wiki/Multidisciplinary_design_optimization">Multidisciplinary Systems</a></strong> with <strong><a title="Electromechanics" href="http://en.wikipedia.org/wiki/Electromechanics" target="_blank">Electromechanical Actuators</a></strong> and <strong><a title="Variable Frequency Motor Drive" href="http://en.wikipedia.org/wiki/Variable-frequency_drive" target="_blank">Variable Frequency Motor Drives</a></strong> including <strong>Multi-Axis Robotic Handlers</strong>.  So I thought, &#8220;How hard can this be?&#8221;</p>
<p>The first step was to review the problem and identify the information.  Those familiar with <a title="Edward De Bono" href="http://en.wikipedia.org/wiki/Edward_de_bono" target="_blank"><strong>Edward De Bono</strong></a>&#8216;s <a title="Six Thinking Hats" href="http://en.wikipedia.org/wiki/Six_Thinking_Hats" target="_blank"><strong>Six Thinking Hats</strong></a> will recognise this as the <strong>White Hat</strong> stage.</p>
<p>I had:</p>
<ul>
<li>circular plastic sealed tag with an alignment  feature &#8211; a hole through it to accept a tapered pin</li>
<li>a metal pin with a large head inserted into the centre of the plastic disk</li>
<li>no other visible connection points</li>
</ul>
<p>So assuming the tag was made at a minimum price, needed to be aligned correctly to be released and could be disconnected without an external power source; I concluded that the release mechanism was probably magnetic.  So I got a magnet and did some experiments and I could hear something click inside the security tag as I moved the external magnet around.  Now I am very confident that it is a <strong>Magnetic Latching Mechanism</strong>.  But no orientation of a single magnet released the pin.</p>
<p>I got 2 magnets and worked around the unit until the pin released and the problem was solved.</p>
<p>Having released the tag I gave the garment to my daughter to wrap in Christmas paper and put the tag with pin inserted back into it by the front door.  Since we were shopping the next day I thought I would return the tag.  At the very least it would get recycled.</p>
<h1>What&#8217;s so good about being an Engineer?</h1>
<p>At the shops, I went to the help desk and offered them the tag.  They were very confused.  I explained that it had been accidentally left on one of the items we purchased so I took it off and was returning it to them.  The stunned reply was, &#8220;You took it off yourself&#8221;?  &#8220;Yes&#8221; I said.  &#8220;I&#8217;ll have to call security&#8221; was the next reply.  So I said, &#8220;It&#8217;s all right, <strong>I&#8217;m an Engineer</strong>&#8220;.  &#8220;Oh, that&#8217;s fine then&#8221; was the reply and I wandered off to collect some final groceries for Christmas dinner.</p>
<p>So apparently there was a connection in the shop assistants mind that made being an <strong>Engineer</strong> something special.  They may not have know what that connection was.  And that got me wondering about <strong>Engineers</strong> and what is so special about us.  Here is a bit of a list of my initial thoughts if I ignore specific <strong>Engineering Disciplines</strong>:</p>
<ul>
<li>we create the future by designing and constructing the machines and systems that it requires</li>
<li>we routinely solve complex problems that others do not know even exist</li>
<li>we do all of this because we want a better world and are prepared to do our part to achieve it</li>
<li>we have learned that covering up a symptom is not the same as solving the underlying problem</li>
</ul>
<p>You might have some thoughts of your own so please leave a comment.</p>
<p>And of course, I hope you had a Merry Christmas in 2009 and that 2010 is a very good year for you all.  Happy New Year!</p>
<p><span style="COLOR: #000000"><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" onclick="pageTracker._trackPageview('/outbound/article/www.linkedin.com');" href="http://www.linkedin.com/in/raykeefe" target="_blank"><em>LinkedIn</em></a><em> profile. This post is Copyright  Successful Endeavours Pty Ltd. </em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successful.com.au/blog/2010/01/02/whats-so-good-about-being-an-engineer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
