disallowing panel resize below minimum?
Is there a way to forbid active resizing of a panel below minimums? I've read this post and looked up example projects, but they mostly deal with the EVENT_PANEL_SIZE event (after the resize is done)....
View ArticleNIDAQmx version numbers
Hello all again,I have a bunch of brand new NI devices which come with a NIDAQmx DVD version 9.9 dated 10 months ago. But if I do a search on NIDAQmx to get the latest, I find a version 14.1. I find it...
View ArticleLooking for 9184/9263/9215 examples
Well, looks like I'm swamping the forum tonight.I've never used NiDAQmx before, so I'm looking for sample codes in CVI for a cDAQ-9184 with an AO 9263 module and an AI 9215 module. I imagine there are...
View ArticleCannot find 32-bit program file for library
Hello, It is a long time since I worked with CVI, but today I opened a old project in CVI 2013 SP2. On project load I got two library load errors: "Cannot find 32-bit program file for library 'Menu...
View ArticleIntensity plot out of memory issue
Hi, I have an Out of memory issue with the PlotScaledIntensity function and I couldn't fint reason. I'm using CVI 2013. I have extracted the problem from the complete and large project in order to make...
View ArticleCan NIDAQmx do multiple things in sequence ?
Hello all,I'm learning NIDAQmx and I wonder if it's possible to program in a single task a complex set of events such as [Generate Analog Out signal from array during T1], [Wait T2], [Receive Analog In...
View ArticleWaveform Comparison
Hello I have acquired a particular waveform and stored as a TDMS file on my computer. I would like to compare this acquired waveform value by value with another wavefrom to be acquired. My aim is to...
View Articlevision
We have a 16-bit image and trying to process that image using Vision module LabVIEW 2010. Is 16-bit image possible to process in Vision toolkit ?We are buying Biomedical Toolkit for LabVIEW 2014, We...
View Articleerror: conflicting types for 'myFunctionOne'
Hello, The LabWindows/CVI 2013 help page for C Language Extensions appears to show function overloading being supported in the C99 extensions: "Function Overloading in C | Yes" The table in the...
View Articlereservation program
Hi to all; From 2 days, i started to develop a program for my office of real estate, this program for reservation of villas. İ want to make an application theat show the disponibility of every villa....
View ArticlePlease help me to solve screen shot errors...
HI All, Please find the attached screen shot. Please assist me to solve screenshot errors. I am really struggling to solve errors. Thanks for your help in advance. RegardsDurai S
View ArticlePlease help me to solve screen shot errors...
HI All, Please find the attached screen shot. Please assist me to solve screenshot errors. I am really struggling to solve errors. Thanks for your help in advance. RegardsDurai S
View ArticleNIDAQmx non-blocking read ?
Hello all,I'm tring to do fairly simple things with NIDAQmx, but that thing's a beast and not all the functions are in the FP. I managed to do a non-blocking signal generation like this, where a...
View ArticleUpgrade of CVI / Win: now receiving VISA error: insufficient location...
Dear all, I'm facing the following issue: We have replaced our old lab computer by a new model and used the opportunity to also move to a more current operating system (from Win XP to Win 7 64 bit) and...
View ArticleReading a tdms file in C++: TDMS C DLL
Hello, I am trying to read a TDMS file in a Visual Studio C++ 2012 program. I downloaded the DLL from http://ni.intellisurvey.com/run/2007codelicenseagree and attempted to run the example program:...
View ArticleCreate directory in CVI
Hi,I want to create directory in CVI. did not know that C does not have a native function for it. I tried this code (with some built-in error checks) but it seems to have some errors: int Folder_Make...
View ArticleCascaded counters to produce critical timing on a PCI 6601 with nidaqmx...
I have an instrument that uses NI PCI 6733 and PCI 6601 cards that controls a camera, an electronic shutter, current control FET and power supplies. Control and timing was performed by traditional...
View Articleerror 6210 using TDMS C DLL
Hi,I am trying to read a TDMS file using TDMS C DLL in visual studio 2012. I am getting the following error message. Error 6210 : The file passed to library is read only and cannot be modified, when I...
View Articleunable to load dll
I created a CVI dll to be called by C#.net and VB.net.Runs ok on my laptop, when called by LabVIEW, and LabVIEW -> C#.net wrap. Getting the following error on customer's pc: looks like some dll is...
View ArticleHow to use .dll created in LabVIew with string array output using...
I have a .dll made in LabVIEW that I want to use in CVI. I have been able to use the rest of the functions without problem, but there is one that returns an array of ints and an array of strings. I...
View Article