Page 1 of 1

Sending data out from OpenViBE to LABVIEW

Posted: Wed Apr 13, 2016 5:42 pm
by simurgh818
Hello,

We have a Emotiv-EasyCap EEG system and use OpenViBE for signal processing to have cognitive control over a smart wheelchair. We are using the hand motor imagery scenario with common spatial filter included in the OpenViBE software. We have 14 channels, and would like to send cognitive commands of left or right to LABVIEW program.

The question I have is how can we send out data, our cognitive commands, in real time to the smart wheelchair's program in LABVIEW software. There is a article on this site "Overview: sending data & stimulation out from OpenViBE" It seems VRPN is not good for our application. Also, I have been told by another graduate student in the team that they previously tried sending data from MatLAB into LABVIEW and they had problems. They suggest I try sending data directly from OpenViBE into LABVIEW. How can I do that?

Any help is appreciated. :)

Re: Sending data out from OpenViBE to LABVIEW

Posted: Tue Apr 19, 2016 8:44 am
by nfoy
Hi

I suggest to send stimulations with the TCP writer box in OpenVibe and implement basic TCP/IP communication in your LabView program.

Best regards

Re: Sending data out from OpenViBE to LABVIEW

Posted: Tue Apr 19, 2016 5:47 pm
by simurgh818
Thanks a lot :D