ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
Hi,
I have a question about the stop button in a loop. When the stop button gets activated, does labview continu the current loop cycle or does it stop exactly when the stop button is activated and you get the results of the previous loops?
It completes the iteration. Depending on the dataflow, it is possible that the button is read early in the iteration when it has not been pressed and one additional iteration may occur before the loop stops. This will typically only occur if the code in the loop takes more than tens or hundreds of milliseconds per iteration.
Lynn
hi.... im new to Labview...
i have some doubts in programming with this,,,
i started learning labview. but couldnt understand how to build application in this. im a computer science student did c c++ java visual studio n almost programming laung's.. now i got intrst in learning this G programming.. plz can anyone guide me... plz reply
You should start a new thread rather than hijacking someone else's thread on an unrelated topic.
Start by working through the Getting Started tutorials which are available on line.
Lynn
harry: If you're looking for LabVIEW tutorial, start here: http://zone.ni.com/devzone/cda/tut/p/id/12302
If you're asking specifically how to build an application from your code you need to create a project and build your executable in the build specifications section. Then you can create an installer from that also from the project window. The LabVIEW Help can teach you all you need to know.