NCD sensors into LabVIEW

Hi, I am a new NCD and sensor user. I received my Bidirectional pressure sensor (PR49-24M) and Tilt/Inclination sensor (PR52-33TS). I got the sensors going and configured on Alpha Station with ease and now we are wanting to get the data feeding into our LabVIEW GUI. Is there a .VI plugin for these sensors into LabVIEW? or even a LabVIEW .exe for them?

Thanks!

HI,
Labview is no longer supported.

Thanks

The easiest way to get the data into labview would be to use Node-Red running on the same computer as the labview to receive and parse the data and have Node-Red send that data to labview using a TCP socket to the loopback IP or over an HTTP request to the loopback if LabView can accept an HTTP request.

Otherwise you would need to open a connection to your modem in labview and parse the incoming packets according to the API. Its not a huge deal for a single sensor type, but for multiple sensor types the parsers can get a bit complicated.

Ah okay, on the website it said there was example software for LabVIEW so I guess that was a little misleading and needs updated.

Great, I will start messing with Node-Red and see if I can get anywhere with it. Thank you.