02-12-2025 08:38 AM
Hi, I'm a newbie with Labview.
One of my friends wants to use NI LabVIEW DAQ for data acquisition and analysis.
He is asking me to send data (.NET development) to Labview.
In the past I have used the LSL protocol (open-source networked middleware ecosystem to stream) to send my data. Is this supported?
If not, what is the best way to send my data to LabView?
I found this article (DirectShow .NET LabVIEW SDK (Video, Audio, IP streams) - NI Community) but it seems pretty old
Thank you for your advices
Guda
02-12-2025 08:50 AM
Where does the data come from?
If the data comes from the NI-DAQ device, why don't you just use LabVIEW to control the NI-DAQ device?
02-12-2025 08:53 AM
Hi gudaguda,
@gudaguda wrote:
One of my friends wants to use NI LabVIEW DAQ for data acquisition and analysis.
He is asking me to send data (.NET development) to Labview.
So the DAQ hardware is from NI? Which one?
Why do you want to use some .NET code to interface with NI-DAQ hardware?
How much data do you need to handle?
Why don't you implement the DAQ routines in LabVIEW, using the LabVIEW API for the NI-DAQ hardware?
I guess you need to provide more details about your task and requirements…
02-16-2025 11:12 AM
Hi,
please find more details:
- The data comes from my software which is developped in VB.NET.
- I have to generate a stream of about 20 variables (float) at 50 Hz.
regards
Guda
02-16-2025 11:30 AM
Hi gudaguda,
@gudaguda wrote:
please find more details:
- The data comes from my software which is developped in VB.NET.
- I have to generate a stream of about 20 variables (float) at 50 Hz.
You really need to provide more information!