Controlling active display from another VI?

Hi,
I have a VI that needs to serve the purpose of selecting different display screens. The selction process is just one enumeration that should keep one screen up at a time, but I have no idea how to code it such that is the case. I could bring up the different subVI's in a case statement but is there any way to close them and re-open them without restarting the whole process? Please let me know if I'm not being really clear.

Well, this was my first answer on these forums, and I am a bit embarrassed since I could not get it to work the way I described. I do think it's possible the way I mentioned, but there is another way.
There is a 'close panel no abort.vi' in the labview\vi.llb\utility\victl.llb library that will let you close the displays. You will also need to set up the display vi's so that they open when called, but don't close when done.
I am attaching a simple example. If you can't read version 6.02, let me know and I will upload a version 5 example.
Good luck,
Bill Kemmerer
Attachments:
DisplayExample.llb ‏51 KB

Similar Messages

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • How do I control my mac from another mac not in the same network?

    How do I control my mac from another mac not in the same network? Thanks

    You can do it manually, but it is much simpler if you use a tool such as Back To My Mac, LogMeIn, or something like that. Those programs enable you to connect to your computer through your router without you having to adjust the router settings manually.

  • Can I control cinema displays from pc?

    If I buy a 27 Cinema disply, can I control screen settings from a pc running win7 ultimate? since the display has no control buttons!

    Not with Apple Remote Desktop, no. So there will be no "installer package" that you would need to create; installer packages only apply when you want to use ARD to install software on another Mac.
    Mac OS X has a VNC server built in, so all you would need is a VNC client on Windows. There are many; which ones will work best I can't say since I don't use them. If you search this or the Mac OS X Networking forum for "VNC", you'll probably find suggestions.

  • Display from another website

    Hello all,
    I need to display a page from another website in my jsp. I'm using Sitemesh to build the header, footer and layout of the page, but I need to bring a page from another website to display in the body. I have searched the internet and haven't found any good posts/articles/tutorials/ect. on the subject. Could someone please point me in the right directions.
    Thanks,

    Use a tool that gets data from a URL then sets a JSTL tag. You can use the tag then to place the new content. Please only do this if the site belongs to you. This will be frowned at if not.
    Simple class to get a URL
    package uk.co.classfinance.curl;
    import java.io.DataInputStream;
    import java.io.DataOutputStream;
    import java.io.IOException;
    import java.io.UnsupportedEncodingException;
    import java.net.URL;
    import java.net.URLConnection;
    import java.net.URLEncoder;
    * Grabs data from an URL after passing parameters in a POST or GET request
    * @author Garry Taylor
    public class WebFetch {
         private String Url;
         private String Method;
         private String Response;
         private String PostData;
         public WebFetch() {
              this.PostData = "";
              this.Method = "POST";
         public void setUrl( String value) {
              this.Url = value;
         public void setMethod( String value) {
              this.Method = value;
         public String getUrl() {
              return this.Url;
         public String getMethod() {
              return this.Method;
         public String getResponse() {
              return this.Response;
         public void setPost(String name, String value) {
              String prefix = "";
              if( this.PostData.equals("") ){
                   prefix = "";
              } else {
                   prefix = "&";
              try {
                   this.PostData += prefix + name + "=" + URLEncoder.encode (value, "UTF-8" );
              } catch (UnsupportedEncodingException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         public String getRequest() throws IOException {
              URL url;
              URLConnection urlConn;
              DataOutputStream printout;
              DataInputStream input;
              // URL of CGI-Bin script.
              url = new URL (this.Url);
              // URL connection channel.
              urlConn = url.openConnection();
              // Let the run-time system (RTS) know that we want input.
              urlConn.setDoInput (true);
              // Let the RTS know that we want to do output.
              urlConn.setDoOutput (true);
              // No caching, we want the real thing.
              urlConn.setUseCaches (false);
              // Specify the content type.
              urlConn.setRequestProperty
              ("Content-Type", "application/x-www-form-urlencoded");
              // Send POST output.
              printout = new DataOutputStream (urlConn.getOutputStream ());
              String content = this.PostData;
              printout.writeBytes (content);
              printout.flush ();
              printout.close ();
              // Get response data.
              input = new DataInputStream (urlConn.getInputStream ());
              String str = "";
              String result = "";
              while (null != ((str = input.readLine()))) {
              System.out.println (str);
              //textArea.appendText (str + "\n");
                   result += str + System.getProperty ( "line.separator" );
              input.close ();
              return result;
    }

  • UK iPhone Activation; transferring from another network

    Does anyone know if the UK iPhone will have a similar facility to the US iPhone, where you can transfer a number from another network via iTunes if purchasing over-the-counter in a UK Applestore?
    I've been told by an O2 rep that the only way to transfer my number from another network (Orange) is to ask them for a PAC code, go into an O2 store on iPhone release, give them the PAC code I've got from Orange, and then wait 5 days while they request the number from Orange, transfer it to my iPhone (which in the meantime will have a temporary number) and then wait 5 days for it to be activated with the transferred number.
    In the US it appears that you can simply purchase a boxed iPhone, activate it through iTunes, and--as part of that process--type in your current number and it's transferred as part of the activation process almost immediately.
    Do we know if it's going to work in a similar way over here, or do I really have to jump through all of O2's hoops? I have a suspicion they are only telling me this is the process as (a) they have no idea about a possible alternative, or (b) they want to make the sale rather than an Applestore.
    Anyone know?

    The process by which numbers can be ported from one carrier to another is very simple in the US, not just with the iPhone. If I were to walk into a T-Mobile store and want to transfer my number from AT&T to one of their plans, it would be equally easy.
    If porting a number is more complicated in the UK than it is here, it's hard to predict whether the process will look the same or not.

  • Fading between two pages & controlling one MC from another.

    Let me see if I can explain this properly. I usually use a motion tween and the alpha channel to fade movie clips in or out. What I am currently trying to do is fade one page out and another in, but it could be one of several MCs. I basically have four "pages" for a website including services, portfolio, about, and contact. I have icons on my navigation bar (which is going to be imported into my XHTML seperately so it can float them according to the users window size). The icons need to navigate between the pages and the pages need to fade in and out (eg. fade in the Services MC when the user clicks on the services icon, and fade out of it and into the Portfolio MC when the user clicks on the portfolio icon). Please keep in mind that the icons and pages are in completely different .fla/.swf files because I couldn't figure out how to float them in Flash after several hours of looking around online, but know I can easily do it using div tags + CSS in XHTML.
    If someone could quickly explain how to "gotoandplay" a label in a different .swf file (communicate between the .swf NavBar and my main .swf) as well as fade out of the current MC (whichever page the user is currently on) before fading into new page (according to the icon the user clicks on), I'm sure I could 'fill in the blanks' from the rest of the AS3 and Flash I already know. The page also needs to fade out of whatever page it's currently on when the user clicks on the hide button (located on the page in the main .swf file). There is also several subpages on each page (which shouldn't be a big deal if I can figure the rest of this out).
    I'm going to be using this same concept for nearly all of the websites I design & develop in the future and really need to know how to do this for the current site I'm working on. I would greatly appreciate any suggestions on how to accomplish these two things.
    P.S. Please keep in mind I'm not an advanced user in AS3, but am very computer savy, and have done my share of programming in the past. I looked around for hours online to try and complete this without using the forum, but have come up with links to dead tutorials and short answers left and right. I'm hoping I won't come across the same here.
    From what I've read so far I believe I can use tweening in ActionScript instead of a motion tween on the timeline to fade in and out of clips and believe that's the method to use to accomplish what I'm trying to do. Correct me if I'm wrong though.

    I'm not looking for a "tutorial created especially for me".... Just perhaps someone that can copy and paste some code from a similar project that they have done so I understand how to do it.
    You could have simply put here's a tutorial for how to use TweenLite to crossfade between four pages, and here's one that will let you pass information between two .swf files. If you recently watched the tutorials then it wouldn't take long to find them (maybe you have them bookmarked) and post a couple links.
    Anyways, I just found an excellent tutorial on how to crossfade using TweenLite (found here) and an article that explains how to pass information from one .swf to another (here). It took some searching and knowing exactly what I was looking for to find them, but that's a much better answer for someone looking to do those two things than I've found here (or elsewhere for that matter).

  • Controlling flash movie from another

    hello
    i hope someone can help me.
    i have 2 flash movies in a page with a CMS and an iframe.
    so quite a complicated structure...
    QUESTION1:
    is it possible to control one of them from the other one?
    e.g. telling movie B to go to a label from a button in movie
    A?
    QUESTION 2
    is it possible to controll either a target movie is already
    loaded in the page or not?
    suppose i need to check from movie A is movie B is already
    loaded in the page
    , load it in case it is not loaded, then tell ti to go to a
    certain label?
    any help would be greatly appreciated.

    Will require some fancy javascript gyrations. Check out
    fscommand:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15692

  • Regarding code to call & control a  JVM from another JVM

    hi,
    I need to communicate from one JVM to another JVM. I know it can be done using RMI. But, i don't to write in code.If any one had tried it, please reply me with the code.
    Satchi

    Hi Satchi,
    In my opinion, RMI is complex enough that I don't think you can learn it through a forum. So please allow me to direct you to some Internet resources that I used in order to learn RMI, and I hope will help you to as well.
    [Note: Not in any particular order.]
    http://java.sun.com/docs/books/tutorial/rmi/index.html
    http://developer.java.sun.com/developer/onlineTraining/rmi/
    http://java.sun.com/products/jdk/rmi/
    http://www.dickbaldwin.com/tocadv.htm
    http://mindprod.com/jglossrmi.html#RMI
    http://jinx.swiki.net/263
    Hope this helps.
    Good Luck,
    Avi.

  • Controling Flash movies from another movie

    I have a site that has multiple flash movies in it. One on
    the top level within a tablecell, the other loads into a central
    iframe. I want the movie in the table cell to play when the movie
    in the iframe hits a certain point, but I can't figure out the
    targetting. Is it even possible to use the gotoandplay() function
    to target a movie that is not within the curent movie? If so what
    would my targeting path look like?
    Thanks.

    sagew wrote:
    > How do you get a movie (embedded I guess) from the
    library of one Flash file
    > into another Flash file? I'm working from a template
    file and I want to use
    > something from the original template file to replace one
    I messed up.
    Open two files, go to library CTRL L and you can view in the
    same time library of
    all the open files at the moment. Than you can copy paste
    simply the content.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Control apple account from another device

    My ipod was stolen, is there anyway I could sign out of my Apple account from the ipod, using another device?

    lost/stolen                                     
    No app on the iPod is required.                           
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected, on a computer browser go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up or continue to show off-line.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    iCloud: Erase your device
    iCloud: Use Lost Mode
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                               
    Reporting a lost or stolen Apple product                                              
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • Control usb port from another location

    I have to turn usb port on and off so much through out the day and night and want to know how I can do this when I'm away from the lab. 

    Hello,
    Here is another DF thread abd KB article  that may be if some use. I hope this helps! Regards,
    National Instruments
    Applications Engineer

  • Controlling one vi from another (auto button pusher)

    The labview forums have been such a great resource, especially for someone that is not an expert level programmer like myself, that I thought it was just about time, that I tried to give something back to the community of people that have been so helpful. I just recently solved a problem that I would think effects lots of other industries, and that possibly many people have been in a similar situation.
    We have a fully built labview program that tests a box that we have here. It is an actuator for the aerospace industry. But it could just as well be any other sort of electronic box. The labview code has been evolved for a number of years now, by many different developers, and is in a word AWFUL. It is just about the the most complicated and convoluted code I have ever seen. What makes it even worse, is that there is no documentation whatsoever. Imagine trying to fix the engine of a car, with no instructions as to how any of the parts are supposed to work, and you get the idea. 
    The time has come in our developement process, that we want to start doing some automation. The main .vi has buttons and indicators that a technician will enter information into, send it to the box, and then wait for a response (part of a testing procedure). The code is not modular at all, and it would take a VERY long time, to attempt to re-write the code as it should have been written, in a more modular fashion. So what to do?
    So I came up with a concept that I am calling "automatic button pushing". So basically what I did, was perform an Asynchronous VI call, to the VI in question, and then use various references and property nodes back to that VI, to push the buttons, and then look at the responses, as though I were a technician doing it manually. Clearly, this is not the most ideal solution. The proper way to do this, is to re-do the software so that things are more modular, and then probably use something like teststand to set up the testing for it. All of those things will happen in the future, but they needed something quick that can bridge the gap, and they did not want to touch any of the original code, as that would require re-certification etc. So what I proceded to do was to create a series of sub-vi's that touch all of the various buttons, and read the indicators that I need. Then string them together in a top level .vi to create a fully automated test. Enclosed is the subVI that I used to do the Asynchronous VI call, and an example of one of the controls that I am "pushing".
    I am thinking this sort of thing might be very useful for others. Hope this is helpful.....
    Attachments:
    Enum Control.jpg ‏74 KB
    Async Call.jpg ‏40 KB

    djs_at_eaton wrote:
    Your description:
    The labview code has been evolved for a number of years now, by many different developers, and is in a word AWFUL. It is just about the the most complicated and convoluted code I have ever seen. What makes it even worse, is that there is no documentation whatsoever. Imagine trying to fix the engine of a car, with no instructions as to how any of the parts are supposed to work, and you get the idea.
    sounds frighteningly familiar.
    Unfortunately your situation is quite common.  But I'm wondering if you couldn't simply have used normal LabVIEW techniques to call the code as a sub-VI.
    I understand your misery.  I've got code with a cluster of about 140 variables passed through a queue-driven case statement with over 100 cases.  Each case can add any other cases to the execution queue.  I'm not sure the original programmer understood it.  I'm rewriting it.
    Something like that, I would likely leave alone.  You just don't know that something idepending on something that was coded incorrectly.  You could end up chasing your tail.
    edit
    Unless, of course, that was the scope of the project. 
    /edit
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Using MBP monitor to display from another source

    Might be a dumb question, but is it possible to use my MBP monitor as if it were a stand-alone monitor? I've got a a laptop that the backlight went out on, but everything else works fine, and would like to be able to use it as a secondary computer that I could still have all my music and stuff like that on. Thanks if anybody has any insight.

    No i'm afraid unless you plan some serious hacking. there are no video in as such ports on the MBP.
    ~Just buy a cheap monitor for your bust laptop~

  • Control iView from another iView

    Hi,
    I would like to know, how I can control on iView from another iView. Is there any HowTo-Guide about this? Or a simple example, maybe a list of links in one iView and the displaying of those links in the other iView.
    Kind regards,
    Dominik

    Hi Dominik
                           You can do that using the client side eventing framework (EPCF) provided in EP.
    Please go through this
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/3e98408d953154e10000000a1550b0/frameset.htm
    Hope this helps,
    BR,
    Goutam.

Maybe you are looking for

  • Two iphones, one iTunes account, two icloud accounts

    Hi, I have two iPhones, one  privat, one from my company. I would like ... ... to have all music, apps, books bought via iTunes to be on both iPhones - use same Apple ID for iTunes account? ... seperate calender, contacts, todos - use different Apple

  • Does anyone know how to print in color on a pages on Pages on a MacBook Pro?

    I have a project that I need to print out, and I recently just got a MacBook Pro, so I'm not 100% acquainted to Pages. SO PLEASE HELP!!!!

  • Use dot matrix printers for printing text reports in Reports 10g

    In Forms 6i, customers had the option to use dot matrix printers for printing text reports. I believe, from 9i onwards, text based reports aren't supported and instead HTML/PDF,DOC,RTF reports are supported which are not text based and use modern day

  • Make screen (physically) brighter

    hi, i have noticed that my toshiba satellite (2007) screen is very dim compared to say an apple compouter or macbook.. i have already increased brightness all the way through the settings, and increased brightness & gamma through the chip settings, b

  • Mail not displaying attachments correctly

    I wondered if anyone can help me out with the following please? From time to time when receiving email attachment in mail I do not receive the attachment as a downloadable file, instead mail does not recognize the attachment and displays garbled text