A control that would allow the choice of different VI%27s from the front panel%3F

Hi guys, 
I am fairly new to Lab View and I have made a few VI's for my coursework. From the control panel i want a control that would allow me to toggle between the different VI's. I have looked at the ENUM function but it doesnt quite do it for me. Any suggestions about any functions or tools would be much appreciated.
Regards,
Jack.

Hi jack33,
- Any idea why Enum function doesn't suit you? So, that we can have better understanding of your problem.
-Quick suggestion would be to use, enum or menu ring and simple case structure.
-The other idea is to have an event structure and bunch of boolean controls for each vi and open them in appropriate events.
Thanks
uday,
Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
Certified LabVIEW Associate Developer (CLAD) Using LV13

Similar Messages

  • Are there any tools or apps that would allow the use of iMessage from a desktop

    Hello,
    I am curious to see if there are currently any apps for programs that would allow me to use iMessage from my desktop pc at this time.
    Malcom Chakery

    So if I had a mac laptop I could imessage from it?

  • How do you control LED lights on the front panel to identify the number of steps a stepper motor has taken?

    I am controlling a stepper motor that is coupled with a valve with four outlets (using an Arduino).  I've got a general understanding of how to control the motor, but I want LED lights on the front panel to light up that indicate which outlet the valve is currently at after the steps are taken.  The method I'm thinking about involves a lot of repetitive code.  I'm not that experienced with LabVIEW, I'm assuming I need some sort of loop structure but I don't know how to set it up in order to control the sequence of the LEDs.  I've attached my current block diagram for a visual aid if needed.
    Attachments:
    Capture.JPG ‏33 KB

    I was thinking about using the Stepper To Go and Stepper Write functions four separate times, using the same constants for the steps each time since the distance between each outlet is equivalent.  The only difference would be what's connected to the "steps remaining" node, which would be the function that activates one of the four LEDs (if that makes sense).  I was thinking that doing it this way would be a little counterintuitive since the only thing that needs to be changed is the LED indicator.

  • How to find VI's connected terminals when controls are hidden on the front panel?

    When working with a sub-VI which has terminals connected to hidden controls is there a straight-forward way to find the terminals on the block diagram?
    I click on the terminal and an outline appears on the front panel but when I try to click on that outline I can not unhide the control. 
    The only way I have discovered to find the terminal of the connected control is just check each terminal on the block diagram which looks like it might be connected.
    I'm using LV7.1 but also use 8.5.
    Thanks,
    Davey

    Ben wrote:
    smercurio_fc wrote:
    If I understood the premise of the question it sounds like you have controls/indicators wired to the VI connector pane, but for some reason these controls/indicators are hidden. If this is a VI you wrote slap yourself. If this is a VI someone else wrote, go slap them.
    One way that you can find the terminals on the block diagram by performing a search by text. The context help will show you the names of the controls/indicators. The only problem with this approach is that if the control/indicator has the caption visible rather than the label, then the context help will show the caption, not the label.
    Another method is to use scripting. Not sure if it's worth the effort for just one VI, though.
    Before we get all slap-happy I have to ask...
    If I have a sub-VI which is set for Print on completion and the controls in/out for the icon connector are NOT supposed to show up on the final report, isn't setting those objects as hidden a viable option?
    Ben
    Well, of course, Ben. My comment was not meant to be taken seriously... hence the smiley happy icon. To respond to your question in a more serious matter, though, there's always exceptions to rules. That's why they're rules - they're meant to be broken. Otherwise they wouldn't be rules. It's a strange state of the universe, isn't it? Although, one could probably just place the control behind another object. That sort of hides it, doesn't it?

  • Is it possible to sort the controls and indicators on the front panel?

    Programming events would be much easier in an application with lots of
    controls and indicators, if there where a means to sort and group them.
    Is there any means to do so such that you see a sorted list when choosing the control that triggers an event etc..?

    I am not aware of a way to sort the list of controls (that are listed in the edit events dialog) by name. They seem to be sorted in the order they were created.
    I agree, sorting could be useful for large VIs.
    LabVIEW Champion . Do more with less code and in less time .

  • Is there a proven method of source control that would allow multiple authors to work on the same RoboHelp v11 project? Any advice would be appreciated.

    I was wondering which means of source control has proved the easiest to set up and live with for working concurrently on a RoboHelp project. Ideally, we would like to use Subversion, but would also consider Sharepoint, or other recommended solutions. Any experience you could share would be much appreciated.

    You could do a lot worse than look through the discussions over in the Source Control forum. Personally I use SVN although not integrated through the RoboHelp UI. There are others that do though. You'll find there are a selections of users using all sorts of source control apps with RH. Others not mentioned so far include Perforce, Team Foundation Server. It should just be a case of making your choice and then testing it to ensure it meets your needs.

  • Can i place controls from the properties dialog of an express vi on the front panel?

    I'm using the spectral measurements express vi in my vi and I'd like to put the "window" and "number of averages" controls from the properties dialog on the front panel. However, there are not outputs on the express vi icon for these parameters. Can I place controls for these on the front panel somehow or do I always have to go into the block diagram and open the properties dialog to change the values?

    The way to do this is to right click on the express VI and select Open Front Panel. This will convert it to a standard subVI. then go into the subVI and replace the Spectrum Averaging and Spectrum Window constants to front panel controls by right click on them. Right click the icon and select Show Connector. Wire the new controls to a free terminal on the connector. You may have to add additional terminals if there aren't any available to wire to the new controls.

  • Display a particular array element on the front panel

    Hello,
    I was wondering if it's possible to change which element of an array control is displayed on the front panel from within the program.
    Here's why I want to do it: I have an array of clusters, each of which contains a set of controls.  The controls in each cluster specify a bunch of different parameters for a few different instruments that are being controlled by Labview.  The user changes all the values on the front panel before the program starts, then the program steps through the array elements one by one.  I'd like to be able to change the array's display so that the user can know which set of parameters is active (and thus what is currently in force) while the program is going -- otherwise the element that is displayed is just wherever the user left it last.
    Thanks in advance for any help.

    See also: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=317419#M317419
    LabVIEW Champion . Do more with less code and in less time .

  • What is the most efficient way to have full access to the front panel on RT Labview?

    I have a RT machine that needs to do its job and also port the front panel to an external machine over the network. What is the most efficient way to do it? Using as little of the RT time as possible but providing full functionality to the RT front panel.
    So far I have been using it directly from Labview - running the VI on a remote (RT) and have the front panel on local Labview (WINDOWS). I know I can do it with also through WWW (not very happy with that though).
    LV2009 SP1.
    Thanks

    Running a compiled executable on the RT target, rather than running it within the development environment, is probably slightly more efficient but limits you to the web interface.  If you're running within the LabVIEW environment, I doubt there's a noticeable difference in efficiency from the RT perspective between the web server and the LabVIEW front panel, although that's mostly a guess (I would expect the RT system to send identical data in each case, once the front panel is loaded).  Those are your only options in modern LabVIEW versions.  In LabVIEW 7.1 you could build an executable that acted as the front panel for an RT system, but that feature does not exist in recent versions.  However, a quick search turned up this document with code to approximately duplicate that behavior, perhaps it will work for you?

  • How to bring of subvis to the front panel of main vi?

    I am working on a simulaton project where a PID control toolkit is used to controla process .How can I access the controls of this PID controller when I execute the main VI ?

    I'm not sure I understand. The PID VIs I know run within your code on a loop basis. In every iteration of the loop they run using the values you input and output the proper values. So, to input values, you simply wire controls into them. Regardless of this, to open the front panel of a VI, you need to get a reference to that VI (using open VI reference) and wire that reference into a property node (both can be found in the Application Control palette).
    Select the Front Panel>>Open property, wire T into it and the FP will open. You can also set the VI to have its front panel open when called in File>>VI properties.
    Try to take over the world!

  • I have an iPod Touch but I currently don't have a PC.  I found an app that would allow me to connect to my network drive and I was able to transfer music files to it.  These files do not show under the Music app and I can't find any way to do it.

    I need help from some Apple people. I have an iPod Touch and I wanted to load it up with some fresh music but I currently don't have a PC. I found an app that would allow me to connect to my 2TB network drive directly and I was able to transfer a bunch of music files to the iPod. Unfortunately, these new files do not show under the Music app and I can't seem to find any way to convince the iPod that they are music. I can play them through the file manager only. Android doesn't have this problem, any music I put on my phone is recognized as music and can be played through any of the music apps. Am I missing something or is Apple to inflexible to handle this?

    You can't. The only way to get songs in the Music app is to sync from a computer or to download from iTunes.

  • I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?

    I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?  It seems like we were doing these same types of things with Palm Pilots years ago, one would think this would work with iPads?

    I don't believe it will open a Word document, but Writepad allows for handwritten conversion of notes to text and then to email. Might help you some of the way...

  • I teach neuroanatomy and am looking for an app that would allow me to use a stylus on the iPad to label a wordforMac or powerpoint document.  Any suggestions?

    Help needed:  I teach neuroanatomy and am looking for an app that would allow me to use a stylus on the iPad screen to label diagrams in wordforMac or powerpoint format. Any suggestions?

    I don't believe it will open a Word document, but Writepad allows for handwritten conversion of notes to text and then to email. Might help you some of the way...

  • In the address bar, how do you get rid of the Amazon button, the "e-pub catalogue" button and change my search button to Google vs Babylon? Where is the button beside the forward arrow that would allow you to see your current history of links?

    On my address bar, there is now a superfluous Amazon button at the right of the forward arrow where there used to be a button that would allow you to see your recent links. It's gone. In addition there is a useless "epub catalog" button and the search button is Babylon instead of Google. How do I go back to my working address bar.

    Right click the Back / Forward buttons to get a list of sites you visited.
    To reinstate Google as your search engine, do the following.
    * In the location bar, type '''about:config '''and hit Enter.
    * In the filter at the top, type: '''keyword.URL'''
    * Double click it and remove whatever's in there and replace it with http://www.google.com/search?q=
    * Go to File | Exit
    * Restart Firefox, go to the site you want to set as your homepage.
    * Go to '''Tools '''| '''Options '''| '''General'''.
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''EDIT''': Remove the AmAzon button by right clicking a blank part of the tab bar and click '''Customize'''. Then drag it into the panel which opens.

  • Is there a script that would allow unique disc names on double albums? (I don't want to put them in the album title or comments.)

    I have iTunes 11.2.2, and I've recently made use of iTunes' "disc x of y" feature, instead of entering the disc number in the album title like I used to. I made this change because putting disc numbers in the album-title field makes the two discs appear as two separate albums, with the artwork appearing twice, which I didn't want. The downside of using the "disc x of y" feature, however, is that for double albums where the two discs have unique titles, rather than the default "disc one" and "disc two" -- say, for example, the Red Hot Chili Peppers' album Stadium Arcadium, where the discs are called "Jupiter" and "Mars" --  there is no way to label the disks with their unique titles and still keep them within one album entry. I don't want to put these titles in as a comment or anything like that either. What I'm really wondering is whether it is possible to write a script that would allow me to change where it reads "disc 1" to a unique title, at least within the album section of iTunes.

    Certain tags are limited as to format.  I am pretty sure the disc number field only allows numeric entries.  You can send feedback to Apple suggesting changes in iTunes but since this is a somewhat unusual feature I doubt it will be high priority.
    http://www.apple.com/feedback/itunesapp.html

Maybe you are looking for

  • Update jtable from other window

    Hi ! I have a jtable in window #1. When choose row I opened window #2. In window #2 I update sme details and want the table in window #1 to update. How can I do it ? Thank you for your help

  • Trouble with a BEFW11S4

    ok i have been having trouble getting online with, on my router the WLAN Act button is not lite up, is it suppose to be? I have to desktop that cannot connect.

  • Plugin tool script errors

    This evening at the college where I teach, we installed Flash CS4 on 30 computers. Whenever certain tools are clicked on, or the stage is clicked on with certain tools, all sorts of errors pop up in the Output window. Plugin tool script error in meth

  • Help please with corrupted catalogue

    I am running LR 3.3 in Windows Vista.  I have been using LR since 1.1 and have never encountered anything like this.  I have about 20,000 photos since 2004, with a folder for each year and subfolders by month in each of the years.  In the library LR

  • Hide the add-on bar, but restart Firefox it shows still. Firefox installed Vimperator.

    can not hide the add-on bar