Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-DMM Continuous Acquisition (C#.NET)

Solved!
Go to solution

I am working with NI-DMM in Visual Studio C#.

I am trying to set it up to continuously measure data. Every time one measurement is taken, I need to have another function take that measurement and publish it to another .NET service that we have. However, I find that there is no way to work with the individual measurements asynchronously. It seems that it will only allow me to get all the data at once at the end, instead of processing each measurement as they come. 

 

Does anyone know of a way to accomplish this? 

0 Kudos
Message 1 of 2
(1,214 Views)
Solution
Accepted by JackBurton

Help article - https://zone.ni.com/reference/en-XX/help/370384V-01/dmm/continuous/

 

Look for Continuous Acquisition & Chart multiple sample examples under

santo_13_0-1635216751121.png

 

\Users\Public\Documents\National Instruments\NI-DMM\NI-DMM Examples\DotNET<x.x>

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(1,205 Views)