LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Initializing on run, auto wire-cleanup, format as percent?

Hi, does anyone know how to do any of these?

1) Have everything (plots, controls) initialize on the front panel whenever Run is clicked.

2) Some way to force a wire to route "clean" automatically. I end-up selecting Clean Up Wire a lot.

3) Have an option to show doubles as a percentage. Now I multiply by 100, which wastes real-estate.

 

Ben

 

0 Kudos
Message 1 of 3
(2,366 Views)

 1.) Have you tried the "re-initialize to default" method? 

 

2.) I don't think there is a way to automatically clean the diagram. 

 

3.) Make a little subvi which does the multiplication.

 

 

 

 

 

percent.PNG 

 

 

 

Message Edited by vt92 on 08-18-2009 08:44 AM
>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
Message 2 of 3
(2,352 Views)
for 1) just create a frame structure in which you do the initialization and ensure that the rest of the code is run afterwards.
0 Kudos
Message 3 of 3
(2,351 Views)