Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AFloriani
  • Content: Threads
  • Order by date
  1. AFloriani

    Creating a dynamic array of 1-D arrays

    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...
  2. AFloriani

    Controling Program Flow

    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...
  3. AFloriani

    Opening Internal Dialogs

    How do I make a button in the Front Panel open the Properties dialog of a Scaling & Mapping Express VI? Is this possible? If so, how exactly?
  4. AFloriani

    Reading and Writing Files

    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...
  5. AFloriani

    Showing and closing Front Panels

    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...
  6. AFloriani

    SubVIs from scratch

    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...

Part and Inventory Search

Back
Top