• WARNING: Tube/Valve amplifiers use potentially LETHAL HIGH VOLTAGES.
    Building, troubleshooting and testing of these amplifiers should only be
    performed by someone who is thoroughly familiar with
    the safety precautions around high voltages.

SPICE Transformer Model Spreadsheet

Member
Joined 2021
Paid Member
The link no longer works.

I have a schematic that uses a scavenged phonograph transformer, only know the resistances. I used the second method and getting no voltage out, is there a bug in the program? Did try different ratios and distances between, plus grounding various ways to no avail.
View attachment 1148291
In addition to what euro21 pointed out, the output transformer primary has very little inductance (10uH). Output transformers are used to match the high impedance of a tube with the low impedance of a speaker. Typically an output transformer will have between 10H and 60H.
Below you can see values for a Hammond 1628:
 

Attachments

  • Screenshot_20230301-095155.png
    Screenshot_20230301-095155.png
    87.6 KB · Views: 66
  • Like
Reactions: 1 user
Member
Joined 2004
Paid Member
Try this parameters:

Transcendar_5k:8

L1 43H ; primary inductance
R1 381 ; primary resistance
L2 .055H ; secondary inductance
R2 .85 ; secondary resistance
K1 L1 L2 .99975 ; coupling coefficient
C1 5p ; primary side capacitance
C2 20p ; secondary side capacitance
C3 520p ; primary to secondary capacitance
 
In addition to what euro21 pointed out, the output transformer primary has very little inductance (10uH). Output transformers are used to match the high impedance of a tube with the low impedance of a speaker. Typically an output transformer will have between 10H and 60H.
Below you can see values for a Hammond 1628:
Still does not work. Delete the program and re-install to git rid of the bug?

Interesting the instructions posted in this thread are so wrong, just goes to show not everything on here is accurate.
 
Try this parameters:

Transcendar_5k:8

L1 43H ; primary inductance
R1 381 ; primary resistance
L2 .055H ; secondary inductance
R2 .85 ; secondary resistance
K1 L1 L2 .99975 ; coupling coefficient
C1 5p ; primary side capacitance
C2 20p ; secondary side capacitance
C3 520p ; primary to secondary capacitance
Thank you! :)
Still does not work... I was of the understanding generate a component, fine, treated it like a tube, though no generic transformer component so must mean use the inductor transformer method.
IMG_2561.jpeg
 

Attachments

  • 2_tube_regenerative_tuner_EC88_ECL86_v6.asc
    6.5 KB · Views: 47
Member
Joined 2004
Paid Member
Do you have tetrode.asy?

If not, copy this to empty txt file and save as tetrode.asy.

Version 4
SymbolType CELL
LINE Normal -48 0 -48 16
LINE Normal 48 0 48 16
LINE Normal 0 -48 0 -16
LINE Normal -20 -16 20 -16
LINE Normal -20 -12 20 -12
LINE Normal -20 -16 -20 -12
LINE Normal 20 -16 20 -12
LINE Normal 48 0 28 0
LINE Normal 20 0 12 0
LINE Normal 4 0 -4 0
LINE Normal -12 0 -20 0
LINE Normal -28 0 -36 0
LINE Normal -48 16 -28 16
LINE Normal -20 16 -12 16
LINE Normal -4 16 4 16
LINE Normal 12 16 20 16
LINE Normal 28 16 36 16
LINE Normal -24 28 24 28
LINE Normal -32 64 -32 36
LINE Normal -24 28 -32 36
LINE Normal 24 28 32 36
LINE Normal -28 32 28 32
ARC Normal -48 -48 48 48 48 0 -48 0
ARC Normal -48 -32 48 64 -48 16 48 16
WINDOW 0 8 -64 Left 0
WINDOW 3 -24 80 Left 0
SYMATTR Value Tetrode
SYMATTR Prefix X
SYMATTR Description This symbol is for use with a subcircuit macromodel that you supply.
PIN 0 -48 NONE 0
PINATTR PinName Anode
PINATTR SpiceOrder 1
PIN 48 0 NONE 0
PINATTR PinName Screen
PINATTR SpiceOrder 2
PIN -48 16 NONE 0
PINATTR PinName Grid
PINATTR SpiceOrder 3
PIN -32 64 NONE 0
PINATTR PinName Cathode
PINATTR SpiceOrder 4
 
  • Like
Reactions: 1 user
ECC81..83 is triode, so need triode.asy as symbol, as you showed in #55 post.
Tetrode symbol represents four pin tube, as EL84.
I am not understanding what you are getting at... I just checked and it is using triode.asy.

Checked the data sheet and says triode: https://frank.pocnet.net/sheets/010/e/ECC81.pdf.

Edit. Pasted in a known working ECC83, then got unhappy about the EL84, so pasted in a known working EL84, and now upset about the ECC83.

Edit 2. Just hit me while working on a different model yours had the scripts stripped when downloaded and loaded onto the PC. Bet that is it, going to try that.

Edit 3. Now it can't find the diode... I can't win. :LOL:

Edit 4. I got it! :D Found the .model text, scripted it in, and ran with no errors. Came out to 10 percent THD.
 
Last edited:
Well I am somewhat satisfied, it ran, however, with the ECC81, distortion went to 18 percent, plus the diode is getting 293V (not the 20V specified), something has corrupted in the file transfer. Glad have it, learned how to adapt a model for the architecture of my file setup and input a .model script (totally intuitive, no instructions needed).