Delete Custom Property
Hi all,I need to remove/delete a custom property from an already existing TDMS file but seems it's not allowed, i've not found any methods to do it.Someone here know how to fix this issue? Thanks a lot...
View ArticleWPF Graph - exception in NationalInstruments.Controls.Graphs.dll
Hello.I am using NI Graphs in my WPF application. The graphs are binded to ChartCollection<TimeSpan, double> object. See following graph: The graph has a lot of plots, so I had to increase...
View ArticleWPF Graph DataSource
I don't know how many plots I need to graph at runtime, so I make a WPF Graph DataSource binding to the a collection of a collection of points. The graph binding works fine when I have more than 2...
View ArticleTDMS file: Modify custom property DataType
Good evening,I'd like to change a property DataType on a TDMS file from PrecisionDateTime to String, is it feasible? Anybody know how to do it?I'd like to do that using c# TDMS MeasurementStudio...
View ArticleNI-MAX self-test won't run
I have a 64-bit Windows 10 PC with Measurement Studio 2015 and MS Visual Studio 2010 (both Professional edition), and NI device drivers from May 2017. This PC is in a classified lab and had some...
View ArticleSupport for Visual Studio 2017
When will National Instruments release versions of DAQmx and Mesurement Studio for Visual Studio 2017?I had to install Visual Studio 2013 on a new System to get the libraries, examples and help...
View ArticleProblem of waveform access in ToolBox
Hello everybody,I've a problem on Visual Studio C# 2015 which is appeared recently on my project and for which I don't find any solution.I want to place a waveformGraph on my Form but when I put it on...
View ArticleControlling Device using NationalInstrument.Visa.dll C#
Hi,I am writing an app in C#.net to control a device using the NationalInstrument.Visa.dlll and Ivi.VIsa.InteropIs there any document guide of how to use basic functions such as: find(), open()??? or...
View ArticleUndo zoom in ContinuousChart
Hey,I use a graph whose x-axis runs all the time and the adjuster is ContinuousChart. When I zoom it works fine, and continues to run the x-axis relativistically. But when I try to undo the zoom it...
View ArticleWiX Setup fails after upgrade to NIDAQ1760f2
Hi,after an upgrade from NI DAQ mx (to version 17.6f2) my WiX msi setup fails to install.I always get error code 2765 when I start the msi.The problem seems to be the MStudioCommon.2012_x64.msm merge...
View ArticleWhat is the equivalent of PlotY method in WPF?
Hello,I want to draw a spectrum analyzer data on a graph. My graph XAxes contains Frequency (MHz) and YAxes contains Amplitude (dBm).I have a data equivalent to graph resolution width approximately...
View ArticleExample how to route sample clock to an output terminal in C#?
Hello,Is there an example in C# avaible how to route a sample clock to a PFI terminal?I use PCIe6353 card and i want several tasks running with the same internal clock and i want to use the same clock...
View ArticleHow can I insert a plot for both x and y axis.
It is first time for me to develop with measurement studio. I have succeed in drawing simple sine data in waveform graph (on WinForm type) in c# language.But I would like to change the values (0 ~...
View ArticleHow to route sampleclock to a PFI
HelloIs there an example how in C# to route a sample clock out to a PFI port? The manual stated it is possible but not how. I uses two PCIe 6553 cards where i want to shift data in and out with the...
View ArticleInTheHand.Net.Personal.dll crashesh my LabVIEW 2017
Hello All , I am Using InTheHand.Net.Personal.dll to cenecct Bluetooth devices to my application but it gets crash every time. Please Suggest...
View Articledatabase communication problem for oracle server
Hello i am rookie for labview program.i am building communication program for oracle server.Firstly, there is no problem about connection with ORACLE server.but, this program has some problem at...
View ArticleVISA ResourceManager Find Method
Hello ,In my C# application to control an oscilloscope I am trying to find the list of devices connected so after I can connect using ResourceManager.Open(strDevice)I found a syntax error in the...
View ArticleC# Get data from NI CompactRIO
We have developed C#/WPF application that gets thermocouple data from various hardware, creates charts/reports and manages various project related tasks. In the past we have communicated NI Compact...
View ArticleHow to use ActiveX ComponentWorks 3D graph in NI WPF application?
Hello, I would like to display data in a 3D graph in my NI WPF application. It is my understanding that there is not a WPF 3D graph I can use out of the Visual Studio Toolbox that I can just drop into...
View ArticleGet any/all VISA-USB Addresses
I currently use:Try myInstr.IO = IoMgr.Open("USB0::0x05E6::0x2636::4351628::INSTR") Catch ex As Exception MsgBox("could not connect", vbOKOnly, "error opening connection") myerror = True End Try
View Article