Tagged Questions

LabVIEW is an environment created by National Instruments to complement their instrument offering. The programming language is called G, but often referred to as just LabVIEW. The programing language is a data-flow, graphical, type-safe, garbage-collected language with hooks to call into native C, .NET, COM, etc.

learn more… | top users | synonyms

21
votes
25answers
2k 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 are pros for each ...
12
votes
17answers
4k 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 LabVIEW (LV). Often ...
11
votes
13answers
4k 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 understand, it's not a ...
7
votes
4answers
2k views

LabVIEW “driver” - getting started

I have written a standalone app that controls a device through RS-232 port and some customers want to be able to use the device with LabVIEW. I have seen some threads describing where to start when ...
6
votes
4answers
893 views

Data Acquisition Toolbox for Matlab?

Has anyone here used the Matlab Data Acquisition Toolbox before? I've been spending a ton of time reading up on National Instruments products and their capabilities when used with Labview. ...
6
votes
8answers
909 views

How to add a simple API to my C++ application for access by LabView?

I have a data acquisition program written in C++ (Visual Studio 6.0). Some clients would like to control the software from their own custom software or LabView. I would like to come up with a simple ...
5
votes
6answers
3k views

Why use LabVIEW?

I am learning to use LabVIEW as part of my honours project, and was wondering what benefits the graphical programming language has over a textual one?
5
votes
10answers
1k 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 lots of Java/C#/C++ ...
4
votes
2answers
536 views

MSSCCI compliant Mercurial client

Hi I am looking into a Microsoft Source Code Control Interface (MSSCCI) compliant Mercurial Client for integrating Mercurial into my IDE (LabVIEW). I thought HgSCC was getting close since it claims it ...
4
votes
9answers
1k views

LabVIEW + National Instruments hardware or ???

I'm in the processes of buying a new data acquisition system for my company to use for various projects. At first, it's primary purpose will be to monitor up to 20 thermocouples and control the ...
4
votes
3answers
834 views

Easily create a list of VIs used by a LabVIEW application

I have a LabVIEW application that I inherited that has a bunch of sub-VIs. In the course of cleaning it up I've discovered some of the included VIs are not used. I know I can use the VI Hierarchy to ...
3
votes
1answer
104 views

OLE automation problems with C++ - “Class not registered”

I'm trying to port a LabView program to C++, and the OLE calls it contains are giving me some trouble. The LabView program starts out by doing an "Automation open", i.e. getting a reference to the ...
3
votes
4answers
127 views

Performing CUDA in LabVIEW

I want to perform CUDA operation in LabVIEW to transfer multiple files in GPU in parallel and then perform arithmetic operations on GPU and then save the data in new file. I learnt that in order to ...
3
votes
5answers
290 views

Is there a virtual/dummy IMAQ camera for LabVIEW?

I'm writing LabVIEW software that grabs images from an IMAQ compatible GigE camera. The problem: This is a collaborative project, so I only have intermittent access to the actual camera.I'd like to ...
3
votes
2answers
349 views

LabVIEW: Have multiple indicators (different styles) for a single variable

A variable gets changed throughout the VI several times. I would like to display it in on two different tabs in the front panel, in different styles (thermometer, numeric indicator). This answer ...
3
votes
3answers
231 views

TortoiseSVN: copy contents of one branch over another

I'm using TortoiseSVN without an external Subversion server to manage LabView source (i.e. a large collection of ever-changing binary files). I'd like to have a "beta" branch of the repository that ...
3
votes
5answers
365 views

Can a LabVIEW VI tell whether one of its output terminals is wired?

In LabVIEW, is it possible to tell from within a VI whether an output terminal is wired in the calling VI? Obviously, this would depend on the calling VI, but perhaps there is some way to find the ...
3
votes
2answers
322 views

Labview String output

How do I send a string output from a DAQ Board (NI- USB 6259) using labview? I want to send commands such as " CELL 0" or "READ" to a potentiostat device using labview. Thanks
3
votes
4answers
927 views

What is C's analogy to LabVIEW's Event Structure?

One programming construct I use quite a bit in LabVIEW is the Event Structure. This gives me the benefit of not having to needlessly waste CPU cycles via polling but only perform actions when an ...
3
votes
1answer
1k views

How to make a LabVIEW front panel element invisible non-programmatically?

When designing the front panel of a LabVIEW application, there's no way to render controls invisible except programmatically: connecting a False constant to a "Visible" property node somewhere on the ...
3
votes
1answer
370 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 separate parameters. I ...
3
votes
1answer
741 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 LabVIEW from a DLL call ...
3
votes
2answers
276 views

Are labview CINs old fashioned?

I am writing an application using labview and need to use external code. I have read that using CINs are old fashioned and 'wrong' to use. Is this correct? Should I use shared dlls instead? What are ...
2
votes
2answers
75 views

Graph data structures in LabVIEW

What's the best way to represent graph data structures in LabVIEW? I'm doing some basic algorithm review over the holiday, and I'd prefer to not implement all of the storage and traversals myself, if ...
2
votes
1answer
81 views

Convert Unix Style Path to Windows (or OS-specific) path in LABVIEW

I am using labview 8.5.1 I have the path to a file stored as a unix-style string in a text file. (e.g. the file contains the string /refs/heads/master ) I would like to convert this to a path in ...
2
votes
1answer
87 views

Matlab array of audioplayers

