the kitchen stove



Well, hi once again. It's been about eight years since my last post
to this group. The old mail browser I'd been using got overloaded,
and I got wound up with real life, sort of. But it was only
temporary, and now I have a problem of my own.

We took a lightning hit to somewhere along our power line tonight. I
have a whole-house lightning protector, but there was a nice crackle
from the power supply of the computer I was working on. That wasn't
the problem, though. In the kitchen, the stove--Amana model AGS761W,
a gas stove probably made in 1994, was beeping, showing 'F5' on its
display. Unplugged it, tried all sorts of resetting techniques,
nothing: it runs for thirty seconds and then beeps and displays F5.

The part in question is called an ERC, electronic range control, part
number probably is 343461 but at this point I'm not sure, and all the
parts houses tell me that it's no longer being made and unavailable.
I have inquiries into Amana and repairclinic.com. eBay doesn't seem
to have that control, though there are a couple of electronic control
modules for other stoves, so I know I was doing a thorough search.

My guess is that 'F5' means 'bad module' or something helpful like
that. Without the oven, I have an exceptionally unhappy Natalie, and
she'd like me to get it figured out already. I cannot fathom being
able to come up with a workaround for this unit: it incorporates the
oven thermostat, the oven timer, and the self-cleaning oven stuff.

My strategy is to start at the power supply, which would have taken
the initial hit from a power-line overvoltage, and then test each
component in turn. Trouble is, the power supply is fine, because the
various clock functions work, right up until the unit fails some sort
of a self-test procedure about twenty seconds after you plug it in.
Then we see 'F5.'

If anyone has any experience in this sort of thing, please let me
know.

Mark Kinsler http://www.mkinsler.com, if it still works.

.



Relevant Pages

  • Writing an "ActiveX" control using C#
    ... Cpu/Dual monitor system is running 2 windows applications that allow the ... I have started down the road of creating what acts like an ActiveX control, ... This is made debugging sort of difficult. ... There doesn’t really need to be a UI here, so I am cool writing ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: CListCtrl, hide and edit
    ... I typically sort the items in my memory list (the one the list control is calling on to get it's value line by line). ... bool CDialogWithList::CompareAndSwapString1(int pos, bool bAscending) ... CMyObjectInfo *temp; ...
    (microsoft.public.vc.mfc)
  • Re: CBS_SORT / LBS_SORT, what algorithm?
    ... They also suggest maintaining the sort outside the ComboBox/ListBox control and populate the result to ComboBox/ListBox without SBC_SORT. ... Inside ComboBox, it always uses "Insertion Sort" when SBC_SORT is specified, and a re-sort + re-add of the whole list is also done internally when users add / edit the list items. ... We welcome your comments and suggestions about how we can improve the support we provide to you. ...
    (microsoft.public.win32.programmer.ui)
  • Re: Datasheet Form for Viewing Only...?
    ... "The subform does not update the Datasheet form until a Save command button is used." ... then, instead of a Datasheet view, use a Continuous view -- that way, you can put code on the click event of each column header to sort by that column -- and here is a function you can use to do that: ... 'pField1 -- name of control for first sort ... Dim mOrder As String _ ...
    (microsoft.public.access.forms)
  • Re: CBS_SORT / LBS_SORT, what algorithm?
    ... in the ComboBox control with CBS_SORT flag. ... We welcome your comments and suggestions about how we can improve the support we provide to you. ... Regardless of what sort algorithm you use at some ...
    (microsoft.public.win32.programmer.ui)