Opening a sub VI on request

Hi,
I have a VI which lets you select a number of tests to perform (1 to 3).
Test 1 feeds back speed info which I'm displaying on dials. Tests 2 and 3
don't use these dials. Thus to avoid cluttering my display with dials that
are not needed, I'm trying to find a way to open a subVI panel containing
the dials only when test 1 is selected, and to shut down the sub VI panel
automatically when either of the other two tests are selected. The sub VI
is part of my top level VI. I've managed to generate a sub VI containing
the dials and would appreciate any help.
Regards,
Martin.

create a visible attribute node for each of the dials. put one set where
you want them visible and wire to a true constant. put another set where
you want them not visible and wire to false.
-**** Posted from RemarQ, http://www.remarq.com/?a ****-
Search and Read Usenet Discussions in your Browser - FREE -

Similar Messages

  • Open close sub vi front panal

    I have a sub vi which returns a true or false. I'm using a case statement to open and close the front panal of the sub vi.  If true I'm using a invoke FPpen to open the sub vi and if false I'm using an invoke FP:close to close the front panal. The sub vi and case structure or inside a while loop. My problem is if a false is returned without the front panal already being open an error occurs. Is there a different setting I should be using or is there a way to determine if the front panal is closed so I don't use the invoke FP:Close?
    Thanks.
    Solved!
    Go to Solution.

    Knoebel wrote:
    I didn't think of doing it that way. If I use FPpen and FP:Close depending on true or false value I still get an error if False and the front panel is already closed. I don't know of another way to open and close the front panel based on the condition.
    Yes, you will get an error if you try to close a panel that is not open.  Just ignore the error with the Clear Specific Error.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • I just bought a macbook pro and the mountain lion free update applied correctly but the internet went down and now the download won't appear/ continue, and when i open the app store it requests me to pay for the update? what can i do?

    i just bought a macbook pro and the mountain lion free update applied correctly but the internet went down and now the download won't appear/ continue, and when i open the app store it requests me to pay for the update? what can i do?

    Welcome to Apple Communities
    http://www.apple.com/support/mac/app-store/contact

  • TS2776 An error message keeps appearing when I have I tunes open, saying could not complete request. Any similar problems or ideas to resolve?

    An error message keeps appearing when I have I tunes open, saying could not complete request. Any similar problems or ideas to resolve?

    Also I now can`t access any of my itunes library and am concerned that if I remove it from my computer I will lose everything as I have no option of accessing and therefore backing anything up. Any ideas?

  • Motion's "Open Recent" Sub Menu doesn't work.

    Running Motion 4 and or 5 on Mac OS 10.6.8.  Open Recent Sub Menu never shows any recent items.  I have dumped the prefrences files related to Motion in the ~/Library/Prefrences for the both system level and users level.  Doesn't seem to help.  Any ideas?  We even unistalled Motion and installed the new Motion 5 from the App Store and have the same issue. 
    Any suggestions or solutions would be greatly appreciated.

    Uninstalling a reinstalling usually won't solve simple interface issues. Try trashing the prefs file for you Motion product. I'm on Motion 4 and I don't know where Motion 5 hides its plist file.
    bogiesan

  • On Click Open a Sub report in Drill down with SSRS 2008

    Please give a example in SSRS 2008 In which On Click a DrillDown Report , A sub report will be open with other details, and the Export to Excel and PDF is in the correct format.Thanks Santosh

    Hi Santoshsp,
    There is no too much difference in SSRS2008 comparing to SSRS2005, for detail steps, please refer to below:
    1. Right-click the detail row on the Main report, and then select Insert Row->Inside Group-Below
    2. Merge the new row, and the drap your subreport into this merged textbox.
    3. Right-click the whole subreport row, then select Tablix Properties.
    4. Move to Visibiblity tab, click the Hide option and the Checkbox of
    Display can be toggled by this report Item
    5. Select one toggle item based on your requirement. Such as we could select the datafield on the detail row.
    6. Right-click the subreport control and then select Subreport Properties.
    7. Select the subreport name in the drop-down list.
    8. If the subreport contain parameters, you should move to the Parameter tab on the Subreport Properties dialog box, for this point you could refer to this link
    http://msdn.microsoft.com/en-us/library/ms160348(SQL.100).aspx 
    If you have any question, please feel free to ask.
    Thanks,
    Challen  Fu
    Challen Fu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Service Requests Open 5 days?/Service Requests Open and Closed Today

    Help!
    How would I determine service requests open greater then 5 days, I use the # of Open SR's but cannot seem to get a date to work.
    Also what is the best way to count the SR's open and closed on the same day?
    Thanks in advance.

    You need to include a TIMESTAMPDIFF function in your filter... something to the effect of
    TIMESTAMPDIFF(SQL_TSI_DAY,"Service Request"."Create Date",CURRENT_DATE) > 5
    Double check the column reference.
    Mike L

  • How to open a sub report by formula

    Hi All,
    I have a sub report in my main report that is a conformity document but only needs to be generated with the report when it is requested,
    Is there a formula/parameter you can for example
    Does this report need conformity?
    Yes (Generates subreport)
    No (doesn't generate sub report)
    I'm sure one of you Guru's will be able to help me!
    Best regards and thanks in advanced,
    Gavin

    Hi Gavin,
    Here's what you need to do:
    1) Add a Static Parameter from the Field Explorer with these values:
    Yes
    No
    2) Go to the Section Expert > Select the section that holds the Subreport > Click the formula button beside 'Suppress' and use this code:
    {?Prompt} = "No"
    -Abhilash

  • LV 8.5 opens all sub-VI front panels

    Hello,
    Recently I again saw a strange occurrance that has happened to me about 10-12 times over the past year. Here specifically I am using LV 8.5 with the cRIO and FPGA module. When I was running a new RT VI from the developer environment, (deploying to the cRIO) the result looked something like this:
    All the sub-VI front panels are opened, and shown in their reserved or running state.
    None of these VIs are set to show front panel when called or opened, but all are sub-VIs of the top level VI within the project. It seems to have replicated a "Find all VIs in memory, within the project" and then "Show front panel" Invoke. The troubling thing is that this is not really repeatable, when I have closed all the VIs and run the VI again, it is fine. I have seen the same behavior in LV 8.2, 8.21 as well as when deploying to cFP-2120 or when on a Host computer.
    Has anyone else seen this or are there any ideas of what is going on?
    Thanks,
    Mello
    Message Edited by Mellobuck on 12-11-2007 01:17 PM
    Message Edited by Mellobuck on 12-11-2007 01:17 PM
    Data Science Automation
    CTA, CLA, CPI
    SHAZAM!
    Attachments:
    Multiple Windows.jpg ‏117 KB

    Well now that I have seen to image, I recall having seen this myself.
    Like you, it was when I was deploying to an RT target and I was not able to recreate this behaviour.
    It was either an 8.0 or a 8.2 app.
    So all I can do is confirm that you are not alone, but can not offer a solution.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Opening a sub-folder of a KM Repository via URL

    Challenge:
    Using a map as the preliminary interface (url iview) the user clicks a region of that map. A PORTAL PAGE is loaded (2 columns, narrow, wide)
    In the WIDE column is the map the user originally used to select a region.
    In the NARROW column is a KM Navigation iView
    Currently the KM Nav default display is a listing of ALL REGIONS folders. Each folder has a number of sub-folders underneath specific to that region.
    What I need:
    I have the new PAGE loading properly with the 2-column display - what I need if for the KM Nav iView to initially display with the correct region's folder open and showing its sub-folders.
    Example:
    1. The map is a map of the United States
    2. The user clicks Atlanta - (currently this generates the new display using ".../portal?NavigationTarget=ROLES:portal_content/..." passed in the URL to load the new portal page)
    3. The page refreshes with a 2-column page displaying the map in the wide column and a KM Nav iView in the narrow column with all states represented and the ATLANTA folder initially open showing its sub-folders.
    Since I am initially loading the new environment using ".../portal?NavigationTarget=ROLES:portal_content/..." when the user clicks a state on the map, can I add parameters to this URL to indicate to the KM NAV iView that a specific folder is to be initially displayed?
    Thanks!
    Tony Zerbolio

    Tony,
    just set your links to
    /irj/portal/servlet/prt/portal/prtroot/com.sap.km.cm.navigation/YOUR_REPOSITORY/YOUR_FOLDER
    and this should do the trick.
    Kind regards,
    Dominik Witte

  • Firefox is opening multiple windows without my request. The only way I can stop it is by rebooting my computer.

    Fairly often when I open Firefox, it continues to open multiple windows (hundreds of them) without my request. The only way I can stop it is to reboot the computer.
    == This happened ==
    A few times a week
    == Several weeks ago

    Hello Sally.
    This looks like some virus or spyware. Scan your system for infection.
    Or you may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?

  • I cannot open mail - I get "bad request"

    I see several people have reported that they cannot open yahoo e-mail after downloading Mozilla - get "bad request". Where do I get help with this problem since this is obviously a problem that needs to be addressed.

    That issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Firefox > Preferences > Privacy > Cookies: "Show Cookies"

  • Folder disappears when you try to open certain sub-folders

    When double clicking certain sub-folders, the main folder disappears and returns to the desktop. I repaired permissions with Disk Utility and it had no effect. Also verified the disk and it was okay.
    I also am getting an "Unable to read file" message on an Excel file that I had no problem opening a couple of months ago. Don't know if this is related or not.
    iMac 2 Ghz Intel Core Duo   Mac OS X (10.4.9)  

    Hi Daniel,
    This issue is a fairly common occurrence, and reasons of the problems are variously. We can narrow the reasons down as much as possible.
    Please refer to this article, I think the methods of this article are more specific.
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2012/05/14/the-definitive-locked-file-post.aspx
    And try these solutions step by step. Above all, you should
     pay attention to the third solution ” Turn off the Preview Pane, Details Pane and pop ups that show information about file and desktop items”, make sure you have unchecked “Show pop-up description for folder and desktop items”.
    If you finish all of methods from this article, the problem still exists. Checking the permissions of users.
    For instance, the permission of user 1 is only read and he opens the [shared] file, the document creates a temporary file in the same directory as the original file. Thus the document gets a temporary lock file. When other users open the [shared]
    file again, they get the error message “file in use”.
    If you want to verify the reason of permission, checking the temporary file. This is a hidden file and it will be the same name as your document, but prefixed with a ~$ symbols.
    The easiest way out is to delete the temporary file, but this not a long-term solution. Checking the permissions of users is radically.
    Trying these solutions and let me know if they work. I am glad to help and forward to your reply.
    Best Regards,
    Emi

  • IPhoto does not open back-up library and requests library manager which does not work either

    Hello,
    I have a problem and NO idea how to fix it. I try to write it in bullet points to make it easier to read:
    - My MacbookPro (from 2009) with current software (mavericks, all updates) went offline due to lack of battery while I was working in iPhoto
    - When I rebooted the Mac, iPhoto said that the library is damaged and should be repaired
    - The "repaired" version had lost tons of organizing elements (e.g. the order of the pictures and so on) so I used my time machine and took a back-up of the library from 1 hour ago
    - The back-up library was copied successfully in the according file (user-pictures) after I deleted the current one
    - When I wanted to open iPhoto now it requested to use the library manager as the version of the pictures are "old"
    - I downloaded the library manager and tried to use it, however, this tool explains me now that the pictures were used with a newer version of iPhoto so I shall open iPhoto instead
    - Again, when I then try to opne iPhoto, it requests the library manager and so on
    So, I am not able to get access to my pictures again, although the library in the folder seems to be of correct size (around 55 GB). Does anyone have any idea how to fix that problem?
    Many thanks in advance!!!
    Johannes

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Can't open email. Get "Bad Request" prompt.

    Installed Firefox 4 on iMac 27. Can connect to the web with no problem. When trying to access my email through yahoo, get "Bad Request" prompt and can't open.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"

Maybe you are looking for

  • New DC without netlogon share is not working.

    Hello all, I have a brand new DC  (server 2012) that I joined to my domain and it is not behaving. It is a clean install plus the directory services role, the static IP and the promotion, nothing else. The domain has one more DC (server 2012) and it

  • Text wrap option not working..

    Lately I have not been able to use the Text Wrap function in CS3. I feel like it's worked up until recently, but now when I open the Text Wrap window there are no options listed - it's just a blank gray box. When I click on the dropdown menu on the t

  • Apple TV a new paradigm

    My Apple TV does what it says it does and is useful. However I think it is a miss. I also have my Powerbook hooked up directly to a projector and using a wireless keyboard and mouse. I looked over the back shelf in the theater where the projector sit

  • Need SM Bus Controller Driver for A75-S231

    Unfortunately I am without my system and backup disks and I am in desperate need of a driver for the SM Bus Controller. Problem surfaced after re-install of XP Home. I called Toshiba tech support to identify the motherboard chipset shipped with my un

  • Different Result for SQL and PL/SQL query..need a bit of help

    If i just run: SELECT COUNT(*) from DB where (CLOSE_TIME-OPEN_TIME<5) and (CLOSE_TIME-OPEN_TIME>=1) and OPEN_TIME>'1/1/2011'; It works great. If I run BEGIN SELECT COUNT(*) from DB where (CLOSE_TIME-OPEN_TIME<5) and (CLOSE_TIME-OPEN_TIME>=1) and OPEN