DSO 6032A KEYSIGHT SCOPE OLDER DRIVER
hey evreyoe.with my automatic STE we use in test stand 2.0 and windows 2000 (very old).til now we use the agilent model 54622a scope. now we replaced to model DSO 6032A scope.some error came from the...
View ArticleTimers In Multitreading
Hi,Am working ona application which receives data from four COM ports simentaniously,i have implemnted four threads to receive each of the channel.i have a timing requirement for each channel, means i...
View ArticleMakePathName error, though header file included
I use the makepathname() function found in utility.h, which I did include at the top at my code, and have shown in my list of .h files. Also, Options>>Build Options...>>Require function...
View Articleerror: Multiply defined symbol
Hi I just tried to migrate an application comipled and linked for the last ime in CVI 6. I have created a new prject and workspace and added all the files including the lib-files. Under CVI 6.0...
View Articleinput file not a valid archive
HiOriginally the application was written in CVI 6.0. I have now created a completly new project and workspace and added all the files.The compilation works fine. But the error message I get when...
View ArticleOperands of != have incompatible type
Hi, I have the following problem when compiling my fonction: "int f_ReceiveCom(int portCom, char EndTerm, int CountTerm, char *buffer,double timOUT){ int Index=0, Compt=0; char Oxbuffer[1024];...
View ArticleMake a flat button
Dear,I would like to move out the relief of a bouton in labwindows.I would like to see a "flat button", like the button in Figure 1, compared to the one in the Fgure 2 (image File attached).I would...
View ArticleRecursively Retrieving All the Files/Directories in a Directory
Hello,I want to retrieve all files in a directory, and ran into this sample code: www.ni.com/example/27157/en/ This is the function that does the retrieve action: GetFilesAndDirectories(). Its...
View Article[FATAL] [HandleExecuteFnEvent] [..\jeff\stdlib\thrdpl.c:1425]
Hello, Labwindows cvi 2012 on Windows 7. I have an error in application events log, error is in CVI and Event log says : [FATAL] [HandleExecuteFnEvent] [..\jeff\stdlib\thrdpl.c:1425] Assertion failed:...
View ArticleCVI EXE not responding.
HI,I have a Test Program creted in LabWindows/CVI .i have many UIR as part of the code.if i run directly from the Labwindows IDE, it work great without any issues.However if i create a single package...
View ArticleConvert char[] array to IP address
How can I convert a char[] array (acquired from user-input textbox) to IP address? There seems to be no previous discussion on it.
View ArticleMemory leak from DAQmxReadAnalogF64 ??
Hello all, I've been chasing a memory leak all week, and it appear that the call to DAQmxReadAnalogF64 is the issue. We're using a PCI-MIO-16XE card, Win7, CVI & Vision 2009.The code works fine all...
View Articlereturn value of strtod() if string equals to zero
as per article:zone.ni.com/reference/en-XX/help/370051V-01/cvi/libref/cvistrtod/ If no conversion is possible, the function returns zero. what if my string equals to zero (i.e., 0.0000)? how can I...
View Articleattribute browser disabled and greyed
We have a 18 PC laboratory with NI software and in some of the PCs (not all of them) the attribute browser is hidden and disabled. All of the PCs have the same version installed (LabWindows/CVI 2013...
View Articlecustom control menu empty
We have a 18 PC laboratory with NI software and in some of the PCs (not all of them) the custom control menu is empty. We installed all the PCs from the same sources, so we do not have any hint to...
View ArticleDAQmx Task menu
We have a 18 PC laboratory with NI software and in some of the PCs (not all of them) the DAQmx task menu displays the current tasks in NI-MAX but does not show the "New Task..." option. All of the PCs...
View ArticleFunction tooltip does not work with function pointers
I think the whole tooltip system is a bit broken. I defined several function pointers inside a struct. struct MyModule { int (*foo)(int value); int (*bar)(int value); }; However, if I call one of them...
View ArticleHow to manage high score file
Hello,I have made i little game in CVI, in the end of the game user get a score base on the levels he passed and the level of difficulty.As this is a school assignment i have to have a score board....
View ArticleHow to delete table columns on 1-0 mask?
I have a 96-column table with strings. I also have 96-elemets int array (mask) with 1 and 0's.What i want to do is to is to delete (or hide - but i've read that it's not possible) all the columns with...
View ArticleUnable to save user interface resource file...
Hi all I have to migrate a project from CVI 6 to CVI 2013. After some work linking DLL/LIBs now everything compiles and links fine and the exe is running like expected. But there are some user resource...
View Article