Tagged Questions
The labwindows tag has no wiki summary.
2
votes
2answers
413 views
What could cause a Labwindows/CVI C program to hate the number 2573?
Using Windows
So I'm reading from a binary file a list of unsigned int data values. The file contains a number of datasets listed sequentially. Here's the function to read a single dataset from a ...
2
votes
1answer
562 views
NI CVI with Python
I'd like to integrate a Python IDLE-esque command prompt interface into an existing NI-CVI (LabWindows) application. I've tried to follow the Python.org discussions but seem to get lost in the ...
1
vote
0answers
16 views
Interfacing between LABWINDOWS and dSPACE(MRET)
I have to make an interface between dSPACE(MRET) and Labwindows CVI for my test automation. All my test scripts are already in Labwindows which i want to run in dSPACE. can any of you please tell how ...
1
vote
1answer
62 views
Does LabWindows/CVI have something similar to _setmode() for setting the file (or stream) translation mode to binary or text?
I am using gSoap to generate ANSI C source code, that I would like to build within the LabWindows/CVI environment, on a Windows 7, 64 bit OS. The gSoap file stdsoap2.c includes several instances of ...
1
vote
1answer
61 views
How to create a Distribtion Kit via the Command Line with CVI/Labview
I've got a NI CVI/Labview project that compiles by using the compile.exe command on the commandline. This generates the expected executables and runs fine on the development PC. However I'd also like ...
1
vote
1answer
67 views
How to detect Windows XP or Windows 2000 OS to run a CVI executable
I am using NI LabWindows CVI 8.1 to compile and build a executable program which I need to run on either Windows XP and Windows 2000 OS. I use Windows XP to compile and build the executable. The info ...
1
vote
2answers
314 views
Is it possible to customize the signal returned by a ni-daqmx simualed device?
ni-daqmx has a "simulated driver" feature. In the case of an AI, the returned signal is a noisy sine. Is it possible somehow to change this behavior in order to have anytype of signal?
if not, is ...
1
vote
1answer
439 views
Does anyone have experience with National Instruments CVI and source control?
I'm using NI's Labwindows CVI and i'm trying to integrate source control, supposably it plays well with anything that fits the MS API, (MSSCC/SCC) but I haven't found this to be the case in practice. ...
0
votes
1answer
21 views
NI LabWindows CVI from quantitative developer's perspective
Would the built-in libraries of LabWindows CVI meet the needs of a quantitative developer?
0
votes
1answer
81 views
How do you read text from a website in LabWindows CVI?
I'm trying to read a simple text string from a website into my LabWindows CVI program. I've looked everywhere but can't find an example of using a simple HTTP GET request.
Does anyone know if this ...
0
votes
0answers
128 views
Read text from a website in C [closed]
I'm trying to read a simple text string from a website into my C program. I'm using LabWindows CVI, which is basically just C.
Here's the text:
http://www.swpc.noaa.gov/ftpdir/latest/wwv.txt
I have ...
0
votes
1answer
303 views
Sending ATD command to a Fastrack Supreme via RS232 in LabWindows/CVI
I work on project based on a FASTRACK SUPREME which has to receive commands via a serial RS232. The
problem is:
When I use HyperTerm the command ATDxxxxxxxxx; works fine.
When I use the CVI RS232 ...
0
votes
1answer
94 views
Is It possible to add dll refrence of c# file into Labwindow
Is It possible to add dll refrence of c# file into Labwindow.
Hi I want to use dotnet program written in c# in Labwindow/cvi in c language is it possible or not??
0
votes
1answer
218 views
Embed Python in NI CVI(LabWindows)
I need to access LabWindows API and/or fucntions written in labwindows from Python.
My approach so far
I have been able to do so in Visual studio using SWIG to some extent, but my dll creation fails ...