From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,639 Views)

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

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

UDP works.

0 Kudos
Message 3 of 6
(2,611 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,602 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,596 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,589 Views)