12-19-2022 08:54 PM
Hello, I am currently developing an application using LabVIEW and Teledyne ADQ7 data acquisition board.
However, could not find any examples about how to communicate with the device (such as acquiring waveform) that are written in LabVIEW. Teledyne indeed provided a dll files for LabVIEW but I still have problem accessing it with my LabVIEW program.
Teledyne stated in their website that they provide a LabVIEW examples but it can only be delivered by request.
I have contacted them but they did not reply.
Does anyone have any suggestion for my problem? Thank you in advance.
05-30-2023 03:13 AM
We are also using ADQ7 and Labview.
I am calling the DLL from teledyne but I also still have some problems.
In principal it works but it is tricky to make a correct setup of the ADQ7 to achive the expected data.
Do you hav any specific question ?
07-11-2023 02:47 AM
Hello, actually I only need a sample program of how to acquire the data using LabVIEW. Right now, I am using cpp to do this as it is easier for me who have limited LabVIEW skill.