LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

loading test specifications

Got it. I replaced the Decinal String to Number vi with the Fract/EXP String to Number vi.
~~~~~~~~~~~~~~~~~~~~
Paul Johnson
Renco Encoders, Inc
Goleta, CA
~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 11 of 14
(781 Views)
Whoops! Sorry about that... that was an oversight on my part. Good catch!
E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 12 of 14
(773 Views)
E,

I've been using this method in my application, and I noticed that the outer loop only executes once. Do I need to have it? Seems like I can put the additional programming in the loop that also contains the event, that is the loop that is active. What would I put in between the loops?
~~~~~~~~~~~~~~~~~~~~
Paul Johnson
Renco Encoders, Inc
Goleta, CA
~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 13 of 14
(758 Views)
Paul,
 
Actually, I programmed the VI such that the outer loop executes one iteration for every time that you press the "Select New File" button. In your usage, if you only load from a single file one time, then you are correct that the outer loop executes only once, but if you want to have the ability to load from another file without having to restart the VI, then you need to outer loop. This is why the file reading occurs exclusively in the outer loop. If it was never your intention to have this functionality, then you could certainly remove it from my example. Hope this clears things up!
 
Kind Regards,
E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 14 of 14
(745 Views)