Questions tagged [measurement-studio]

Measurement Studio is a set of test and measurement class libraries, tools, and wizards from National Instruments, that integrated into the Microsoft Visual Studio environment.

Measurement Studio is a set of test and measurement class libraries, tools, and wizards that integrated into the Microsoft Visual Studio environment is the extensive support for accessing instrumentation hardware. It has drivers and abstraction layers for many different types of instruments and buses are included or are available for inclusion. The provided driver interfaces save program development time.

23 questions
0
votes
1 answer

GetRawData function?

I want to get the raw data from an analogwaveform channel and simply load it into an array of Doubles. Here is what I have: Dim data() As AnalogWaveform(Of Double) Dim dataToFilter() As Double For Each WaveformGraph In WFGS …
busarider29
  • 185
  • 5
  • 18
0
votes
1 answer

how to use measurement studio to interface usb port

Can i use Measurement studio C# in visual studio to take a digital signal from a usb port (from a data aquisation system) and plot it and how can i do that??. I only tried to use it to plot a noise signal but i couldn't use it to take signal from a…
Liza
  • 1
  • 1
0
votes
1 answer

Plotting AnalogWaveform on the Waveformgraph with PlotWaveforms method using Measurement Studio 2013 in .Net

I am using Measurement Studio 2013 with VS 2012. I am fetching data from NI PXI 5122 which I want to plot on the graph. I can clearly see the records when printed in console or even on the gridview but I am unable to plot it on the WaveformGraph.…
0
votes
1 answer

Measuring hip length using kinect

For an app I have to take the measurements of a person. Is there any way to measure the size of his hip from the IR and image data I have ?
natcomp256
  • 706
  • 7
  • 13
0
votes
1 answer

ni measurement studio 2012 for VS 2012

Just want to be sure that measurement studio 2012 doesn't work for VS 2012 and don't waste my time to install it.
Alexan
  • 8,165
  • 14
  • 74
  • 101
-1
votes
1 answer

Is present National Instruments Measurement Studio compatible with Visual Studio 2017?

I'm using Visual Studio 2017 Pro. I am using VB.NET to create a GUI windows app to manage an NI USB-6343 DAQ.
Doug Null
  • 7,989
  • 15
  • 69
  • 148
-1
votes
1 answer

Change the Type Parameter in a For Loop?

So I'm close with this code but not home free yet. The "Of Integer" part needs to change to "Of Single" once the For Loop gets to a channel that is of a Single data type. Is there an easy way to do that without explicitly coding it "Of Single"? If…
busarider29
  • 185
  • 5
  • 18
-2
votes
1 answer

National Instruments Measurement Studio example of VB.NET for analog (v) input & output

Is there a Meas. Studio example for a VB.NET app for inputting and outputting analog values at an NI USB-6343 DAQ? Details: My 6343 has A31&A32 controlling voltage to a LED (THOR LABS LEDD1B), and then A1&A3 inputting voltage from a photo diode…
Doug Null
  • 7,989
  • 15
  • 69
  • 148
1
2