Re: Ping Patrick (was Re: FA: Pair New Heyboer 40W SE Output Transformers for EL34):



In article <4756A230.837379D2@xxxxxxxxxxxxxxxxxx>,
Patrick Turner <info@xxxxxxxxxxxxxxxxxx> wrote:

John Byrns wrote:

In article <C378FC52.A1FA1%jono_1@xxxxxxxxxxxxx>,
Jon Yaeger <jono_1@xxxxxxxxxxxxx> wrote:

I'm selling a pair of new trannies for a single-ended SE amplifier, rated
at
40W and continuous DC offset current of 100 mW.

These are made by Heyboer - the same folks who wound Eico iron and other
amplifier designs.

Each has 10 secondary taps and is very unusual.

Thanks for looking!

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=290188125461

I love how the eBay description of the secondary connections for this
OPT.

"The lowest load applied to any secondary tap will be 4 ohms, and two
loads will be applied simultaneously to achieve a 2.5K reflected
impedance on the primary, with the power split between the two loads,
therefore, the wire size will not have to be made inordinately large.
One load will always be 16 ohms (or not connected), and the other will
be either 4, 8, or 16 ohms."

Maybe Patrick can explain this secondary connection scheme for us in a
way mere mortals can understand it?


The description you quote is by a technically illiterate vagabond,
and cannot be deciphered, and need not be attempted.

These OPT have a jpg document also in the pictures,
and there you might be able to read the original maker specs.

The "technically illiterate vagabond" appears to be the transformers
maker, as the quote comes directly from the "jpg" of the "original maker
specs.". The "jpg" also includes a table showing different load
combinations, except that it stupidly omits any information on which of
the eleven secondary leads the loads should be connected to for each
combination! It appears from the "jpg", which is a little too blurry to
be absolutely sure, that the secondary is connected as one continuous
winding with ten taps, so there is no opportunity for paralleling
secondary sections.

One can only but wonder what this thing was originally designed for,
perhaps Jon knows? If it weren't for the secondary design it would be a
tempting buy at $100.00 for the pair.


Regards,

John Byrns

--
Surf my web pages at, http://fmamradios.com/
.



Relevant Pages

  • Re: Rapid gfx display Qs
    ... I think with Autoredraw False you are effectively timing the total time both of loading the picture from disk into memory and also the time taken for the OS to dump that picture to the screen. ... In contrast, with Autoredraw True, you are timing only the time taken to load the picture from disk into memory because the VB Autoredraw system itself will dump the property to the actual display just after your code has finished. ... I get a time of about 79 msecs just to load the picture into a StdPicture object, even though the file size of the jpg is very much smaller, only about one tenth of the file size of the equivalent bmp. ... Much of course depends on the nature of your images, and it is hard to comment any further really without knowing what sort of images they are. ...
    (microsoft.public.vb.general.discussion)
  • Re: How to unload a form while its still busy with Form_Paint
    ... Actually that's quite a large jpg and it also has quite a large file size of 3.5 MB which means it has almost certainly been saved by the camera using the highest available jpg quality so it will take some time for LoadPicture to both load and decode it. ... However, when I load and decode the same jpg picture using the Intel DLL, as used in the code at the link I posted previously, it takes just 100 milliseconds, so the Intel DLL seems to be about three and a half times faster overall. ...
    (microsoft.public.vb.general.discussion)
  • Re: Underlying connection was closed
    ... I get a lot fewer connections in TIME_WAIT state. ... Daniel Roth wrote: ... > problem when I load my system with many HTTP requests. ... >>configuration be incorrect as this happens ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: 845 first impressions, 22dec07.
    ... Patrick Turner wrote: ... Keep the load higher and you'll get a better result sonically, ... and just as the 2H CURRENT cancelation ... But beam tube gain is nearly proportional to gm x RL, so as RL rises, ...
    (rec.audio.tubes)
  • Re: How to unload a form while its still busy with Form_Paint
    ... On my system it takes about 100 milliseconds to load a typical 1600 x 1200 pixel jpg using the same method you are using. ... A similar bmp file would typically load very quickly by comparison, even though the file size of the bmp is much larger than the jpg. ... Well, you can't actually speed up the VB LoadPicture method, but you can speed up the loading and decoding of the jpg by using a different method instead. ... This reduces the loading and decoding time on my machine from just over 100 milliseconds to about 25 milliseconds, so it should reduce your loading and conversion time from your current 500 milliseconds down to about 120 milliseconds, which should get your overall time to load the jpeg and draw the thumbnail to something approaching the speed you are getting out of the IrfanView software. ...
    (microsoft.public.vb.general.discussion)