Page 2 of 2

Re: appconnector question

Posted: 09 May 2011, 21:40
by axone.he
Thank you a lot.
I have tried it and its work well.

Regards
He

Re: appconnector question

Posted: 12 May 2011, 00:09
by axone.he
And I have another question, when I use the signal from the BCI2000 to control the external application, we will receive the signal(0,0) as contral signal. And the original application model in BCI2000 is the Feedbackdemo, is the the signal(0,0)send out by BCI2000 as the same signal in the FeedbackDemoTask.cpp named ControlSignal( 0, 0 )?

Thank you
He

Re: appconnector question

Posted: 12 May 2011, 07:46
by mellinger
Yes, the two signals are identical. Officially, the Control Signal is the signal sent from the signal processing module to the application module via TCP, and the AppConnector names it just "Signal" because, in principle, there could be an additional filter placed at the beginning of the application module, so that the signal sent by the connector filter would not match the Control Signal. In practice, however, the two are typically identical.

Regards,
Juergen

Re: appconnector question

Posted: 12 May 2011, 10:41
by axone.he
Thank you for your clear explanation.

Regards
He