<?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>What&#039;s All This Brouhaha? &#187; WREC</title>
	<atom:link href="http://whats.all.this.brouhaha.com/category/computing/software/software-ive-written/wrec/feed/" rel="self" type="application/rss+xml" />
	<link>http://whats.all.this.brouhaha.com</link>
	<description>miscellaneous musings and random rantings</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:49:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WREC in action; Subversion</title>
		<link>http://whats.all.this.brouhaha.com/2004/01/09/wrec-in-action/</link>
		<comments>http://whats.all.this.brouhaha.com/2004/01/09/wrec-in-action/#comments</comments>
		<pubDate>Fri, 09 Jan 2004 07:29:11 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PDP-1 Restoration Project]]></category>
		<category><![CDATA[WREC]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=32</guid>
		<description><![CDATA[At last night&#8217;s meeting of the PDP-1 Restoration Project, we actually used WREC to reform four capacitors out of two of the Type 728 power supplies. In the process I found and fixed a few minor bugs. I need to &#8230; <a href="http://whats.all.this.brouhaha.com/2004/01/09/wrec-in-action/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At last night&#8217;s meeting of the <a href="http://wiki.pdp-1.org/">PDP-1 Restoration Project</a>, we actually used WREC to reform four capacitors out of two of the Type 728 power supplies.  In the process I found and fixed a few minor bugs.  I need to get a new release (0.02) together.  I started compiling a ChangeLog from the commit messages in the Subversion repository, but &#8220;svn log&#8221; doesn&#8217;t seem to work quite the way I want.</p>
<p>The capacitors we reformed were 160,000uF 20V from the newer style Type 728.  Over my objections, we only reformed them to 16V, except that I made an error in program settings and one of them was reformed to over 19V.  (In my opinion, they <strong>should</strong> be reformed to at least 90-95% of the rated voltage to ensure that the thickness of the reformed aluminum oxide dielectric layer is sufficient.)  Typically these take a little under 8 minutes.</p>
<p>The power supply can&#8217;t accurately measure curents of only a few mV, so we have to manually test the current limit, and measure the capacitance, after reformation.    In principle we can reform one capacitor while we&#8217;re testing the previous one, but we didn&#8217;t have our act together well enough last night to do that on all of them.</p>
<p>It would be nice to have an automated tester, so I may try to whip something up.  It probably wouldn&#8217;t make sense to try to automate any of this if it was only ever going to be used on the PDP-1 Restoration Project, but I am hoping that it will be useful for future computer restoration efforts at the Computer History Museum and elsewhere.</p>
<p>I made some more progress on real-time graphing with GtkExtra, but have not yet tried to integrate the graphing code into WREC.  The testrealtime demo keeps a constant chart width and horizontal scale by shifting the horizontal range as new data comes in.  With a trivial modification, it is possible to keep constant chart width but change the scale so that all the data remains visible.  But what I really want is for the scale to remain constant and the chart to get wider, so the user can scroll horizontally.  The gtk_plot_canvas widget does have scrolling support, so I just need to handle the resizing.  I&#8217;m not sure if there&#8217;s any easy way to force scrolling to follow the newly added data.  I&#8217;ll have to study the gtk_scrolled_window widget.</p>
<p><strong>Update:</strong>  To get what I wanted out of Subversion for the ChangLog entries, I needed to do two things:</p>
<ol>
<li>Use the &#8220;-v&#8221; option so the files affected by each commit are shown</li>
<li>Use a URL for the root of the repository, so that it lists <strong>everything</strong></li>
</ol>
<p>I can&#8217;t recommend Subversion highly enough.  It&#8217;s a very worthy successor to CVS.</p>
<p>At first I wasn&#8217;t convinced that the way file revision numbers work in Subversion was an improvement.  In CVS, every file has its own independent revision numbering, unrelated to that of any other file.  With Subversion, the revision numbers are global to a repostory, so everything that is commited by one command gets the same revision number, and the unique revisions of a specific file do not typically have consecutive revision numbers.  In other words, if there are three revisions of foo.c in the repository, they might be revisions 12, 137, and 268.</p>
<p>Coming from CVS, this seemed very strange, and I thought it might be awkward, but in practice I&#8217;ve found that I very rarely care how many revisions a file went through between two specific revisions, and I can find that out easily enough using an &#8220;svn log&#8221; command.  But I very often want to know what revisions of two files were contemporary, and with the Subversion method this is trivial, while with CVS it was difficult, involving either groveling through multiple logs, or doing a date-based checkout or update.</p>
]]></content:encoded>
			<wfw:commentRss>http://whats.all.this.brouhaha.com/2004/01/09/wrec-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WREC and real-time graphing</title>
		<link>http://whats.all.this.brouhaha.com/2004/01/07/wrec/</link>
		<comments>http://whats.all.this.brouhaha.com/2004/01/07/wrec/#comments</comments>
		<pubDate>Wed, 07 Jan 2004 18:01:30 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[PDP-1 Restoration Project]]></category>
		<category><![CDATA[WREC]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=31</guid>
		<description><![CDATA[Started looking at adding real-time graphing to WREC. The most obvious choices appear to be the gtkplot component of the GtkExtra library, or Guppi. Guppi development seems to be stalled, and I didn&#8217;t see any example code or documentation describing &#8230; <a href="http://whats.all.this.brouhaha.com/2004/01/07/wrec/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Started looking at adding real-time graphing to <a href="http://www.brouhaha.com/~eric/software/wrec/">WREC</a>.  The most obvious choices appear to be the gtkplot component of the <a href="http://gtkextra.sourceforge.net/mainpage.html">GtkExtra</a> library, or <a href="http://www.gnome.org/projects/guppi/">Guppi</a>.  Guppi development seems to be stalled, and I didn&#8217;t see any example code or documentation describing how to do the sort of stuff I want.  (I noticed that both Guppi and gtkplot are claimed by their web sites to be used by GnuCash; does it really use both?)</p>
<p>Anyhow, I started messing around with gtkplot, and it seems quite easy to use.  The testrealtime demo is a good starting point.</p>
<p>I need to decide in what format to log the raw data.  Preferrably something that can easily be imported into a spreadsheet or graphing program (non-realtime).  XML is attractive, but is there any suitable &#8220;generic&#8221; DTD?  I don&#8217;t want to code for a DTD used as a native data format for a specific spreadsheet like Gnumeric, because it is overly complicated and subject to change.</p>
<p>Maybe just a plain ol&#8217; CSV file.</p>
]]></content:encoded>
			<wfw:commentRss>http://whats.all.this.brouhaha.com/2004/01/07/wrec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WREC</title>
		<link>http://whats.all.this.brouhaha.com/2004/01/07/30/</link>
		<comments>http://whats.all.this.brouhaha.com/2004/01/07/30/#comments</comments>
		<pubDate>Wed, 07 Jan 2004 07:44:55 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[PDP-1 Restoration Project]]></category>
		<category><![CDATA[WREC]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=30</guid>
		<description><![CDATA[A preliminary release of WREC is now available. There&#8217;s a tarball on the web page, and a link to information about the subversion source code repository. WREC Reforms Electrolytic Capacitors using an SCPI-programmable power supply. WREC was written for use &#8230; <a href="http://whats.all.this.brouhaha.com/2004/01/07/30/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A preliminary release of <a href="/proj/WREC/">WREC</a> is now available.  There&#8217;s a tarball on the web page, and a link to information about the subversion source code repository.</p>
<p>WREC Reforms Electrolytic Capacitors using an SCPI-programmable power supply.  WREC was written for use on the Computer History Museum <a href="http://wiki.pdp-1.org/">PDP-1 Restoration Project</a>, but should be useful to reform large aluminum electrolytic capacitors for any equipment (even audio gear!).</p>
<p>WREC is GPL&#8217;d, as are nearly all of my <a href="http://www.brouhaha.com/~eric/software/">obscure free software projects</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://whats.all.this.brouhaha.com/2004/01/07/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reforming electrolytic capacitors</title>
		<link>http://whats.all.this.brouhaha.com/2003/12/28/21/</link>
		<comments>http://whats.all.this.brouhaha.com/2003/12/28/21/#comments</comments>
		<pubDate>Sun, 28 Dec 2003 19:05:18 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[PDP-1 Restoration Project]]></category>
		<category><![CDATA[WREC]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=21</guid>
		<description><![CDATA[On Tuesday I started a new project, WREC. WREC Reforms Electrolytic Capacitors. We&#8217;re going to use it for the PDP-1 Restoration Project at the Computer History Museum. I&#8217;m trying to finish coding WREC and debug it in time for the &#8230; <a href="http://whats.all.this.brouhaha.com/2003/12/28/21/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On Tuesday I started a new project, <a href="/proj/WREC/">WREC</a>.  WREC Reforms Electrolytic Capacitors.  We&#8217;re going to use it for the <a href="http://wiki.pdp-1.org/">PDP-1 Restoration Project</a> at the <a href="http://www.computerhistory.org/">Computer History Museum</a>.</p>
<p>I&#8217;m trying to finish coding WREC and debug it in time for the 7-JAN-2003 meeting of the PDP-1 Restoration Team.</p>
]]></content:encoded>
			<wfw:commentRss>http://whats.all.this.brouhaha.com/2003/12/28/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

