Generating object code to remove the run time engine dependency
Hi, I have 2 questions: 1. I want to know whether there is a method to somehow generate an object code from CVI rather than a byte code? Let us consider a simple code having the addition of 2 numbers...
View ArticleUnknown Error - NON-FATAL RUNTIME Error
Hello Friends, I am getting a non fatal runtime error shown below in the image. Can anyone tell what am I doing wrong. I am also going to explainthe situation below the image.In the main function I am...
View ArticleHow to make Screenshots of Panel as .PDF
Dear Guys, Can anyone give me an idea about how to generate a screenshot of a panel and save it in a .PDF format. I found that there are some options to save them in .jpg, .png etc.Hope someone might...
View ArticleSaving an XML at a different location
Dear Friends, If I load an XML in Labwindows from a specific position, can I change its path to to different position when saving it? RegardsRaunak
View ArticleHow to create an intensity plot when X/Y values are not integers?
The data I want to plot comes from three analog input voltage channels. The first two voltages indicate the X and Y location of the third value which is the Z (intensity) voltage data. All data are...
View ArticleQuestion with Function GetCompName();
I am having some trouble when try to use the 2013 CVI function. in the main routine I include the hearder file of GetCompName();#include "toolbox.h"defined the variable with char...
View ArticleINI file with section name without data
I have created an ini file using LabWindows CVI 2013 and want to create a section name that has no data similar to this: [INTERFACE]Interface Type = Serial [GPIB] [SERIAL] Any ideas on how to create...
View Articlebug with data tooltip
Hello NI, I have found a little bug with the data tooltips (CVI2015), and I even can give a recipe to reproduce this behavior If running a program in debug mode, with the environment setting 'Hide...
View ArticleON-OFF Toggle button Event left click
Hello Friends, A small problem is troubling me a lot. I am using a Toggle OFF-ON button. I want to program it like if I perform EVENT_LEFT_CLICK, I should get in my variable attribute =1 using command...
View ArticleCVI SQL Toolkit2.2 problem
hello , About CVI SQL Toolkit2.2,why did I get the following error in my program after open it after a while?
View ArticleGenerating The Executable
Dear Labwindows Users, I have a working project in which I have used several Instrumental libraries. How can I generate the executable for my GUI which will embedded all the used libraries so that I...
View ArticlePlease update winnt.h
Hello NI, the second part of my earlier post here failed to get noticed so I dedicate an extra message for it When compiling (in CVI2015f1) with #include <windows.h> and extended warning level I...
View ArticleHow to use frequency counter
It's my first time start to use frequency counter based on USB-6212 under labwindows, could any one point me to the example I could refer to? the frequency we try to measure is 512hz, 1hz, I assume it...
View ArticleLow Level Support driver not found
I am having trouble using the StartPcSound() function in LabWindows CVI 2013. I noticed that I need the LowLevelSupport Driver installed to run this function, but when I...
View ArticleGernating a Wave Drive Signal
Hello, in my work I have to generate a analog "Wave Drive" signal (seem in the following). I have a lot of problems with the time axis an know I would like to know if somebody already has a code for...
View ArticleLess than symbol problems
Hello everybody, ich have written a code, nothing special. if(Phi < 0.25) { A = 1; } Now I have a problem. When I get a value Phi = 0.25, Lab Windows jumps into the bracket and...
View ArticleFTP transfer slows down when application is running
I am developing a test application for a radar project using LabWindows 2015, and I'm having an FTP problem. Our radar system has a gigabit Ethernet interface. My test set software runs a test that...
View ArticleDAQmx DAQmxRegisterEveryNSamplesEvent when is called.
HI, I am confued about when is the event DAQmxRegisterEveryNSamplesEvent called :Here is howa create my task, with many channels: DAQmxCreateTask("",&device.taskHandle);...
View ArticleUsing git as Source Code Control
I found this KB article describing how to use Source Code Control in CVI.The article says that Perforce, Subversion and Microsoft Team Foundation Server 2010 have been tested with CVI. Has someone...
View ArticleCVI2013 / NI-XNET - How to measure the time between calling a function to...
Hello, I have a wierd question, I admit Well, I'm calling somwhere in my code a function to write a signal CAN (nxt_Write_SignalSinglePoint). I'm using CVI2013 + Automotive diagnostic command set. I...
View Article