09-08-2010 10:14 PM
Hi,
I implemented an algorithm for counting and labeling connected components in binary images (LabVIEW 8.0). At the end of programming I inserted a tab control (changed to indicator) and copied some images into its pages for future reference. The VI worked fine until I close it. When I try to open it again, I get the following messages: "Save/load error: Unknown error" and "Save/load error: Improper format". The VI can be inserted into another VI and the code runs, however I cannot have access to the front panel again.
Does any one know how to get access to the front panel and fix this problem? Thanks!
Solved! Go to Solution.
09-08-2010 11:17 PM
Your vi opened smoothly in LV9 (although a subvi is lacking). So I saved it back into LV8.0. I hope you'll be able to access th FP again.
I also had a look at the diagram. Seems terribly complicated with regard to the result. What are you trying to achieve ?
09-08-2010 11:58 PM
Dear CC,
Thank you for your quick reply. I am trying to isolate regions of a 2D histogram converted to binary contour plots. The VI was tested with a simple example to verify its labeling accuracy.
Regarding the VI, I still cannot open it (still get the same error message). As the problem appeared after insertion of the tab control and the images, I wonder if the deletion of such indicator will fix the problem. Please, save back to 8.0 again.
Regards,
09-09-2010 01:30 AM
done...
09-09-2010 03:59 AM
Thank you you, it worked.
Regards,
02-20-2011 10:51 AM
07-02-2023 01:34 AM
Hi Charly..
One vi is missing in this code. Can you please upload "remove termos reptidos vi"
07-02-2023 09:12 AM - edited 07-02-2023 09:44 AM
@Jishan wrote:
One vi is missing in this code. Can you please upload "remove termos reptidos vi"
This thread is over a decade old and Charly hasn't been here for years. Modern LabVIEW versions have this function, which probably does what you need. Try it! (remove the build array node too)
Edit: seems to work just fine...
07-03-2023 01:18 AM
Thanks @Knight Of NI
It is working now.