LabView intigration

I’m a long time user of both Saleae and NI LabVIEW and am searching for a VI interface between the two.

Any references or code appreciated.

As far as I know, there isn’t any direct/simple support or integration between LabVIEW and Saleae Logic. However, I think there are a few options:

Note: here is an old post (Logic 1.x Automation API) that talked about using Socket API to communicate with LabVIEW:

Hello @Laputa -

Here is a first pass at a LabVIEW driver. It uses LabVIEW <> Python <> Logic2 Software. It wraps the python commands using the Python Node in LabVIEW. I have several ideas on how to create a cleaner implementation, but this was the easiest way to get something up and running quickly. Logic2-Automation uses gRPC (https://grpc.io/) which would be a nice solution in the future cutting out the Python in the middle.

Please give it a shot and let me know if you have suggestions or feedback. I’ve verified it on both PC (Windows 10) and Mac (MacOS 14.2.1 Sonoma) with Logic Pro 16 both real and simulated.

Regards,
Erik