I am creating a matlab script inside labview. Inside that script I try to create an array of audioplayer objects. However, I got an error, and I can't find a way around it. This is the script: ...
2
votes
3answers
305 views

Sockets in LabVIEW

I am communicating across USB, using a proprietary protocol, with some custom hardware I've built. I have a GUI that handles all the communications/interaction with that hardware and a (C#) DLL which ...
2
votes
1answer
473 views

Read/Write LabView TDMS files in python under linux

Does anyone know of a way to read and write the National Instruments binary file type (TDMS) in python under linux? I know that NI has a C DLL available, but I don't know how to access that through ...
2
votes
2answers
265 views

Anyone knows of any good LabVIEW Advanced Architectures Book?

First, NI already has a course on this, but even though they have it in the self-paced section of their website, the course is instructor/classroom based and because of it, its rather expensive $1495. ...
2
votes
1answer
239 views

How can I invoke a .Net DLL from a LabView 6.1 VI?

I work in a manufacturing company that uses LabView for testing the devices we make. Most of the test engineers are using 7.1 which can natively reference a .Net assembly. However, there is a group ...
2
votes
3answers
656 views

Share a variable between C and Labview?

What is the best way to permit C code to regularly access the instantaneous value of an integer generated from a separate Labview program? I have time-critical C code that controls a scientific ...
2
votes
2answers
339 views

How to use VIs from NI's library in C#

I'm converting my labVIEW project into C#. In my labview project i've used NI's VI . For example niModInstGet Installed Device Attribute(String).vi. For this in C# i'm using Measurement Studio and i ...
2
votes
1answer
333 views

How to read cluster data from a labview generated file using .net

I am trying to read in data stored in a custom binary file generated using LabVIEW. The data file is created by writing an array of clusters. I want to read in the cluster information from this data ...
2
votes
4answers
761 views

PHP and Labview - grabing a value from labview and displaying the value on a webpage - two different computers on the same network

I am by no means considered a programmer. The only programming language I some what know is HTML - so be gentle :) My boss came up to me the other day and asked me if i wanted to learn PHP, so i ...
2
votes
2answers
3k views

LabVIEW: converting numeric array to string array

Using LabVIEW 2009, I have a VI that outputs an array of U64 integers. I'd like the user to be able to perform discrete selection from among the elements of this array. I'm thinking of accomplishing ...
2
votes
4answers
379 views

LVDiff not working in Git

I'm trying to get lvdiff from meta-diff suite to work with Git. My .gitconfig looks like this: [gui] recentrepo = C:/Users/Tanner/Desktop/FIRST 2010 Beta/Java/LoganRover [user] name = Tanner ...
2
votes
2answers
869 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 assert messages but I ...
2
votes
2answers
176 views

In LabVIEW, get callees without loading a VI

Here's an obscure Friday Morning question: Is it possible in LabVIEW to get the callees of a VI without loading the entire VI into memory? For instance, by reading static information from the ...
2
votes
1answer
767 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 all works fine. I have ...
2
votes
3answers
830 views

Are clusters discouraged in LabVIEW?

I found this comment in the LabVIEW instrument driver guidelines (section 6.2): If you need more terminals than the recommended patterns, reconsider the grouping of the controls and indicators on ...
2
votes
2answers
864 views

Do I have to build my LabVIEW instrument driver under Program Files?

I'm trying to build a LabVIEW plug and play instrument driver project for a device we sell. I followed the instructions to create a project, and it created the project in with the LabVIEW program: ...
2
votes
2answers
3k views

How does one pass a string back to labview using a call Library function node

I want to use LabVIEW's Call Library Function Node to access a DLL function, and have this function return a string to displayed on my VI. How would I go about doing this? I am quite happy returning ...
2
votes
2answers
477 views

LabVIEW Objects

I have a base class object array into which I have typecasted many different child class objects and am passing it to a sub vi. Is there any way by which I can find out the original type of the object ...
2
votes
1answer
561 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
1answer
46 views

How do I manage TCP Client read/write overlap issues?

I have a TCP client communicating with a LabVIEW GUI. My program calls connect() at the start and disconnect() at the end. It will call passCommand(x) to read or write data to the LabVIEW GUI. ...
1
vote
0answers
25 views

LabVIEW Real-Time Timed Loop resolution

we are using LabVIEW Real-Time with the PXI-8110 Controller. I am facing the following problem: I have a loop with 500µs period time (time-loop) and no other task. I write the time each loop iteration ...
1
vote
2answers
59 views

Transmitting data using LabVIEW to a cRIO via TCP or UDP

Should I used TCP or UDP as a protocol to send variable packets over a Lan network from my laptop (Using LabVIEW program) to a cRIO (using java). More specifically, the LabVIEW part is ...
1
vote
2answers
57 views

How to flatten (reshape to 1D) an array of arbitrary dimension in Labview

Let A be an array of arbitrary dimension (2 or 3 in my case). How can I flatten (reshape to 1D) this array without knowing in advance the number of dimensions ? If I knew the number of dimensions, I ...
1
vote
3answers
79 views

Robotics Club Programming Portion

My school has entered into a Robotics Tournament that competes several schools against each other(this is my school's first year). The objective of the robot is to shoot a ball into a hoop. I am a ...
1
vote
1answer
39 views

Windows CE power management with labview

I am trying to control the backlight of a device using labview touch panel module. Does anyone have any ideas on how to do this? In C++ I could call a setdevicepower() function but labview doesn't ...

1 2 3