Unable to build C# application with NI NetworkVariables in VS2015/Windows 10
I am not able to build an application in VS2015 which refers to NI NetworkVariables. An issue similar to this unresolved...
View ArticlePulse train pause trigger with sample mode is finite
I am pulsing a stepper motor driver with a pulse train from a USB-6351. I use C#. My first process homes with sample mode ContinuousSamples until I reach the limit switchs and trigger a pause. This...
View ArticleHistory capacity for multiple plots
Hello, I have some code modeled after the NI demo: Plotting:2010. This is where you plot multiple traces using a graph control with only one native plot in the plots collection. I want to have a...
View Articlewhere can I find NationalInstruments.Common.Native.dll
Hello! I'm trying to deploy a project that uses NiDaqMx and in order to do that I need NationalInstruments.Common.Native.dll, but when I install NiDaqMx from...
View ArticleCheapest way to apply X-axis values in WPF
Hello,In my latest project I'm working with double[] arrays where I apply all kinds of filters to an entire array at once using a 3rd party library. When it's time to plot the data, I don't have the...
View Article3D Graph image shows "Evaluate Copy" in customer's copy of the application
I used the 3D Graph activeX component in my .Net application (C# , Measurement Studio 2012). It works fine and I can save the 3D plot to images. When my customer use this application after installation...
View ArticleExecute c# DAQmx software on computer without national instrument setup
Hi, I have started to develop a custom application to drive a NIcDAQ-9171 board. Basically I started from NI examples like the TdmsContAcqVoltageSamples_IntClk one. Everything is OK on my developement...
View ArticleAISupportedMeasurementTypes reporting too many choices
I'm running into an issue where the AISupportedMeasurementTypes function (of NationalInstruments.DaqMX.Device) is returning way more options than seem reasonable. For example, when I request this from...
View ArticleAISupportedMeasurementTypes reporting too many choices
I'm running into an issue where the AISupportedMeasurementTypes function (of NationalInstruments.DaqMX.Device) is returning way more options than seem reasonable. For example, when I request this from...
View Articleunable to find module dependency with signature
Dear community members,I needed to do some upgrade work on an older project and wanna to rebuild the installer project. There I'm getting a warning for missing merge module dependencies. Generally...
View ArticleDAQmx examples not installing ...
When installing DAQmx on 64 bit Windows 10, I'm not getting the examples files for any of the versions of C# .NET. All the requisite folders install, but only include icon image files and a .manifest...
View ArticleInstalling daqmx 15, .net framework options disabled
I am installing daqmx 15.0 on a win7 box and am unable to install the daqmx .net assemblies as the options are visible but disabled. Checked the same installer against another box, no problems. I...
View ArticleAnnotationChange bTracking parameter
We are making a migration from vb6.0 to C# and we have a event method in CWGraph (National Instruments CW UI 8.0) called AnnotationChange, we have not found the documentation of this method and we have...
View ArticleUSB-4065 doesn't recognize by c# application
Hi,I'am new user. I'm devoloping an application with two instruments: usb-6509 and usb-4065. 1) I have no problem with usb-6509. Perfect. 2) I have problems with usb-4065. Installation, driver and dll...
View ArticleProgramatically change Graph Adjuster value on already displayed data C#
Hi,I have a set of buttons to change Graphs Adjuster value. It works fine but ONLY for the data that follows later... not the currently displayed data. Is there a way to apply it to the existing...
View ArticleNIDCPower: Specified property cannot be set while the task is running. What's...
I'm trying to get measurements on a PXIe4139, and I can't set the AperatureTime property. Here's the exception I get:Ivi.Driver.IviCDriverException was unhandled ErrorCode=0 HResult=-2146233088...
View Articlecan we add gridline in waveformgraph by setting it's property?
It's a problem that I can't set waveformgraph gridline.I have searched NI measurement examples,but I am unable to make out how to setting .I wish to get the answer from here.Thank you for your kindness.
View Articleusb-6509 task problem
Hi,I have problem with task. This is my code:I initialize the task.try { for (byte i = minRange; i < maxRange; i++) { if (pinInit[i]) { digitalOutputWriteTask[i].Dispose(); } using...
View ArticleInstallerBuilder can't find runtime installers
When trying to build an installer for my program, the builder allows including dependent runtime installers. It does display a list of three runtime installers (analysis, common, UI), but it can't find...
View ArticleThere is something wrong with the waveform display.
when I run the program, the waveFormGraph appear this kind of circumstance suddenly!I want to ask what problem cause this error!THX
View Article