VRPaul Posted July 27, 2007 Report Share Posted July 27, 2007 Hi, I have two problems, the first one is problaby a stupid question but i have to ask anyway. When I use a start button and wire it to the condition terminal of the while loop(Continue if true) it doesn't seem to work. if I run the application without pressing the start button, everything within the general while loop runs with a false at the condition terminal. I have also trouble with making an .exe of my program. i'm saving it with options, selecting application distribution and no password change, saving it with extension .llb. .... and then after restarting labview, i need to choose "build application" in the menu Tools. there's the problem, "Build application" is not listed in the menu "Tools". i'm working with LV 6.1. If anyone had these problems before, I would appreciate the help Thanx Paul Quote Link to comment
eaolson Posted July 27, 2007 Report Share Posted July 27, 2007 QUOTE(VRPaul @ Jul 26 2007, 07:24 AM) I have two problems, the first one is problaby a stupid question but i have to ask anyway. When I use a start button and wire it to the condition terminal of the while loop(Continue if true) it doesn't seem to work. if I run the application without pressing the start button, everything within the general while loop runs with a false at the condition terminal. Generally the initial state of a button (i.e., when it's not pressed) is False. So it sounds like you have something that is normally false wired to a Continue if true terminal, so it stops. Usually, it's a Stop button that's wired to the While loop's terminal. QUOTE I have also trouble with making an .exe of my program. i'm saving it with options, selecting application distribution and no password change, saving it with extension .llb. .... and then after restarting labview, i need to choose "build application" in the menu Tools. there's the problem, "Build application" is not listed in the menu "Tools". i'm working with LV 6.1. To build an executable, you need the http://sine.ni.com/nips/cds/view/p/lang/en/nid/10731' target="_blank">LabVIEW Application Builder, which is a separate add-on. I really don't know what to do if you need this for an old version of LabVIEW. Quote Link to comment
Aristos Queue Posted July 27, 2007 Report Share Posted July 27, 2007 Posting an image makes this easier for everyone to diagnose. Do you have a screenshot of your block diagram available? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.