Measurement Studio for C# language
Recentely, I am trying to edit C# language to control the National Instruments Cards in computer, did any one has data about it? Any help will be appreciated.
View ArticleNI Application Crashing and Measurement Studio Installer Builder Question
Hello, We've built an application using Measurement Studio, NI DAQ USB-6281 and, c# with Visual Studio 2010. the development box has Windows 7 and Our target system is Windows 7 embedded. We're...
View ArticlePlotting Multiple Datatypes
Hi, I have made a graph and I want to plot multiple different types of data. Right now, i have a custom point class, let's call it CustomClass and I am converting everything to the CustomClass before...
View ArticleWPF Graph - exception in NationalInstruments.Common.dll
Hello.I am using NI Graphs in my WPF application. The graphs are binded to ChartCollection<DateTime, double>. The application is appending every 1s the new point to the chart collection. The...
View ArticleIs this supported?
Hello, We've built an application using Measurement Studio, NI DAQ USB-6281 and, c# with Visual Studio 2010 under Windows 7 Pro. Our target box is WES7. Is this supported? Thanks,Jeff
View Articlefunction to read PXI-6515 DIO data
Hey, Could anyone tell me what function could read the DI data in the PXI-6515 Card? For I could like to read / write High / Low Voltage SIgnal on the Card, just like "devicename.readChannel(vhannel...
View ArticleIs UWP or dotnetcore dlls supported?
Hi,Is it possible to import UWP or dotnetcore dll into LabVIEW projects? I am currently using LabVIEW 2015.
View ArticleReading TDMS scaling values
Hello, I'm using Measurement Studio .Net in C# to save data from a NI USB-6210 to a TDMS format file. I am scaling the data with a LinearScale:LinearScale scaleTest = new LinearScale("Test", 11,...
View Article[C#] Getting the maximum number of physical channels of a device
Hello all, Is there a way to get the maximum number of physical channels (analog in/out, digital in/out) of a connected device? I have a couple of USB DAQs, one has 4 differential Analog Outputs, the...
View Articleunable to find module dependency with signature - NIMesaDLL
This issue seems unlike other "unable to find module depency" topics in the forum.I'm using Visual Studio 2010, Measurement Studio 2010 SP1. I'm trying to deploy a project built with the setup...
View ArticleNI 4070 function card measures current above 10A
Hey, Recently I try to measure a current which is about 10A, but I feel worry because my NI driver NI 4070 could only measures the current which is below 1A, as the spec said. Is there any solution to...
View ArticleAn observable collection cannot be modified during a change event
When I am plotting some points on a graph, I use a few of the graph's events to modify the input, so after the data has been processed and the renderer has been run, I want to re-assign the the graph...
View ArticleHow to get RenderGraphCore to be called
Hi, I am having trouble refreshing the data in my graph. It looks like whenevergraph.Plots[i].Renderer = someRenderer;or whengraph.Data[i] = someListOfData;orgraph.Refresh();is called, the method...
View Article[C#] Pulse Counting, maximum rate and settings
Hello, I'm counting pulses in a C# program. The pulse rate varies between some kHz and up to 50 MHz. What is the upper limit for the count rate and can I influence it with settings? Thanks,Ben
View ArticleC# IIviDCPwr . How to track compliance message (QueryInCompliance)?
Good day.Would you please help me with tracking compliance message (overvoltage error) with my PXI-4112?"Outputs["0"].QueryState(OutputState.OverVoltage)" doesn't work. It works only with OVPEnabled on...
View ArticleGet Axis Interval in Auto Mode
Hello, I am making a graph where the axes' MajorDivisions.Mode is Auto. How do I get the number of tick marks that have been produced on the axes when the graph is filled with data and loaded?...
View ArticleWPF Graph - format of AxisDateTime
Hello.I am using NI Graphs in my WPF application. The graphs are binded to ChartCollection <TimeSpan, double>. Here is my graph XAML code and the picture: <ni:Graph x:Name="graph_temperatures"...
View ArticleProblem with DaqMx
Hello, This is clearly not my field of specialty and I am not even sure I am posting in the right section. I am a physicist using NI cards to generate ouput for an experiment my team is working on. I...
View ArticleRedistributing NI-DAQmx with a Visual Studio C# project
I am not sure where this post should be since I am rather confused about the NI software products. I don't use Labview and I don't use Measurement Studio. I am using NI-DAQmx with a custom software...
View ArticleAdding .NET NI-DMM and NI-SWITCH libraries to the same VS project causing...
I need both NI-DMM and NI-SWITCH .NET libraries (NationalInstruments.ModularInstruments.NISwitch.Fx40 and NationalInstruments.ModularInstruments.NIDmm.Fx40) for my project in VS 21015. There is no...
View Article