02-28-2006 08:06 AM
My GUI takes minutes to load, b/c I have numerous sub-vi's (diagrams vi's in a 100+ element case). Is there anyway to postpone linking, so labview does not take minutes to load?
I'm working w/ Legacy labview 5.0.
thanks much
02-28-2006 08:18 AM
02-28-2006 08:24 AM
Hi-
Unfortunately, I think I do. I have to have Diagrams for different "test" buttons in my GUI. As I am in Labview 5, the only way to creat a diagram, was to do paste an image on the front panel of a unique .vi file
Phil
02-28-2006 08:43 AM
I am not sure about lin LV 8.0 but if you upgrade to a more recent version (I would suggest 7.0 or greater) you can replace the case structure with a dynamic call. This is more like using function pointers to replace a huge if/esleif/else if...else case in c++. This way you are not making a case structure decision but calling the right function based on the function name.
Paul
02-28-2006 08:48 AM
Tools >>> Advanced >>> Mass Compile?
Was that a "Shift run arrow" or a "ctrl run arrow"?
Ben
02-28-2006 03:10 PM
03-01-2006 02:15 AM