09-08-2016 04:18 PM
Sorry, sorry, the value of the string is "signal (1.0) 125458" (and the value at that point in time)
It is a communication with BCI2000 and I can not modify the data you send me the program, I'm trying to make a connection in real time.
For processing these signals.
09-08-2016 08:03 PM
Then you need to parse out the string. If it is empty, do nothing. If it is each of the other things, then you put the value in the appropriate chart. One parse, one case structure. Not multiple parallel things.
09-09-2016 12:17 AM
09-09-2016 12:20 AM
can you explain exactly what you wanted to do?
09-09-2016 02:01 AM
09-09-2016 02:10 AM
Sorry not able to get information on what to do.
Just tell whats your input and how your output wanted to be in clear way.
In other way input value and the expedted output value.
09-09-2016 02:31 AM
I want to separate the three signals separately since they are three different channels and what I represent in the accompanying photo.
This is what I need
Thanks!
09-09-2016 04:23 AM
Hello solved the problem in a photo, I did not need anything UDP change anything.
Thank you very much for your interest 🙂
09-09-2016 05:49 AM
With the help of a teacher it has improved the previous solution and no longer have any problem with reading because I run the selection only when the string is not empty.
The solution is the photo.
Thanks!!
09-10-2016 04:09 AM
I have a question, in the time loop frecuenca can choose the refresh, but in the while loop that runs frequently?