LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Coonecting lab view to max msp ?

Solved!
Go to solution

Hi -

 

how can I get a stream of values out of labview and into maxmsp in realtime ?

0 Kudos
Message 1 of 6
(2,642 Views)

Nothing ? Is there anything that labview outputs to talk to other programs ?

0 Kudos
Message 2 of 6
(2,623 Views)
Solution
Accepted by topic author Gusss

UDP works.

0 Kudos
Message 3 of 6
(2,614 Views)

Thanks, I know how to import UDP into max  - how do I send the data out via udp from labview ?

0 Kudos
Message 4 of 6
(2,605 Views)

LabVIEW has many data communications protocols.  They're in this palette...  Data Communications > Protocols.  Go figure. Smiley Wink

 

EDIT: There are also built-in examples of how to use them:  Help > Find Examples... Networking.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019 - Unfortunately now moving back to C#, .NET, Python due to forced change to subscription model by NI. 8^{
0 Kudos
Message 5 of 6
(2,599 Views)

There are UDP primitives. I started with the example and played with the Bytes until they worked. This was an array of U16s:

 

0 Kudos
Message 6 of 6
(2,592 Views)