LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

receiving raw EMG signals from Myo Band on LabView

so I got this code from a youtube video, the problem is that when I hit run, a CMD window pops up displaying each sensor's reading but I can't access this data and display it on a chart, so the question is how do I catch this data and use it in my LabView code ?

0 Kudos
Message 1 of 2
(2,327 Views)

Well, you might need to write your own LabVIEW code to get the data, arrange it in LabVIEW, and use LabVIEW to display it.  Do you have any fluency in LabVIEW?  Can you write LabVIEW code?  Can you modify the "program that doesn't work" to take the data coming in from UDP and gather it into an Array that you can save to an indicator and examine (and, perhaps, post to a followup note so we can see the format of the returned data)?

 

Rather than going through an unknown Visual Studio application, you might see if your device has an API that you can access directly with LabVIEW -- it is far simpler dealing with a single programming paradigm when gathering data than with several.  What do the manufacturers of your Myo Band say about that?

 

Bob Schor

Message 2 of 2
(2,321 Views)