Commit 672a4a22 authored by claes's avatar claes

New cardtypes added

parent 0d92d5af
...@@ -47,16 +47,16 @@ function int ssab_create_signal( string rname, string resname, string chname, st ...@@ -47,16 +47,16 @@ function int ssab_create_signal( string rname, string resname, string chname, st
channels = 32; channels = 32;
endif endif
if ( type == "AI") if ( type == "AI")
cardclass = "Ai_AI32up"; cardclass = "Ai_AI32uP";
channels = 32; channels = 32;
endif endif
if ( type == "AO") if ( type == "AO")
cardclass = "Ao_HVAO4"; cardclass = "Ao_AO8uP";
channels = 4; channels = 8;
endif endif
if ( type == "CO") if ( type == "CO")
cardclass = "Co_PI24BO"; cardclass = "Co_CO4uP";
channels = 1; channels = 4;
endif endif
! Create the card ! Create the card
conf card/rack='rname'/cardname='cname'/cardclass='cardclass'/channelname=#/chanidentity='cname'# conf card/rack='rname'/cardname='cname'/cardclass='cardclass'/channelname=#/chanidentity='cname'#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment