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
(3,127 Views)

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

0 Kudos
Message 2 of 6
(3,108 Views)
Solution
Accepted by Gusss

UDP works.

0 Kudos
Message 3 of 6
(3,099 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
(3,090 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
0 Kudos
Message 5 of 6
(3,084 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
(3,077 Views)