Tagged Questions

2
votes
2answers
35 views

Synced Sliders in LabView

In LabView 2009, is there a way to have one control (slider) affect the output and display of another control (slider)? For example, there are two sliders that adjust two separat …
1
vote
5answers
251 views

How can I display a value in a textbox indicator and a slider in LabView?

Is there a way to link two indicators on a LabView front panel, so that they always have the same value? Right now I'm setting both to the same value every time, but it'd be much e …
5
votes
13answers
929 views

What specific features of LabView are frustrating to you?

Please bear with me: this isn't a language debate or a flame. It's a real request for opinions. Occasionally, I have to help educate a traditional text coder in how to think in L …
0
votes
3answers
51 views

Question about using windbg for a dll called from Labview

I am attempting to debug a dll that is called by a Labview application. I have the right symbol files (downloaded from microsoft) for things like ntdll.dll and others. I of course …
1
vote
1answer
200 views

What causes the ProcessorArchitecture to lock to x86 or MSIL?

I have a .Net 2.0 application that uses COM to call a LabVIEW application (built as an .exe). The LabVIEW application calls various .Net assemblies we've written. Normally this al …
14
votes
25answers
1k views

Textual versus Graphical Programming Languages

I am part of a high school robotics team, and there is some debate about which language to use to program our robot. We are choosing between C (or maybe C++) and LabVIEW. There a …
0
votes
2answers
58 views

What is error code 0x800A01A8 coming out of Excel ActiveX call?

I am using LabVIEW to talk to Excel via its ActiveX interface. For some reason after some time successfully writing to a spreadsheet I got this error when attempting to call the a …
1
vote
2answers
102 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 sig …
0
votes
1answer
58 views

.NET objects in Labview

i want to consume a .NET web service which returns an object of some class in labview. How do i convert the returning object into a labview object. Currently it just returns a srti …
0
votes
4answers
190 views

LabVIEW blocking Qt signals?

I have a LabVIEW 8.6 program that is using a DLL written in Qt; the DLL listens to a TCP port for incoming messages and updates some internal data. My LabVIEW program calls into t …
6
votes
9answers
433 views

Why people don’t use LabView for purposes other than data acquisition and virtualization?

This is marked as a subjective question, I hope I won't get too many down votes though. LV seems to offer a nice graphic alternative to traditional text based programming. As I un …
1
vote
1answer
93 views

Open DOS window and spew debug messages from DLL

I am currently calling a DLL from labview, but I need to be able to debug it realtime (because of it's accessing time sensitive hardware). I would like to just printf() my error as …
2
votes
10answers
543 views

Reference material for LabVIEW

I'm supposed to learn how to use LabVIEW for my new job, and I'm wondering if anybody can recommend some good books or reference/tutorial web sites. I'm a senior developer with lo …
3
votes
1answer
109 views

Asynchronous DLL access in LabVIEW?

I have a LabVIEW application that current sends data to a C++ application via a DLL. I now need to send data back to the LabVIEW app from the C++ one. Can I trigger code in LabVI …
0
votes
2answers
139 views

LabVIEW, SVN, and Branching — any method to the madness? (Method to branch/merge binary files?)

I'm using LabVIEW (8.6) for a project with SVN for my revision control and I've come to a point where I need to branch it. I already know I'll need to make changes in the branch t …

1 2 3 next
15 30 50 per page