Hello there Kicad users.
I am very newcomer and as such I need your help.
I have tried to convert some Orcad libraries for tubes but no sucess.
First I used liborcad2eeschema but I always get a file produced wich is
empty. From win XP I run the "cmd" and then the liborcad2eeschema
tube.src cctube.lib- no sucess.
Then, when I joined the kicad-users, I found the utility Libtool kicad, but
again when I ran it I get the same results. Both intermediate (*.src) file and
final file (*.lib) are empty.
As I work only with tubes, I definately need some library to work with.
Can someone tell me what I am doing wrong or where to get the needed libraries.
Again thanks all very much in advance for your time and help.
Konstantinos
----------------------------------------------------------------
Hi, Ian the group moderator here. I have edited this post because then entire
library is attached - it is far to big to email to everyone in the group. If
you want people to look at files this big the best way is to post it to the
group files sectiion then refer to it in an email.
As to your specific problem, I have looked at the library you atteched - you do
realise they are all spice descriptions, not component descriptions - which
probably explains why you were unable to convert them. Here is just one example
of one component to illustrate what I mean.
.SUBCKT 6DJ8 1 2 3 ; P G C; NEW MODEL
+ PARAMS: MU=28 EX=1.3 KG1=330 KP=320 KVB=300 RGI=2000
+ CCG=2.3P CGP=2.1P CCP=.7P ; ADD .7PF TO ADJACENT PINS; .5 TO OTHERS.
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={(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; WAS 1.6P
C2 2 1 {CGP} ; GRID-PLATE; WAS 1.5P
C3 1 3 {CCP} ; CATHODE-PLATE; WAS 0.5P
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
*$
Ian