<?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>Steve's Junk &#187; Stormer viscometer</title>
	<atom:link href="http://smackaay.com/tag/stormer-viscometer/feed/" rel="self" type="application/rss+xml" />
	<link>http://smackaay.com</link>
	<description>A showcase of Steven Mackaay's stuff</description>
	<lastBuildDate>Sun, 11 Mar 2012 20:11:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A crummy little servo tester and other minutia</title>
		<link>http://smackaay.com/2009/12/14/a-crummy-little-servo-tester-and-other-minutia/</link>
		<comments>http://smackaay.com/2009/12/14/a-crummy-little-servo-tester-and-other-minutia/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:58:07 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[FAT]]></category>
		<category><![CDATA[File Allocation table]]></category>
		<category><![CDATA[pic12f683]]></category>
		<category><![CDATA[RC servo]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=789</guid>
		<description><![CDATA[The little servo tester Well, I needed a way to test all of these servos I got from EBay and I decided to spend a little time making a quick and dirty little board for doing that. It uses a PIC12F683 and has a linear pot attached to it. Simple. Viscometer Board and stuff I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The little servo tester</strong><br />
Well, I needed a way to test all of these servos I got from EBay and I decided to spend a little time making a quick and dirty little board for doing that. It uses a PIC12F683 and has a linear pot attached to it. Simple.<br />
<center><div id="attachment_790" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/12/DSCN9812.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/12/DSCN9812-400x300.jpg" alt="Crummy servo tester" title="Crummy servo tester" width="400" height="300" class="size-medium wp-image-790" /></a><p class="wp-caption-text">Crummy servo tester</p></div><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/hVTJLo5kXvk&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hVTJLo5kXvk&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center><br />
<strong>Viscometer Board and stuff</strong><br />
I&#8217;ve been working on the software for the viscometer. Every function appears to work, at least based on the rudimentary prototype I have currently running. I am working on a scripting system for this device. I could make it just a basic viscometer but, as anyone that knows me, I simply can&#8217;t do. Here&#8217;s a pic of the working board.<br />
<center><div id="attachment_791" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/12/DSCN9808.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/12/DSCN9808-400x300.jpg" alt="The prototype viscometer board" title="The prototype viscometer board" width="400" height="300" class="size-medium wp-image-791" /></a><p class="wp-caption-text">The prototype viscometer board</p></div></center><br />
<strong>An EEPROM file system</strong><br />
After thinking about how to store files appropriately and trying to have a file system that can work easily with 1024B of space, I started coming up with ways of defining a reasonable file system. Here it is.</p>
<ul>
<li>First 2 bytes are settings, things like block size, filename size and special behaviors like for EEPROMS that can only be written to with blocks.also defined is the address size 8b, 16b or 32b</li>
<li>Each file in the FAT consists of a name of either 2,4 or 8 bytes. this is determined by the setting.</li>
<li>Following the name is one byte detailing the flags such as read-only, archive, and whether it&#8217;s open or not.</li>
<li>After the filename and attribute byte, are the addresses. These addresses can be 8, 16 or 32 bits, however, an 8 byte address can address something larger, say 2k rather than 256B if you set the block size appropriately. This of course lowers the efficiency of storage space but allows for some growth in the file. The file can have any number of addresses in order to remove time wasted moving stuff around.</li>
</ul>
<p>Anyways, that&#8217;s what I&#8217;ve been working on as of late. Fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/12/14/a-crummy-little-servo-tester-and-other-minutia/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Viscometer board proceeding, some RS232 fun.</title>
		<link>http://smackaay.com/2009/12/01/viscometer-board-proceeding-some-rs232-fun/</link>
		<comments>http://smackaay.com/2009/12/01/viscometer-board-proceeding-some-rs232-fun/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 18:17:59 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[diy viscometer]]></category>
		<category><![CDATA[pic18f4680]]></category>
		<category><![CDATA[process viscometer]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[Stormer viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=784</guid>
		<description><![CDATA[&#160;&#160;Well, things have been proceeding apace, and I&#8217;m feeling pretty confident that I&#8217;ll have both versions done fairly soon. For debugging the device I&#8217;ve decided to create a kind of terminal, this allows one to directly access commands and see log information from a terminal program. This is handy for seeing data over time and [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;&nbsp;Well, things have been proceeding apace, and I&#8217;m feeling pretty confident that I&#8217;ll have both versions done fairly soon. For debugging the device I&#8217;ve decided to create a kind of terminal, this allows one to directly access commands and see log information from a terminal program. This is handy for seeing data over time and for various other uses.<br />
&nbsp;<br />
Here are some pictures&#8230;<br />
&nbsp;<br />
<center><br />
<div id="attachment_785" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/12/DSCN9805.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/12/DSCN9805-400x300.jpg" alt="Prototype viscometer board out futher" title="Prototype viscometer board out futher" width="400" height="300" class="size-medium wp-image-785" /></a><p class="wp-caption-text">Prototype viscometer board out futher</p></div><br />
<div id="attachment_786" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/12/DSCN9807.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/12/DSCN9807-400x300.jpg" alt="Prototype viscometer board" title="Prototype viscometer board" width="400" height="300" class="size-medium wp-image-786" /></a><p class="wp-caption-text">Prototype viscometer board</p></div><br />
<div id="attachment_787" class="wp-caption aligncenter" style="width: 338px"><a href="http://smackaay.com/wp-content/uploads/2009/12/termout.jpg"><img src="http://smackaay.com/wp-content/uploads/2009/12/termout-328x300.jpg" alt="The early output of the sample terminal. I have created a kind of console, I will implement commands as they are created." title="The early output of the sample terminal" width="328" height="300" class="size-medium wp-image-787" /></a><p class="wp-caption-text">The early output of the sample terminal. I have created a kind of console, I will implement commands as they are created.</p></div></center><br />
&nbsp;<br />
I think this is going to turn out well.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/12/01/viscometer-board-proceeding-some-rs232-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One last kick at the can, Viscometer Style!</title>
		<link>http://smackaay.com/2009/11/28/one-last-kick-at-the-can-viscometer-style/</link>
		<comments>http://smackaay.com/2009/11/28/one-last-kick-at-the-can-viscometer-style/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 00:24:12 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Other/misc]]></category>
		<category><![CDATA[Centipoise]]></category>
		<category><![CDATA[general purpose viscometer]]></category>
		<category><![CDATA[in-process]]></category>
		<category><![CDATA[krebs units]]></category>
		<category><![CDATA[KU]]></category>
		<category><![CDATA[poise]]></category>
		<category><![CDATA[process stormer viscometer]]></category>
		<category><![CDATA[rheology]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=775</guid>
		<description><![CDATA[Well, since funding for the viscometer has fallen through for various, understandable reasons, I have decided to take one last kick at the can before I shift my focus on to other ventures. The last kick at the can? Two similar viscometer heads, two very different purposes. The hand-held stormer &#160; &#160;&#160;This device is designed [...]]]></description>
			<content:encoded><![CDATA[<p>Well, since funding for the viscometer has fallen through for various, understandable reasons, I have decided to take one last kick at the can before I shift my focus on to other ventures. The last kick at the can? Two similar viscometer heads, two very different purposes.<br />
<center><div id="attachment_776" class="wp-caption aligncenter" style="width: 214px"><a href="http://smackaay.com/wp-content/uploads/2009/11/newhead01.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/newhead01-204x300.gif" alt="This is the rough mockup of the new head, it is the same for both designs" title="Rough mockup of new head" width="204" height="300" class="size-medium wp-image-776" /></a><p class="wp-caption-text">This is the rough mockup of the new head, it is the same for both designs</p></div></center></p>
<p><strong>The hand-held stormer</strong><br />
&nbsp;<br />
&nbsp;&nbsp;This device is designed to work in the field and provide readings in KU, Grams and perhaps Centipoise. The device itself doesn&#8217;t feature any communications of any kind. Also, there is no LCD display, instead a 7 Segment x 4 LED display is used since it&#8217;s a bit cheaper and more visible in various lighting conditions. Also, since it will be use tables of values rather than calculating it on the fly, I can use some slimmer hardware such as the PIC18F2620 Microcontroller or an ATMEGA8.<br />
&nbsp;<br />
&nbsp;&nbsp;Also of note is the fact that everything is fairly cheap to build, these low-cost viscometers could be used in paint shops in any size container. I am building one to go to Cold Lake where they&#8217;re going to try one out since they&#8217;ve been having trouble getting decent consistency using only a mixing stick to test viscosity. <img src='http://smackaay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
&nbsp;<br />
&nbsp;&nbsp;Here&#8217;s a rough mockup of what it will look like. Of course none of the boards or covers are shown, also the display isn&#8217;t visible, I haven&#8217;t decided the best location for it yet. I may actually put it inside of a separate enclosure to make the unit lighter since it requires 12 volts.<br />
&nbsp;<br />
<center><div id="attachment_778" class="wp-caption aligncenter" style="width: 280px"><a href="http://smackaay.com/wp-content/uploads/2009/11/newhead02.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/newhead02-270x300.gif" alt="Mockup of the handheld viscometer" title="Mockup of the handheld viscometer" width="270" height="300" class="size-medium wp-image-778" /></a><p class="wp-caption-text">Mockup of the handheld viscometer</p></div></center><br />
&nbsp;<br />
&nbsp;&nbsp;This is probably the most marketable device thus far.<br />
&nbsp;<br />
<strong>The Super-Visc</strong><br />
&nbsp;<br />
&nbsp;&nbsp;Over the last 9 months or so I have developed a number of interesting methods for determining error and correcting for it, I have also develop methods for calibration and symbolic parsing. Since I would hate to come away empty handed and waste all the of knowledge accumulated over the course of 2+ years, this is the coup de grace of rotational viscometers.<br />
&nbsp;<br />
&nbsp;&nbsp;To my knowledge, most other rotational viscometers use a beryllium copper torsion spring to provide a fixed, known spring rate, or torque on the sensing shaft. The cheap ones like the stormer viscometer base it on time and run a fixed speed AC synchronous motor, whereas the more expensive ones use a variable drive and encoders on the top and bottom to determine the difference from top to bottom. My viscometer uses the cheaper method of determining difference and RPM by using the timing via ether opto-interrupters or hall effect sensors. By using a a very high sampling rate, I can get very precise measurements of the rotation, though some differences may occur during rotation. Accuracy is achieved through error correction in the form of running averages, temperature and friction compensation and angular displacement compensation. While this is places a heavy burden on the software side of things, it is extremely effective.<br />
&nbsp;<br />
&nbsp;&nbsp;This viscometer works on three key concepts: Variables, Equations and Test Programs.<br />
&nbsp;</p>
<ul>
<li>Variables &#8211; These are variables that are calculated dynamically before any other calculations have taken place. These include ambient temperature, fluid temperature, angular displacement, spring length, time from test start, time from last sample and other mathematical constants such as PI and E.</li>
<li>Equations &#8211; These are the equations that determine the units. You may (and for basic units, must) include variables in order to calibrate the device. These equations are completely configurable by the user and includes every standard mathematical function such as Cos(), Sin(), Cosh(), Powers, Square Roots and many others, perhaps even logical equivalents say to multiply by 1 or 0, could be useful. While developing this I had a choice, either computationally expensive or memory intensive, I chose memory intensive symbolic storage in order to improve performance. This also allows one to develop any unit with any paddle one wishes!</li>
<li>Test Patterns &#8211; These are the patterns that develop the test. For example, let&#8217;s say you want to test for KU. You place the appropriate spindle in the machine and select the KU test run. KU test runs would appear as follows (200 RPM Fixed, Equation KUPU, Out->FLTP, Out->KU) or for Centipoise vs RPM (50-220 RPM variable, Equation CNTP, Out->CNTP, Out->RPM, Out->FLTP). These are a boon for the experimentor.</li>
</ul>
<p>&nbsp;<br />
&nbsp;&nbsp;One key disadvantage of this device is the initial difficulty of calibration. However, if done en masse in the factory, it wouldn&#8217;t be an issue. One of the major advantages of this device is for the experimenter. You could put a hotdog on a stick, put it in a fluid, create a relationship via an equation and call it whatever you want. The device is very configurable and would probably be well suited to materials engineers and chemists who need either standard or non standard tests with a large amount of automation in terms of data collection.<br />
&nbsp;<br />
Here&#8217;s a mockup of the finished laboratory device.<br />
&nbsp;<center><br />
<div id="attachment_780" class="wp-caption aligncenter" style="width: 350px"><a href="http://smackaay.com/wp-content/uploads/2009/11/newhead03.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/newhead03-340x300.gif" alt="Potential mockup of finished device" title="Potential mockup of finished device" width="340" height="300" class="size-medium wp-image-780" /></a><p class="wp-caption-text">Potential mockup of finished device</p></div></center><br />
&nbsp;<br />
The device will feature an RS485/232 output along with perhaps a touch screen or simply a keypad and 20&#215;4 LCD display. The processor will either be a DSPIC33F or PIC32, I may stray towards Atmel since they have great throughput. My current prototype board however has a PIC18F4680, it&#8217;s enough to test on but its limits on RAM are starting to bother me.<br />
&nbsp;<br />
Well, this was a long post&#8230; Whew <img src='http://smackaay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
&nbsp;<br />
As always, anyone who has any questions can leave a comment or E-mail me.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/11/28/one-last-kick-at-the-can-viscometer-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stormer Viscometer Grams to Oz-Inch Conversion</title>
		<link>http://smackaay.com/2009/11/10/stormer-viscometer-grams-to-oz-inch-conversion/</link>
		<comments>http://smackaay.com/2009/11/10/stormer-viscometer-grams-to-oz-inch-conversion/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:24:38 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[grams]]></category>
		<category><![CDATA[krebs]]></category>
		<category><![CDATA[oz-inches]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[torque]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=769</guid>
		<description><![CDATA[Trying to make sense of the standard stormer viscometer and methods that could be used to calibrate a device, I&#8217;ve been looking at the original stormer viscometer in order to get an idea of what &#8216;grams&#8217; actually means in the case of the stormer viscometer. Here are some facts. The weight in grams is held [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to make sense of the standard stormer viscometer and methods that could be used to calibrate a device, I&#8217;ve been looking at the original stormer viscometer in order to get an idea of what &#8216;grams&#8217; actually means in the case of the stormer viscometer. Here are some facts.</p>
<p>The weight in grams is held on a pulley and pulls on a rotating pulley that is 1.125&#8243; in diameter. That pulley rotates some gears or belts at a ratio of 11:1 (1 rotation of the pulley = 11 rotations of the spindle). Taking the torque applied on the main pulley and dividing it by 11 results in the actual torque to the spindle.</p>
<p>Simply because I use it in these cases, here is the conversion ratio for grams hung on the instrument to oz-inches. Also, one should keep in mind that there is some loss of torque due to mechanical limitations.</p>
<p>oz-inches == .00367056 * grams</p>
<p>therefore, using this formula, a KU meter ranging from 32 grams to 1099 grams ranges from .1174 oz-in to 4.0339 oz-in. </p>
<p>yay! Hopefully someone finds this useful as well. <img src='http://smackaay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/11/10/stormer-viscometer-grams-to-oz-inch-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grams to Krebs conversion formulae</title>
		<link>http://smackaay.com/2009/11/10/grams-to-krebs-conversion-formulae/</link>
		<comments>http://smackaay.com/2009/11/10/grams-to-krebs-conversion-formulae/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:02:39 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[grams]]></category>
		<category><![CDATA[grams to krebs]]></category>
		<category><![CDATA[krebs]]></category>
		<category><![CDATA[Stormer viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=759</guid>
		<description><![CDATA[After many a day scratching my head as to why I can&#8217;t get my viscometer to calibrate correctly, even assuming logarithmic and quadratic relationships, I find out why I have been having so many problems. Krebs units are in not very linear! I have found an old chart with lots of grams to krebs conversions [...]]]></description>
			<content:encoded><![CDATA[<p>After many a day scratching my head as to why I can&#8217;t get my viscometer to calibrate correctly, even assuming logarithmic and quadratic relationships, I find out why I have been having so many problems.</p>
<p>Krebs units are in not very linear!</p>
<p>I have found an old chart with lots of grams to krebs conversions on it and after painstakingly transcribing them, I have come up with the following graph.<center><br />
<div id="attachment_764" class="wp-caption aligncenter" style="width: 495px"><a href="http://smackaay.com/wp-content/uploads/2009/11/gramstokrebsgraph.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/gramstokrebsgraph-485x300.gif" alt="Grams to Krebs (grams on horizontal axis, krebs vertical)" title="gramstokrebsgraph" width="485" height="300" class="size-medium wp-image-764" /></a><p class="wp-caption-text">Grams to Krebs (grams on horizontal axis, krebs vertical)</p></div></center><br />
As you can see, there are a number of points of inflection along this graph. Here are some images of the various best fit scenarios regarding this set of points. These points encompass the KU values 40.1 to 141, just for reference.<br />
<center><br />
<div id="attachment_760" class="wp-caption aligncenter" style="width: 495px"><a href="http://smackaay.com/wp-content/uploads/2009/11/gramskrebslinear.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/gramskrebslinear-485x300.gif" alt="Linear (0.0813637)*x+(64.5289)" title="gramskrebslinear" width="485" height="300" class="size-medium wp-image-760" /></a><p class="wp-caption-text">Linear (0.0813637)*x+(64.5289)</p></div><br />
<div id="attachment_761" class="wp-caption aligncenter" style="width: 495px"><a href="http://smackaay.com/wp-content/uploads/2009/11/gramskrebsquadratic.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/gramskrebsquadratic-485x300.gif" alt="Quadratic (-0.0000813007)*x^2+(0.173302)*x+(46.274)" title="gramskrebsquadratic" width="485" height="300" class="size-medium wp-image-761" /></a><p class="wp-caption-text">Quadratic (-0.0000813007)*x^2+(0.173302)*x+(46.274)</p></div><br />
<div id="attachment_765" class="wp-caption aligncenter" style="width: 495px"><a href="http://smackaay.com/wp-content/uploads/2009/11/gramskrebscubic.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/gramskrebscubic-485x300.gif" alt="Cubic (1.01193e-7)*x^3+(-0.000252971)*x^2+(0.253045)*x+(37.7895)" title="gramskrebscubic" width="485" height="300" class="size-medium wp-image-765" /></a><p class="wp-caption-text">Cubic (1.01193e-7)*x^3+(-0.000252971)*x^2+(0.253045)*x+(37.7895)</p></div><br />
<div id="attachment_762" class="wp-caption aligncenter" style="width: 495px"><a href="http://smackaay.com/wp-content/uploads/2009/11/gramskrebsquartic.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/gramskrebsquartic-485x300.gif" alt="Quartic (-2.3958e-10)*x^4+(6.42986e-7)*x^3+(-0.000653817)*x^2+(0.359922)*x+(30.3868)" title="gramskrebsquartic" width="485" height="300" class="size-medium wp-image-762" /></a><p class="wp-caption-text">Quartic (-2.3958e-10)*x^4+(6.42986e-7)*x^3+(-0.000653817)*x^2+(0.359922)*x+(30.3868)</p></div><br />
<div id="attachment_763" class="wp-caption aligncenter" style="width: 495px"><a href="http://smackaay.com/wp-content/uploads/2009/11/gramskrebsquintic.gif"><img src="http://smackaay.com/wp-content/uploads/2009/11/gramskrebsquintic-485x300.gif" alt="Quintic (1.93677e-13)*x^5+(-7.87171e-10)*x^4+(1.20087e-6)*x^3+(-0.0008998)*x^2+(0.403747)*x+(28.1763)" title="gramskrebsquintic" width="485" height="300" class="size-medium wp-image-763" /></a><p class="wp-caption-text">Quintic (1.93677e-13)*x^5+(-7.87171e-10)*x^4+(1.20087e-6)*x^3+(-0.0008998)*x^2+(0.403747)*x+(28.1763)</p></div></center></p>
<p>As you can see, a quartic relationship is quite passable though I still added a quintic relationship. It may be possible to make a simpler equation based on these values but I thought it prudent to stick to what I know.</p>
<p>You can see the dataset here. <a href='http://smackaay.com/wp-content/uploads/2009/11/kug.txt'>GramsvsKrebs.txt</a></p>
<p>Be warned, I may have made mistakes or the chart may have been wrong, Do your own research if you want to be certain of your results. Hopefully this is of help to somebody.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/11/10/grams-to-krebs-conversion-formulae/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working on new viscometer head</title>
		<link>http://smackaay.com/2009/10/06/working-on-new-viscometer-head/</link>
		<comments>http://smackaay.com/2009/10/06/working-on-new-viscometer-head/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:40:50 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[Stormer]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=735</guid>
		<description><![CDATA[&#160;&#160;Well, I&#8217;ve been designing some new stuff since having a little wind of inspiration. This head weighs in at about 700g and provisions have been made to allow an attachment to a handle and therefore a hand-held version could be made. Here are some images. &#160; &#160; &#160;&#160;I&#8217;m going to use these design concepts on [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;&nbsp;Well, I&#8217;ve been designing some new stuff since having a little wind of inspiration. This head weighs in at about 700g and provisions have been made to allow an attachment to a handle and therefore a hand-held version could be made. Here are some images.<br />
&nbsp;<br />
<center><div id="attachment_734" class="wp-caption aligncenter" style="width: 501px"><a href="http://smackaay.com/wp-content/uploads/2009/10/head-C.png"><img src="http://smackaay.com/wp-content/uploads/2009/10/head-C-491x300.png" alt="Line Drawing" title="head C" width="491" height="300" class="size-medium wp-image-734" /></a><p class="wp-caption-text">Line Drawing</p></div><br />
<div id="attachment_733" class="wp-caption aligncenter" style="width: 178px"><a href="http://smackaay.com/wp-content/uploads/2009/10/head-B.png"><img src="http://smackaay.com/wp-content/uploads/2009/10/head-B-168x300.png" alt="Fully Assembled visc head" title="head B" width="168" height="300" class="size-medium wp-image-733" /></a><p class="wp-caption-text">Fully Assembled visc head</p></div><br />
<div id="attachment_732" class="wp-caption aligncenter" style="width: 408px"><a href="http://smackaay.com/wp-content/uploads/2009/10/head-A.png"><img src="http://smackaay.com/wp-content/uploads/2009/10/head-A-398x300.png" alt="Viscometer head opened" title="head A" width="398" height="300" class="size-medium wp-image-732" /></a><p class="wp-caption-text">Viscometer head opened</p></div><br />
<div id="attachment_731" class="wp-caption aligncenter" style="width: 153px"><a href="http://smackaay.com/wp-content/uploads/2009/10/head-D.png"><img src="http://smackaay.com/wp-content/uploads/2009/10/head-D-143x300.png" alt="Viscometer head from the back" title="head D" width="143" height="300" class="size-medium wp-image-731" /></a><p class="wp-caption-text">Viscometer head from the back</p></div></center><br />
&nbsp;<br />
&nbsp;&nbsp;I&#8217;m going to use these design concepts on the next in-process version. I&#8217;m going to design the external case for the electrical portion and for possible battery storage. Since the motor only draws 100ma at 24v or 200ma with a 12v motor, a hand held version is definitely possible. This version will use a PIC16F767 for control and using a smaller LCD display to display info.<br />
&nbsp;&nbsp;Now, on to developing some other devices. I&#8217;ve wasted far too much time in the last many months, time to get busy.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/10/06/working-on-new-viscometer-head/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting closer to final completion</title>
		<link>http://smackaay.com/2009/09/22/getting-closer-to-final-completion/</link>
		<comments>http://smackaay.com/2009/09/22/getting-closer-to-final-completion/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:11:19 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[diy viscometer]]></category>
		<category><![CDATA[process viscometer]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=721</guid>
		<description><![CDATA[A long road behind and still some ahead, here are some pic of the viscometer in its state of completion. Now to implement the ModBUS protocol and finish up this project.]]></description>
			<content:encoded><![CDATA[<p>A long road behind and still some ahead, here are some pic of the viscometer in its state of completion.<br />
<center><div id="attachment_720" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/09/DSCN9629-modified.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/09/DSCN9629-modified-400x300.jpg" alt="stormer viscometer with cover looking in" title="stormer viscometer with cover looking in" width="400" height="300" class="size-medium wp-image-720" /></a><p class="wp-caption-text">stormer viscometer with cover looking in</p></div><br />
<div id="attachment_719" class="wp-caption aligncenter" style="width: 235px"><a href="http://smackaay.com/wp-content/uploads/2009/09/DSCN9638-modified.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/09/DSCN9638-modified-225x300.jpg" alt="viscometer from the back" title="viscometer from the back" width="225" height="300" class="size-medium wp-image-719" /></a><p class="wp-caption-text">viscometer from the back</p></div><br />
<div id="attachment_718" class="wp-caption aligncenter" style="width: 235px"><a href="http://smackaay.com/wp-content/uploads/2009/09/DSCN9637-modified.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/09/DSCN9637-modified-225x300.jpg" alt="viscometer standing up" title="viscometer standing up" width="225" height="300" class="size-medium wp-image-718" /></a><p class="wp-caption-text">viscometer standing up</p></div><br />
<div id="attachment_717" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/09/DSCN9634-modified.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/09/DSCN9634-modified-400x300.jpg" alt="viscometer laying down" title="viscometer laying down" width="400" height="300" class="size-medium wp-image-717" /></a><p class="wp-caption-text">viscometer laying down</p></div><br />
<div id="attachment_716" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/09/DSCN9632-modified.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/09/DSCN9632-modified-400x300.jpg" alt="stormer viscometer with cover" title="stormer viscometer with cover" width="400" height="300" class="size-medium wp-image-716" /></a><p class="wp-caption-text">stormer viscometer with cover</p></div></center><br />
Now to implement the ModBUS protocol and finish up this project.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/09/22/getting-closer-to-final-completion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Krebs to Poise Formula</title>
		<link>http://smackaay.com/2009/09/04/krebs-to-poise-formula/</link>
		<comments>http://smackaay.com/2009/09/04/krebs-to-poise-formula/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 02:50:17 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[krebs to poise]]></category>
		<category><![CDATA[Stormer viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=712</guid>
		<description><![CDATA[Looking for a decent formula on the net for a Krebs to Poise conversion I&#8217;m left empty handed. I found a chart that had listed direct numerical conversions. Here&#8217;s the Best Fit value in the Quadratic form ax^2+bx+c=y y=0.00419037x^2+(-0.306745)x+6.40025 y=poise x=krebs It may be somewhat rough, but since KU is a unitless value&#8230;]]></description>
			<content:encoded><![CDATA[<p>Looking for a decent formula on the net for a Krebs to Poise conversion I&#8217;m left empty handed. I found a chart that had listed direct numerical conversions.</p>
<p>Here&#8217;s the Best Fit value in the Quadratic form ax^2+bx+c=y</p>
<p>y=0.00419037x^2+(-0.306745)x+6.40025<br />
y=poise<br />
x=krebs</p>
<p>It may be somewhat rough, but since KU is a unitless value&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/09/04/krebs-to-poise-formula/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>In-Process Stormer Viscometer &#8211; Damn near complete</title>
		<link>http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/</link>
		<comments>http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:27:49 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[completed]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[diy viscometer]]></category>
		<category><![CDATA[paddles]]></category>
		<category><![CDATA[pic18f4685]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=664</guid>
		<description><![CDATA[&#160;&#160;The viscometer is nearing full completion! YAY! To mark this occasion to mark the end of a long two years, I am placing a small gallery of the almost finished product. The only thing missing is the outside cover which consists of a 4&#8243; od aluminum tube. Also, the springs I&#8217;ve ordered have also not [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;&nbsp;The viscometer is nearing full completion! YAY! To mark this occasion to mark the end of a long two years, I am placing a small gallery of the almost finished product. The only thing missing is the outside cover which consists of a 4&#8243; od aluminum tube. Also, the springs I&#8217;ve ordered have also not arrived as yet, however, for now, the elastics will suffice. Here are some of the features and facts:<br />
&nbsp;</p>
<ul>
<li>Can be used in-lab or in-process
<li>Selectable RPM with a tight tolerance on RPM +/-0.5RPM
<li>User calibration routines. This allows the end user to calibrate with 3 fluids of known viscosity
<li>16 key keypad, used for calibration and settings, also for running special tests
<li>Can be used as a laboratory gel-timer
<li>Can be used for custom tests besides stormer viscometry
<li>Low power consumption <100ma or <2.4W
<li>RS-485 Serial output
<li>Control electronics have complete galvanic isolation
<li>24VDC supply required
<li>repeatability (requires further testing) +/- 1.5%
<li>Modbus protocol (not yet implemented)
<ul>
&nbsp;<br />
Here&#8217;s the Gallery!<br />

<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9606/' title='viscometer top'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9606-150x112.jpg" class="attachment-thumbnail" alt="viscometer top" title="viscometer top" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9584/' title='DSCN9584'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9584-112x150.jpg" class="attachment-thumbnail" alt="DSCN9584" title="DSCN9584" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9585/' title='DSCN9585'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9585-112x150.jpg" class="attachment-thumbnail" alt="DSCN9585" title="DSCN9585" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9586/' title='DSCN9586'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9586-112x150.jpg" class="attachment-thumbnail" alt="DSCN9586" title="DSCN9586" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9587/' title='DSCN9587'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9587-150x112.jpg" class="attachment-thumbnail" alt="DSCN9587" title="DSCN9587" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9588/' title='DSCN9588'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9588-112x150.jpg" class="attachment-thumbnail" alt="DSCN9588" title="DSCN9588" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9589/' title='look at entire viscometer'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9589-150x112.jpg" class="attachment-thumbnail" alt="look at entire viscometer" title="look at entire viscometer" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9590/' title='DSCN9590'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9590-150x112.jpg" class="attachment-thumbnail" alt="DSCN9590" title="DSCN9590" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9591/' title='DSCN9591'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9591-112x150.jpg" class="attachment-thumbnail" alt="DSCN9591" title="DSCN9591" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9592/' title='DSCN9592'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9592-112x150.jpg" class="attachment-thumbnail" alt="DSCN9592" title="DSCN9592" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9593/' title='DSCN9593'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9593-150x112.jpg" class="attachment-thumbnail" alt="DSCN9593" title="DSCN9593" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9594/' title='DSCN9594'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9594-112x150.jpg" class="attachment-thumbnail" alt="DSCN9594" title="DSCN9594" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9595/' title='DSCN9595'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9595-112x150.jpg" class="attachment-thumbnail" alt="DSCN9595" title="DSCN9595" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9596/' title='DSCN9596'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9596-112x150.jpg" class="attachment-thumbnail" alt="DSCN9596" title="DSCN9596" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9598/' title='DSCN9598'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9598-112x150.jpg" class="attachment-thumbnail" alt="DSCN9598" title="DSCN9598" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9599/' title='DSCN9599'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9599-112x150.jpg" class="attachment-thumbnail" alt="DSCN9599" title="DSCN9599" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9600/' title='DSCN9600'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9600-112x150.jpg" class="attachment-thumbnail" alt="DSCN9600" title="DSCN9600" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9601/' title='DSCN9601'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9601-112x150.jpg" class="attachment-thumbnail" alt="DSCN9601" title="DSCN9601" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9602/' title='DSCN9602'><img width="112" height="150" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9602-112x150.jpg" class="attachment-thumbnail" alt="DSCN9602" title="DSCN9602" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9603/' title='DSCN9603'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9603-150x112.jpg" class="attachment-thumbnail" alt="DSCN9603" title="DSCN9603" /></a>
<a href='http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/dscn9604/' title='DSCN9604'><img width="150" height="112" src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9604-150x112.jpg" class="attachment-thumbnail" alt="DSCN9604" title="DSCN9604" /></a>
<br />
&nbsp;<br />
&nbsp;Yes, a few too many pictures, oh well.<br />
&nbsp;<br />
&nbsp;This thing took me quite a while and what I learned from it was immeasurable. Thankfully now that everything works as expected I can focus on my other projects without having this thing hanging over my head. Here&#8217;s to completion!<br />
&nbsp;<br />
As an aside, here&#8217;s an interesting document on viscosity.<br />
<a href="http://hypertextbook.com/physics/matter/viscosity/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/08/24/in-process-stormer-viscometer-damn-near-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yay! They work!</title>
		<link>http://smackaay.com/2009/08/21/yay-they-work/</link>
		<comments>http://smackaay.com/2009/08/21/yay-they-work/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 22:23:07 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[board]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=661</guid>
		<description><![CDATA[Well, I got the power board and control boards done. They both work flawlessly. YAY! &#160; The peripherals seem to work too.]]></description>
			<content:encoded><![CDATA[<p>Well, I got the power board and control boards done. They both work flawlessly. YAY!<br />
<center><br />
<div id="attachment_662" class="wp-caption aligncenter" style="width: 235px"><a href="http://smackaay.com/wp-content/uploads/2009/08/DSCN9583.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9583-225x300.jpg" alt="Power and Control and LCD" title="Power and Control and LCD" width="225" height="300" class="size-medium wp-image-662" /></a><p class="wp-caption-text">Power and Control and LCD</p></div></center><br />
&nbsp;<br />
The peripherals seem to work too.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/08/21/yay-they-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Stormer Viscometer, proceeding, the board works.</title>
		<link>http://smackaay.com/2009/08/15/spring-stormer-viscometer-proceeding-the-board-works/</link>
		<comments>http://smackaay.com/2009/08/15/spring-stormer-viscometer-proceeding-the-board-works/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 23:49:18 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Other/misc]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[pic18f4685]]></category>
		<category><![CDATA[smd]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=643</guid>
		<description><![CDATA[Well, I recently recieved my boards back from ap circuits in Calgary and I&#8217;m pleased with the result. I kind of fucked up by ordering 4 of the same board and not 2 of the control board and 2 power boards. Oh well! I can use the current boards for the new ones. Anyways, here [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I recently recieved my boards back from ap circuits in Calgary and I&#8217;m pleased with the result. I kind of fucked up by ordering 4 of the same board and not 2 of the control board and 2 power boards. Oh well! I can use the current boards for the new ones. Anyways, here are some images of the board.<br />
<center><br />
<div id="attachment_652" class="wp-caption aligncenter" style="width: 509px"><a href="http://smackaay.com/wp-content/uploads/2009/08/DSCN9554-mod.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/08/DSCN9554-mod-499x278.jpg" alt="The two boards together, unpopulated and populated" title="boards" width="499" height="278" class="size-medium wp-image-652" /></a><p class="wp-caption-text">The two boards together, unpopulated and populated</p></div><br />
<div id="attachment_651" class="wp-caption aligncenter" style="width: 417px"><a href="http://smackaay.com/wp-content/uploads/2009/08/smdboard.JPG"><img src="http://smackaay.com/wp-content/uploads/2009/08/smdboard-407x300.jpg" alt="The board, populate with SMD&#039;s" title="smd board" width="407" height="300" class="size-medium wp-image-651" /></a><p class="wp-caption-text">The board, populate with SMD's</p></div><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/08/15/spring-stormer-viscometer-proceeding-the-board-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A brief post, school and business</title>
		<link>http://smackaay.com/2009/06/10/a-brief-post-school-and-business/</link>
		<comments>http://smackaay.com/2009/06/10/a-brief-post-school-and-business/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:38:16 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Other/misc]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[eight-m technical services]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[microbusiness]]></category>
		<category><![CDATA[rotary viscometer]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=598</guid>
		<description><![CDATA[Well, I&#8217;ve been at Microbusiness Training center for 5 weeks now and I&#8217;ve been working as well. Soon, Eight-M Technical Services will be operational and i&#8217;ll be working for myself. I&#8217;ve set up a new domain with my Dreamhost account. The site&#8217;s URL is http://8mtech.com. As of posting this, the site isn&#8217;t ready, but it [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve been at Microbusiness Training center for 5 weeks now and I&#8217;ve been working as well. Soon, Eight-M Technical Services will be operational and i&#8217;ll be working for myself.<br />
I&#8217;ve set up a new domain with my Dreamhost account. The site&#8217;s URL is <a href="http://8mtech.com">http://8mtech.com</a>. As of posting this, the site isn&#8217;t ready, but it will be soon.<br />
The viscometer is being tested by Endura right now and here&#8217;s what it looks like, it&#8217;s a youtube video, be warned.<center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ya-cF5Wv8N8&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Ya-cF5Wv8N8&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center><br />
also, I figure it&#8217;d be neat to post the logo for Eight-M technical.<br />
<center><br />
<div id="attachment_599" class="wp-caption aligncenter" style="width: 348px"><a href="http://smackaay.com/wp-content/uploads/2009/06/logo.png"><img src="http://smackaay.com/wp-content/uploads/2009/06/logo-338x300.png" alt="my logo for 8m" title="Eight-m Logo" width="338" height="300" class="size-medium wp-image-599" /></a><p class="wp-caption-text">my logo for 8m</p></div></center><br />
Some people who have known me since Junior High would know this symbol. While it was something I used as a kid, I started using the name Eight-M Designs in order to order stuff because companies wouldn&#8217;t send swag out to an individual. </p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/06/10/a-brief-post-school-and-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

