Neuroscan - NuAmps with Acquire 4.3.1
Posted: 10 Jun 2010, 17:35
We are currently attempting to use a 32 channel NuAmps setup interfaced with Acquire 4.3.1.
I've followed any of the instruction I can find but am still having trouble...
I downloaded and am using the Neuroscan.exe and neurogetparams.exe
neurogetparams.exe gave me the following:
So I modified the P300Speller_SignalAcquire file to be the following:
(I've tried without any of the extra params also)
I start up Acquire and use the "S" icon on the top to start the server with the suggested 3999 port and then run the modified P300Speller batch.
If Acquire is actively polling the cap it freezes. If it is not polling the cap it simply crashes and closes without any error message.
BCI2000/Operator 2.1 has all of the buttons grayed out and says "Publishing Phase...", "no status available", "Waiting for configuration", "Waiting for configuration" in the separate boxes across the bottom.
Any advice? What am i doing wrong?
Thanks!
Chris
I've followed any of the instruction I can find but am still having trouble...
I downloaded and am using the Neuroscan.exe and neurogetparams.exe
neurogetparams.exe gave me the following:
Code: Select all
Source int SampleBlockSize= 5 neurogetparams localhost:3999 %
Source int SamplingRate= 125 neurogetparams localhost:3999 %
Source string ServerAddress= localhost:3999 neurogetparams localhost:3999 %
Source int SourceCh= 32 neurogetparams localhost:3999 %
Filtering int AlignChannels= -1 neurogetparams localhost:3999 %
Filtering floatlist SourceChGain= 32 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 0.0627417 // neurogetparams localhost:3999
Filtering floatlist SourceChOffset= 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 // neurogetparams localhost:3999
Filtering floatlist SourceChTimeOffset= 1 -1 // neurogetparams localhost:3999
Code: Select all
cd ..\prog
start operat.exe
start Neuroscan.exe 127.0.0.1:3999 --SampleBlockSize-5 --SamplingRate-125 --SourceCh-32
start P3SignalProcessing.exe 127.0.0.1
start P3Speller.exe 127.0.0.1I start up Acquire and use the "S" icon on the top to start the server with the suggested 3999 port and then run the modified P300Speller batch.
If Acquire is actively polling the cap it freezes. If it is not polling the cap it simply crashes and closes without any error message.
BCI2000/Operator 2.1 has all of the buttons grayed out and says "Publishing Phase...", "no status available", "Waiting for configuration", "Waiting for configuration" in the separate boxes across the bottom.
Any advice? What am i doing wrong?
Thanks!
Chris