How can I opearate indicator outside while loop?

I do small program, I have many while loops and I want to connect wire (in my application) from each loop to AND gate then to another while loop, but how can I operate these wires to agree with the change of my application inside while loops.
If not clear :
In another words, suppose I want to operate indicator ouside the while loop. How can I operate indicator outside while loop, so when my application become TRUE (inside while loop) the indicator will be ON (outside while loop) and when my application become FALSE(inside while loop) the indicator will be OFF (outside while loop).
Help me if you have any idea please..........................

Hi Rammo,
For the wire to carry the boolean condition from the while loop to an 'and' gate outside, the while loop must stop running
If you want the while loop to keep on running and still pass a boolean value to a destination outside the while loop, use any one of these: property nodes, global or local variables.
i am still not clear as to what you intend to say by this sentence
" I want the wire that comes out from the while loop will become TRUE if it in my application is TRUE inside while loop and the opposite is true. Because I want to connect the wire that comes out from while loop to AND gate than to another application"
plz tell me if the first part of this mail of mine answers your doubt or do you need more information?
regards
Dev

Similar Messages

  • How can we handle browser settings while dealing with the security ?

    Hi ,
    how can we handle browser settings while dealing with the security ?When we configured security in web.xml , during the first request the container is asking for the authentication credentials once they are provided it go's on. but when the user gives a fresh request from the second window within the same browser that time it is not asking for authentication. How can we overcome this.Is there anything to do with server configurations?
    How can we make the container no to keep the things or act like session?

    Ya... I am taking a small example need not happen always but a kind of possibility i am thinking off.
    once the user sign out and just left without closing the browser and a friend (suppose not a good friend ... just kidding...) of that user may open the same jsp or file .This time the security is breached. If that feature or property exists....
    I know what you might say ... the user will log-out before leaving where a programer might invalidate the session at the time of log out.
    Consider the case of a bad Programing or just a programer might forget to invalidate,At that time as a application administrator how can he solve that issue.
    Thanks.......
    Edited by: user8483670 on Jun 6, 2011 1:08 AM
    Edited by: user8483670 on Jun 6, 2011 1:09 AM

  • How can i change the font while im coding?

    How can i change the font while im coding? I am not talking about the final product and inserting fonts in my documet i am talking about when i am in the progress of coding I want to change the font so it is way more pleaseing to the eye when I am staring at it while coding? please do help and thanks!

    Editing the source is a bit of a pain because you'll have to redo it after every update.  It's better to write yourself a mini-extension that adds a new stylesheet -- that is also very simple to do.  Just follow these instructions: https://github.com/adobe/brackets/wiki/Customize-Your-Code-Font.
    - Peter

  • TS1702 I have an app that appears to need to be updated. I clicked to update three days ago. It has started to update and will not finish. How can I delete the app while its in the middle of updating?

    IPhone 5
    I have an app that appeared to need to be updated. I clicked to update three days ago. It has started to update and will not finish. How can I delete the app while its in the middle of updating?

    Locked on an update can mean a couple of different things. So there are a number of things to try, but start with these.
    If you have a "waiting" icon, try tapping on the icon and see if you can pause the update/download. Of it pauses, tap on it again and see if it will resume.
    Try holding down on the icon until all of the icons on the screen wiggle. If the X to delete pops up on the waiting/stalled app -  tap the X to delete the app. Tao,the home button and the apps will stop wiggling.
    You can also try this and see if the downloads will resume. Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How can I have one thing open in Safari on my MacBook Pro and search for another thing in Safari without closing out of the other? For instance, How can I leave Pandora playing while I search Facebook?

    How can I have one thing open in Safari on my MacBook Pro and search for another thing in Safari without closing out of the other? For instance, How can I leave Pandora playing while I search Facebook?

    With Safari open use the Command + T keyboard shortcut to open a new tab.
    Or, Command + N to open a new window.

  • How can i reload font information while the jvm is running.

    l.s.
    how can i reload font information while the jvm is running.
    I'm having the following problem...
    A program is running.
    A user installs a new font on the system (Xwindows in this case)
    Java doesn't display the font when i ask :
    java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames();Thus i think that java buffers its font information somewhere. Anyone knows how to refresh te buffer?
    many thanks

    ungalcrys, welcome to the forum. Please don't post in threads that are long dead and don't hijack another poster's thread. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
    I'm locking this thread now.
    db

  • How Can I Embed A Webpage While Making A Post On An Internet Forum?

    What is an easy way to embed or add a webpage into a post, (I know how to include a picture), when answering a thread on a internet forum with my iPad?
    I hope my question is clear enough. Thanks!

    Tap and hold down on the link, and then select Copy from the pop up window. Once you have copied the link, tap and hold down in the text field to get the option to paste.
    How Can I Embed A Webpage While Making A Post On An Internet Forum?

  • How can I listen to pandaro while exploring other apps

    How can I listen to pandaro while exploring other apps

    I'm guessing you mean "Pandora". Launch Pandora. Start listening to music. Tap the Home button. Select whatever app you want to work with.

  • Can we rewrite a do-while loop as a while loop?

    can we rewrite a do-while loop as a while loop?

    Peter__Lawrey wrote:
    You can replace
    do {
    // something
    } while(condition);with
    boolean first = true;
    while(first || condition) {
    // something
    first = false;
    If that '// something' contains a continue statement the transformation fails. Better make that:
    boolean first = true;
    while(first || condition) {
      first = false;
      // something
    }kind regards,
    Jos (<--- nitpicker ;-)

  • HT2305 I PURCHASED AN ITUNES CARD FOR $50.00 IN THE USA WHILE I WAS ON VACATION  HOW CAN I USE THIS CARD WHILE I AM IN THE USA.    .......ELLIS

    I purchased an itunes card in the USA while on vacation for $50.00----how can I use the card while in the usa.....Ellis

    You will need to set up an account in the US iTunes Store to use that card, for which you will need a valid US mailing address. Note that the Terms of Use for the iTunes Store state that you will not attempt to use the US iTunes Store from any other country, so you will not be able to buy new items or re-download previously purchased ones from the US without violating those terms. So you may want to reconsider your purchase and perhaps return the iTunes card or sell it to someone who lives in the US.
    Regards.

  • How can i use a xsd while generating my xml document in oracle?

    Hi, how can i use a xsd while building my xml document query, so i know the xml was built properly?
    Cheers.

    Hi,
    Do you want to validate your xml against xsd?
    Read this
    validating
    There are some bugs also, for example  xml is invalid but no errors when calling schemaValidate()
    Ants

  • How can I download free apps while I have already given a card number at the past which is ineffective?

    how can I download free apps while I have already given a card number at the past which is ineffective?

    Create an iTunes App Store account without a credit card
    Any way to get free apps on the App Store without a credit card?
     

  • How can i change my region while i still have only $0.63

    how can i change my region while i still have $0.63 pls advise.

    If you can't spend it then you can try contacting iTunes Support and ask if they can remove the balance so that you can change country : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How can i find my ipod while it's turned off

    how can i find my ipod while it's tunred off ?

    See bold below
    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 conbtinue 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

  • How to get numerical indicator outside loop and sub.vi

    I have a vi which I want to output a counter value to the panel.  I can get the output to the panel but not when I use it as a sub vi, the value only gets written after the sub vi is done executing.  How can I get the numerical indicator to display constant while the sub vi is running.  I think global variables and/or property nodes may work but I have no idea how to set one up evan after looking at examples.
    Attachments:
    E Plane.vi ‏34 KB

    Hi drew,
    you only have to wire a reference to the indicator in the main vi!
    Some more notes:
    - Instead of running a FOR loop 0 or 1 time you should really use a case structure
    - Use some left-to-right wiring, helps reading your vi a lot!
    - Use error clusters to avoid all those stacked sequences!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    E Plane.vi ‏27 KB
    E-Plane Measure.vi ‏22 KB

Maybe you are looking for

  • Epub doesn't have the words in the right place

    I am using indesign cs6 on windows and this is a fxed epub.  In Dreamweaver I changed css to reflect where I wanted the words to go on page 4. When I go back to epub the words are not in the correct place. this is a children's book and needs to have

  • Large Catelog Site Using XML to Slow

    Hello, I have been trememdously help by the forum here - and yet I return for more help. I have a catelog site that uses a ViewStack, TileList, ItemRenderer, and XMLFiles as dataproviders. The site works great except that there is a huge wait time be

  • Permissions problems with PS CS5

    I just installed the PS CS5 trial. It opens fine, but when I attempt to switch workspaces I get this message: Could not apply the workspace because the file is locked or you do not have the necessary access privileges. Use the 'Get Info' command in t

  • Characters of the Text not matching the criteria in PCUI

    Hello All, In the Case management for the Z-customised field, which has been defined as 200  text characters in GUI, when text entered in the PCUI and saved saves only 132 characters rather than the 200 as defined. This is a field which defines the i

  • WiFi Creative ZEN to be announc

    Hi guys, I saw in the news that WiFi iPod is in the making, and the article mentioned that Creative showcased a WiFi-portable player in CES 2007? Can anyone confirm? Thanks dude http://xxmycreativexx.blogspot.com/2...yer-to-be.html