Page 1 of 1

simple biosemi question

Posted: 24 Mar 2008, 15:01
by sjoshkim
Hi:

I'm a high school student who is experimenting with BCI2000. I'm using a Biosemi MK2 amplifier. Although I've been reading a lot of tutorials, I could not:
1) edit the batch file "StimulusPresentation_SignalGenerator.bat" to load the Biosemi source module and 2) configure the Biosemi module using the information described on "http://www.bci2000.org/wiki/index.php/C ... iosemi2ADC"

Would you please give me a little more detailed help on editing the two files above? I'm specifically having problems creating (modifying?) parameters and states. I've read through the tutorials "operator module scripting" and "module command line options" and other basic tutorials.

Any help on this matter would be greatly appreciated.

Josh Kim

Posted: 26 Mar 2008, 12:58
by mellinger
Josh,

as a contributed module, the Biosemi source module is not part of the BCI2000 core distribution. Rather, you need to build (i.e., compile and link) it as described at
http://www.bci2000.org/wiki/index.php/P ... tributions

Once it has been built successfully, the module should be available in the BCI2000 prog directory, named Biosemi2.exe. Make sure the file "Labview_DLL.dll" has been copied to the prog directory as well.

Then, edit the StimulusPresentation_SignalGenerator.bat file, and replace the reference to "SignalGenerator" with "Biosemi2".

HTH,
Juergen