06-12-2008 04:49 AM
06-12-2008 05:10 AM - edited 06-12-2008 05:11 AM
06-12-2008 05:10 AM
06-12-2008 09:01 AM
The subvi is a functional global, where I added a case in the case structure.
After that you have to replace the enum constant for all the subvi calls in the main vi.
That is all I changed. After that the front panel of the main vi did not open anymore, and after a few seconds Labview(version 8.2.1) does not respond anymore.
06-12-2008 09:15 AM
Hi Bart,
replace your enum with a type-def'd version. I wrote this Nugget to help with this exact question. Please review that Nugget and post follow-ups if you still have questions.
Ben
06-13-2008 04:06 AM
Hello Ben,
Thanks for the advise. I followed it up, works fine now.