There is no old version on the server. Try to refresh the content of the "Chrome" explorer.
Problem solved, was some bad settings at the Chrome "advanced settings"
gsmok, amazing tool ! thanks a million
I added new parameters calculated during manipulation of loadline:
Pa - anode power dissipation at operating point (triodes and pentodes)
Is - screen current at operating point (pentodes)
Ps - screen grid power dissipation at operating point (pentodes)
Pa - anode power dissipation at operating point (triodes and pentodes)
Is - screen current at operating point (pentodes)
Ps - screen grid power dissipation at operating point (pentodes)
gsmok, would it be possible to add 6P36S to your calculator?
Here is the SPICE model, it seems to be pretty accurate:
http://www.diyaudio.com/forums/tubes-valves/243950-vacuum-tube-spice-models-42.html#post3880492
Thanks!
Here is the SPICE model, it seems to be pretty accurate:
http://www.diyaudio.com/forums/tubes-valves/243950-vacuum-tube-spice-models-42.html#post3880492
Thanks!
I added this tube to the list of requested tubes. I would like to apologize that the list is updated so rarely but I have some unexpected and time consuming activities not connected with tubes. I hope, it will change soon.
I added this tube to the list of requested tubes. I would like to apologize that the list is updated so rarely but I have some unexpected and time consuming activities not connected with tubes. I hope, it will change soon.
Hi gsmok, are you sure that you added it?
I can't find 6P36S in the dropdown list.
I added it to the list of REQUESTED!!! tubes (required by the simulator users), not to the simulator. There are two lists - tubes included in simulator and tubes waiting to be added. The list of requested tubes grows faster than the list of simulated tubes for the reason I mentioned in the previous post. Sorry for the misunderstanding.
Last edited:
OK, I see 🙂I added it to the list of REQUESTED!!! tubes, not to the simulator. There are two lists - tubes included in simulator and tubes waiting to be added. The list of requested tubes grows faster than the list of simulated tubes for the reason I mentioned in the previous post. Sorry.
I've been wanting to ask for a while, but I don't want to impose on you, but could you add the 6U8 pentode and triode? I know they're in Koren's tube data for spice, but I don't know what exactly you need, data-wise.
6N9S is the equivalent of 6SL7 which is already on the list.
It occurs to me that, if you wanted, you could have entries in the dropdown list that are "proxies" for other tubes. That way you could list equivalent (or differently named versions) of tubes (say ECC83 and 12AX7) and instead of having a separate entry (I'm thinking of the tube data in the code) for each tube, the 12AX7 entry in the dropdown list would simply point to the ECC83 data. That way people don't need to know which tubes are equivalent to which.
any chance of adding the 10 (or 10Y, which is the only form of the 10 currently findable)?
superb work, gsmok, and I'm really grateful for it.
superb work, gsmok, and I'm really grateful for it.
It occurs to me that, if you wanted, you could have entries in the dropdown list that are "proxies" for other tubes. That way you could list equivalent (or differently named versions) of tubes (say ECC83 and 12AX7) and instead of having a separate entry (I'm thinking of the tube data in the code) for each tube, the 12AX7 entry in the dropdown list would simply point to the ECC83 data. That way people don't need to know which tubes are equivalent to which.
I will try to implement your idea in the next version 🙂
any chance of adding the 10 (or 10Y, which is the only form of the 10 currently findable
I have added this tube to the list of the Loadline Simulator.
For interested in Spice simulations below is it's Spice model:
**********************************************
.SUBCKT TUBEMODEL 1 2 3; A G C;
* Triode Simulator v.1.0
* Model created: Thu Jun 04 2015 20:21:32 GMT+0200
X1 1 2 3 TriodeK MU=8.07 EX=1.571 KG1=5297.4 KP=141 KVB=111 RGI=2000
+ CCG=0.0P CGP=0.0P CCP=0.0P;
.ENDS
****************************************************
.SUBCKT TriodeK 1 2 3; A G C
E1 7 0 VALUE=
+{V(1,3)/KP*LOG(1+EXP(KP*(1/MU+V(2,3)/SQRT(KVB+V(1,3)*V(1,3)))))}
RE1 7 0 1G
G1 1 3 VALUE={0.5*(PWR(V(7),EX)+PWRS(V(7),EX))/KG1}
RCP 1 3 1G ; TO AVOID FLOATING NODES IN MU-FOLLOWER
C1 2 3 {CCG} ; CATHODE-GRID
C2 2 1 {CGP} ; GRID-PLATE
C3 1 3 {CCP} ; CATHODE-PLATE
D3 5 3 DX ; FOR GRID CURRENT
R1 2 5 {RGI} ; FOR GRID CURRENT
.MODEL DX D(IS=1N RS=1 CJO=10PF TT=1N)
.ENDS TriodeK
I didn't verify the model in any circuits. Maybe someone will do it 🙂
Thanks so much!!
Uh.....I can't find 10Y in the list of tubes. Am I looking at the wrong version?
Uh.....I can't find 10Y in the list of tubes. Am I looking at the wrong version?
Triode / Pentode Loadline Simulator v.1.0 (20150604 www.trioda.com)Thanks so much!!
Uh.....I can't find 10Y in the list of tubes. Am I looking at the wrong version?
There's only one version. 10/10Y is the first in the list and the default one displayed.
OK, either I'm in an alternate universe or my early onset senility is finally showing.....
....I do NOT see a 10/10Y in the list, not top, not bottom, not nowhere
?????????????????????????????????😕
....I do NOT see a 10/10Y in the list, not top, not bottom, not nowhere
?????????????????????????????????😕
Maybe it's cached in your browser. Go to the page and then try ctrl-shift-R and ctrl-F5 (depends on the browser, but one of the two should work). Then see if it comes up.
Also, it should have this version: v.1.0 20150604
Also, it should have this version: v.1.0 20150604
Thanks!!
Yeah, that was it. DOH!!! 😀
Ah...10Y Heaven...the last thoriated tungsten filament triode I can find, except for the monster triodes. But the 10Y is great for my purposes.
Yeah, that was it. DOH!!! 😀
Ah...10Y Heaven...the last thoriated tungsten filament triode I can find, except for the monster triodes. But the 10Y is great for my purposes.
gsmok, you might want to add the following to your page:
This will prevent browser from caching old versions and should eliminate this problem. The page itself is only about 160K worth of data (not including the Google ads, which won't cache anyway), so it ought not be a big burden on users to eliminate the caching.
Or, alternatively, for just preventing the JavaScript file from caching you could do something like:
And just increment the number (the 1 in the above) every time you update the script and it will force browsers to load the new version.
Code:
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
Or, alternatively, for just preventing the JavaScript file from caching you could do something like:
Code:
<script src="triodepublic.js?_=1"></script>
Last edited:
- Home
- Amplifiers
- Tubes / Valves
- Triode/Pentode Loadline Calculator