What I want is not a 2-D array, what I really need is an 1-D array of 1-D arrays. What's the difference. The one I need may store 1-D arrays of different lengths.
In other words, for trying to make this clear:
I need a variable that may store a dynamic number of 1-D arrays of different size...
I have a front panel with 5 buttons and one combobox and some graph indicators.
In the block diagram I have the Event structures for 4 of the buttons and the combobox. The 5th button (let's call him the Stop Button) is a while loop stop control inside one of the events (let's call this event of...
Another one: (LabView 7.1)
I'm trying to write a file containing 3 lines with 3 numeric data.
I've tried using the Express Write LVM File, and it creates the file allright (without headers and with time column). But when I try to read from it, it returns an error saying that The File has...
Another LabView 7.1 question:
I want to know how to show and close the Front Panel of a SubVI. I've found in examples and help that in order to show the Front Panel of a SubVI I have to configure "SubVI Node Setup". I've configured it to "Show when called" and "Close afterwards if originally...
Hi,
I'm new to LabView (5 days now), and I have some questions to clear out that I couldan't find in examples and neither in the help.
I would like to know how do I add Inputs and Outputs to a SubVI I'm creating from a blank template? I know that if I create from a selection in another VI it...