Page 1 of 1

my own program

Posted: 14 Jul 2009, 04:17
by myr
Hi,

I have written my own program (a pong game) to interface with the bci software via the udp app connector method (http://www.bci2000.org/wiki/index.php/T ... _Connector).

It works fine, everything is happy there - however my users hit a couple problems when they attempt longer sessions, as the default limits of mufeedback are around 3minutes of tests - is there a way to either extend the built in session limit, or another application that gives the output, but doesnt limit the duration?

feedback ...

Posted: 14 Jul 2009, 09:48
by gschalk
Hi,

Several parameters control the timing of operation of the CursorTask (which I assume is what you are using). This includes the maximum duration of a run. Please check out

http://www.bci2000.org/wiki/index.php/U ... CursorTask

for a listing of those parameters.

Gerv