@widdalightsout The While Loop structure in LabVIEW is the same operation as in other computer languages. Running a VI once (pressing the Run arrow) or continuously (pressing the Run Continuously button) does perform different operations. Run continuously will cause the VI to start again as soon as it is done performing it's actions. The Run arrow will just run the code on the VI once.
is there any difference between 'continuous running' operation and 'while loop' operation ?
widdalightsout 9 months ago
@widdalightsout The While Loop structure in LabVIEW is the same operation as in other computer languages. Running a VI once (pressing the Run arrow) or continuously (pressing the Run Continuously button) does perform different operations. Run continuously will cause the VI to start again as soon as it is done performing it's actions. The Run arrow will just run the code on the VI once.
Labview 8 months ago