sendifc
Hi, I am trying to change N88Basic (on DOS) program to VC# 2012. I can not find SendIFC, Remote Enable and Delimitter in NI 4882 dotNet 4.5 library. Where are these command ?
View ArticleHow to bind plots on WPF graph
Hi,Is there a way to bind plots (plot collection) to a graph. I'm using a graph with multiple plots. I bind the datasource with an observablecollection for the data values => the default plots are...
View Articleexception when changing axis max in wpf graph
I have a wpf graph control that shows a series of plots that are associated to some Y Axis. Sometimes (not for every collection of plots) when I click on the top value of an y-axis scale (it allows me...
View ArticleUninstall NI-VISA 2.6.0 Runtime
I'm trying to install NI-VISA 5.3. It gave me the error below: Unsupported version of NI-VISA detectedA version of NI-VISA that is not supported on this operating system has been detected. You must...
View ArticleLearn Geometric matching Template
Hi everyone, I have a question on learn a Geometric matching template in vs2008, my case is I want to learn a "Geometric Matching" template, but I want to ignore some of the region in ROI.In NI Vision...
View Articlewpf square graph axes
I need to make ScatterGraph with perfectly square axes, which also should fill its container. It will display the unit circle (radius 1, positioned at 0), so non-square axes are very annoying. What I...
View ArticleHow do I create a pure C# connection to Ethernet based CompactDAQ (9191)
I would like to use the pure C# way to communicate with CompactDAQ devices that are on our local lan. So no NI MAX - only native C# using NationalInstruments.DAQmx napespace (+Common :-). I can't find...
View ArticleHow to use ai/sampleclock
Hi, can anyone explain how to use "ai/sampleclock"? I have an USB 6210 card and I want to read data from analog and digital in. A very basic setup looks like this: string dev = "dev1"; Task t1 = new...
View ArticleRemote Registry Service Enablement
Dear All I have AIM OPC Server in my Production Workgroup. I have written a C# Code using NI Measurement Studio which is running on a machine , which is available at Active Directory Windows Domain. We...
View ArticleLimit to # of DAQ's and DIO's in .NET?
Hi Fellow .NETTER's Is there a limit to the number of DAQ's and/or DIO's that you can use in the same .NET system? We are using 4 USB-6008's and 4 USB-6501's in our system. We have been struggling...
View ArticleCA0001 Error Running Code Analysis with NationalInstruments.Common
I am building a .NET application and reference two assemblies from the Measurement Studio installation: NationalInstruments.Common.dll and NationalInstruments.VisaNS.dll My code builds and runs...
View ArticleQuery .DBC File
Dear All, Whar are the ways to query .dbc file. Regards,K.K.Karuppusamy
View ArticleMeasurement Studio Help
Hey,I tried to access the MeasurementStudioHelp (2012) from the menu in visual studio 2010.It leads me here but the page isnt available anymore. Has it moved?...
View ArticleWhen is analogCallback called?
What controls when analogCallback is called after you run: analogInReader.BeginReadWaveform(-1, analogCallback, myTask);?I found a webpage on this site that discusses the buffer size that Nidaqmx...
View Articlesecurity vulnerability in ActiveX components
Hi, I recently received an e-mail about security vulnerabilities in ActiveX components of NI software. We maintain an application written in C# using the Measurement Studio plugin (8.1.1) for Visual...
View ArticleUSB-6009 AI Diff Reading Problem
Hello, I am currently using Measurement Studio 2012 to develop an application that communicates and takes readings from a USB-6009 piece of hardware. Right now I have coded a UI to show me...
View ArticleConverting owner measurement file to Tdms takes too much time
Hi everybody, For high speed acquisition, we created our own measurement file.Each file is divided in blocks.Each block contains the data of all recorded channels.Each channel contains a number of data...
View ArticleNI-VISA 5.3 Driver Wizard does not support USB 3.0 devices
Dear all, It seems NI-VISA 5.3 does not support USB 3.0 devices. When I try to use Driver Wizard to create a driver for a USB 3.0 device, I got the error "ERROR- 1073807178: Device descriptor error -...
View ArticleTraining course
I found one post regarding training and its over 5 years old. Are there any instructor led courses for measurement studio WPF (C#)?
View ArticleBinding Graph Datasource and Axes Label to a Collection
I currently have an ObservableCollection<T> containing several signal objects each with properties defining xy data, axis labels etc. This observable collection has been defined as a dependency...
View Article