11-15-2020 06:53 AM
Hello,
I am taking measurements using PowerLab26T amplifier. The measurements are taken using LabChart (ADInstruments).
I want to import the data at real time into LabVIEW. Then, I am applying some signal processing and plotting.
One way I found so far is to import a *.ADICHT file into LabVIEW, but it is not a live capture. (https://www.ni.com/example/54340/en/)
Another way is to import the data into MATLAB, since there is a ready package to import the live data from LabChart to MATLAB, then import the live data from MATLAB to LabVIEW. This solution is slow and inefficient.
Is it possible to import the live data from LabChart into LabVIEW?
Thanks a lot,
Shak
11-15-2020 12:37 PM
Hi ShakRatz,
please ask ADI for a LabChart manual. Then read this manual (or ask ADI support) to learn about the options to access "real time" data.
(Most often there is an option to acces data either by network communication or (on Windows) using some ActiveX or .NET methods…)
03-20-2024 06:03 PM
Execuse me, you've mentioned that you can import live data from labchart into matlab, please tell me how to do it, thanks