Connecting labview to MAX MSP

Augustine Bannatyne - Leudar's icon

Does anyone know how to export a stream of values from labview to Max in realtime ?

Augustine Bannatyne - Leudar's icon
$Adam's icon

Hi,

I have no idea what labview is, but if it can send the stream on TCP or UDP, you may try to use [sadam.tcpReceiver] or [sadam.udpReceiver] from The sadam Library ( see https://cycling74.com/forums/announce-the-sadam-library-version-2012-10-08 ). Additionally, if labview can send the stream in an OSC-compatible way, then the built-in [udpreceive] will help you as well.

If labview doesn't have a network output, then maybe you could try, for example, to write a text-file with labview which you would then read with Max.

Hope that helps,
Ádám

Augustine Bannatyne - Leudar's icon

Hi Adam - UDP it can do - thanks !