<?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; viscometer</title>
	<atom:link href="http://smackaay.com/tag/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>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>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>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>Programming, Drafting, Designing and whatever else&#8230;</title>
		<link>http://smackaay.com/2009/07/25/programming-drafting-designing-and-whatever-else/</link>
		<comments>http://smackaay.com/2009/07/25/programming-drafting-designing-and-whatever-else/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 22:38:56 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[enclosure]]></category>
		<category><![CDATA[fdm]]></category>
		<category><![CDATA[mold design]]></category>
		<category><![CDATA[plastic]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=606</guid>
		<description><![CDATA[Well, it&#8217;s been a busy few weeks since I left the business training program. Thankfully I have some work lined up and things may go well for the short-term. For the last while I was working on the design for a plastic enclosure for a customer. Everything went quite well and the customer is an [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been a busy few weeks since I left the business training program. Thankfully I have some work lined up and things may go well for the short-term. For the last while I was working on the design for a plastic enclosure for a customer. Everything went quite well and the customer is an absolute joy to work for/with. Based on a board and taking cues from other ideas, I drafted a simple enclosure for a device. Here are some pictures of the enclosure.</p>
<p><a href="http://smackaay.com/wp-content/uploads/2009/07/enclose2-1.png"><img src="http://smackaay.com/wp-content/uploads/2009/07/enclose2-1-399x300.png" alt="enclose2-1" title="enclose2-1" width="399" height="300" class="aligncenter size-medium wp-image-608" /></a><br />
<a href="http://smackaay.com/wp-content/uploads/2009/07/enclose2-2.png"><img src="http://smackaay.com/wp-content/uploads/2009/07/enclose2-2-308x300.png" alt="enclose2-2" title="enclose2-2" width="308" height="300" class="aligncenter size-medium wp-image-609" /></a></p>
<p>Worked out well&#8230;</p>
<p>Also, I am now continuing my foray into the automation stormer viscometer as well as my auditory camera level. Things should go quite well if I bust my ass&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/07/25/programming-drafting-designing-and-whatever-else/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>
		<item>
		<title>Rotary Viscometer almost finished</title>
		<link>http://smackaay.com/2009/05/18/rotary-viscometer-almost-finished/</link>
		<comments>http://smackaay.com/2009/05/18/rotary-viscometer-almost-finished/#comments</comments>
		<pubDate>Tue, 19 May 2009 01:15:45 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[phenolic base]]></category>
		<category><![CDATA[rotary viscometer]]></category>
		<category><![CDATA[rotational]]></category>
		<category><![CDATA[Stormer viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=582</guid>
		<description><![CDATA[Well, it&#8217;s been a long road but I&#8217;m almost at the finish line in terms of the majority of development. All of the parts are mostly made and I&#8217;ll begin programming very soon, most of which has been done already or figured out in advance. Firstly, I started with the board. I had to build [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been a long road but I&#8217;m almost at the finish line in terms of the majority of development. All of the parts are mostly made and I&#8217;ll begin programming very soon, most of which has been done already or figured out in advance.<br />
Firstly, I started with the board. I had to build it from scratch because I&#8217;m not certain of they&#8217;ll want more features or different ones, also I simply don&#8217;t have the funds to get the printed boards made, those will fit in the top of the unit below the LCD and reflection switch.<center><br />
<div id="attachment_579" class="wp-caption aligncenter" style="width: 410px"><a href="http://smackaay.com/wp-content/uploads/2009/05/dscn8692.jpg"><img src="http://smackaay.com/wp-content/uploads/2009/05/dscn8692-400x300.jpg" alt="viscometer test board with lcd display" title="viscometer test board" width="400" height="300" class="size-medium wp-image-579" /></a><p class="wp-caption-text">viscometer test board with lcd display</p></div><br />
<div id="attachment_585" class="wp-caption aligncenter" style="width: 235px"><a href="http://smackaay.com/wp-content/uploads/2009/05/dscn8708.jpg"><img src="http://smackaay.com/wp-content/uploads/2009/05/dscn8708-225x300.jpg" alt="Viscometer, assembled on base" title="Viscometer, assembled on base" width="225" height="300" class="size-medium wp-image-585" /></a><p class="wp-caption-text">Viscometer, assembled on base</p></div></center><br />
So, after this I spent the entire weekend building the parts required to make the rest of the unit. I opened up a few of the tolerances and had to make some changes simply to allow for better fitting afterward. The unit would have been impossible to assemble otherwise <img src='http://smackaay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <center><br />
<div id="attachment_586" class="wp-caption aligncenter" style="width: 235px"><a href="http://smackaay.com/wp-content/uploads/2009/05/dscn8707.jpg"><img src="http://smackaay.com/wp-content/uploads/2009/05/dscn8707-225x300.jpg" alt="Viscometer with sensor in hand" title="Viscometer with sensor in hand" width="225" height="300" class="size-medium wp-image-586" /></a><p class="wp-caption-text">Viscometer with sensor in hand</p></div></center><br />
I have to say, I&#8217;m satisfied with the results thus far. The bearing holding the sensor together could be a bit better though. This week I&#8217;m going to have to program the unit and hopefully this long saga will be over. Well, at least when I make the 15 units it will be.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/05/18/rotary-viscometer-almost-finished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 point quadratic regression formula</title>
		<link>http://smackaay.com/2009/04/29/3-point-quadratic-regression-formula/</link>
		<comments>http://smackaay.com/2009/04/29/3-point-quadratic-regression-formula/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 22:01:05 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[3 point]]></category>
		<category><![CDATA[cubic]]></category>
		<category><![CDATA[data set]]></category>
		<category><![CDATA[freebasic]]></category>
		<category><![CDATA[in-process]]></category>
		<category><![CDATA[inverse]]></category>
		<category><![CDATA[quadratic]]></category>
		<category><![CDATA[regression]]></category>
		<category><![CDATA[Stormer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=572</guid>
		<description><![CDATA[While developing the in-process stormer viscometer, one of my goals is to allow the end user to calibrate the device with 3 fluids of known viscosity. With a bit of help from mathematica, I&#8217;ve found the formula and for whoever wants it, it&#8217;s posted, also for my own future edification. This formula is meant to [...]]]></description>
			<content:encoded><![CDATA[<p>While developing the in-process stormer viscometer, one of my goals is to allow the end user to calibrate the device with 3 fluids of known viscosity. With a bit of help from mathematica, I&#8217;ve found the formula and for whoever wants it, it&#8217;s posted, also for my own future edification. This formula is meant to convert 3 data points of the form {X1,Y1},{X2,Y2},{X3,Y3} into a form of ax^2+bx+c=y. This is probably the fastest way to do this kind of operation on a microcontroller. Here&#8217;s an image of the formula</p>
<div id="attachment_573" class="wp-caption aligncenter" style="width: 510px"><a href="http://smackaay.com/wp-content/uploads/2009/04/formula1.png"><img src="http://smackaay.com/wp-content/uploads/2009/04/formula1-500x113.png" alt="Reverse Quadratic from data" title="Reverse Quadratic from data" width="500" height="113" class="size-medium wp-image-573" /></a><p class="wp-caption-text">Reverse Quadratic from data</p></div>
<p>also, here&#8217;s a dirty FreeBasic program using it. <a href='http://smackaay.com/wp-content/uploads/2009/04/regress-3point.bas'>regress-3point.bas</a></p>
<p>Also, for fun I decided to do a cubic version. This is in the form of 4 data points {X1,Y1},{X2,Y2},&#8230; converting to ax^3+bx^2+cx+d=y</p>
<div id="attachment_575" class="wp-caption aligncenter" style="width: 510px"><a href="http://smackaay.com/wp-content/uploads/2009/04/formula2.png"><img src="http://smackaay.com/wp-content/uploads/2009/04/formula2-500x235.png" alt="Cubic equation inverse" title="Cubic equation inverse" width="500" height="235" class="size-medium wp-image-575" /></a><p class="wp-caption-text">Cubic equation inverse</p></div>
<p>You gotta love Mathematica!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/04/29/3-point-quadratic-regression-formula/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Viscometer Project, coming along&#8230;</title>
		<link>http://smackaay.com/2009/04/21/viscometer-project-coming-along/</link>
		<comments>http://smackaay.com/2009/04/21/viscometer-project-coming-along/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 07:50:05 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[machining]]></category>
		<category><![CDATA[mackaay]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[rotary viscometer]]></category>
		<category><![CDATA[rotational viscometer]]></category>
		<category><![CDATA[viscometer]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=558</guid>
		<description><![CDATA[I thought I would have nothing to post but I do I guess. I&#8217;ve felt the need to really expedite this project now that I am starting a business. I have done a few of the mechanical things associated with it after a major redesign. Today I have completed the design of the board and [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I would have nothing to post but I do I guess. I&#8217;ve felt the need to really expedite this project now that I am starting a business. I have done a few of the mechanical things associated with it after a major redesign. Today I have completed the design of the board and despite it&#8217;s sloppiness, I&#8217;m happy it&#8217;s done. Now to get it made.<br />
<center><br />
<div id="attachment_559" class="wp-caption aligncenter" style="width: 431px"><a rel="attachment wp-att-559" href="http://smackaay.com/2009/04/21/viscometer-project-coming-along/visc-board-02/"><img class="size-medium wp-image-559" title="Viscometer Board 3D View" src="http://smackaay.com/wp-content/uploads/2009/04/visc-board-02-421x300.png" alt="Viscometer Board 3D View" width="421" height="300" /></a><p class="wp-caption-text">Viscometer Board 3D View</p></div></p>
<p><div id="attachment_560" class="wp-caption aligncenter" style="width: 320px"><a rel="attachment wp-att-560" href="http://smackaay.com/2009/04/21/viscometer-project-coming-along/visc-board-01/"><img class="size-medium wp-image-560" title="Viscometer Board traces" src="http://smackaay.com/wp-content/uploads/2009/04/visc-board-01-310x300.png" alt="Viscometer Board traces" width="310" height="300" /></a><p class="wp-caption-text">Viscometer Board traces</p></div><br />
</center><br />
Like I state in the description, I used the autorouter on this image, I may revise many of the traces so that ripple can be eliminated from IC&#8217;s by bringing the caps closer electrically to Gnd and Vcc. This week I hope to finish the machining side of the device, I&#8217;ll have to wait for bolts from Fastenal to arrive but it&#8217;ll be worth the wait. Here are some shots of the parts so far, note that the main block is made of phenolic, I love this material since it looks kind of like wood but is reasonably machinable.<br />
<center><br />
<div id="attachment_562" class="wp-caption aligncenter" style="width: 410px"><a rel="attachment wp-att-562" href="http://smackaay.com/2009/04/21/viscometer-project-coming-along/dscn8636/"><img class="size-medium wp-image-562" title="Machining the block" src="http://smackaay.com/wp-content/uploads/2009/04/dscn8636-400x300.jpg" alt="Machining the block" width="400" height="300" /></a><p class="wp-caption-text">Machining the block</p></div></p>
<div id="attachment_563" class="wp-caption aligncenter" style="width: 410px"><a rel="attachment wp-att-563" href="http://smackaay.com/2009/04/21/viscometer-project-coming-along/dscn8639/"><img class="size-medium wp-image-563" title="Phenolic Block" src="http://smackaay.com/wp-content/uploads/2009/04/dscn8639-400x300.jpg" alt="Phenolic Block Finished" width="400" height="300" /></a><p class="wp-caption-text">Phenolic Block Finished</p></div>
<p><div id="attachment_561" class="wp-caption aligncenter" style="width: 410px"><a rel="attachment wp-att-561" href="http://smackaay.com/2009/04/21/viscometer-project-coming-along/dscn8651/"><img class="size-medium wp-image-561" title="Coming along, main block and holders finished" src="http://smackaay.com/wp-content/uploads/2009/04/dscn8651-400x300.jpg" alt="Coming along, main block and holders finished" width="400" height="300" /></a><p class="wp-caption-text">Coming along, main block and holders finished</p></div><br />
</center><br />
Just for the record, here is the list of, well electrical features:</p>
<ol>
<li>16 key Keypad for data entry, mostly for calibration.</li>
<li>16&#215;2 LCD display for seeing alarms and viscometer output.</li>
<li>24V motor, PWM driven with TIP102</li>
<li>Light interrupted sensors for top and bottom</li>
<li>provisions for temperature sensing</li>
<li>RS-485 Out</li>
<li>Provision for an external RS-232 board, if needed</li>
<li>TVS&#8217;ed to the hilt, hopefully this will prevent funny stuff from happening.</li>
</ol>
<p>Anyways, let&#8217;s hope she all works out in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/04/21/viscometer-project-coming-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

