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:
- Use LabVIEW Python Node to access the Saleae Automation features, specifically the Automation Python API
- Use LabVIEW gRPC Support to access the Logic2 gRPC services directly
- Develop a custom Low-Level Analyzer with the Analyzer SDK to interact with LabVIEW with ‘live’ data
(would need to develop your own method to stream the decoded data directly)
Note: here is an old post (Logic 1.x Automation API) that talked about using Socket API to communicate with LabVIEW: