12-06-2006 10:53 AM
12-08-2006 05:31 PM
03-29-2007 04:09 PM
LGK;
I ran into the same problem. I am using LV 8.20. If you are too, it may be the same problem.
In my case, it was an embarassingly simple problem (which took me over 6 hours to track down). Hope this helps. Open up the VI that Labview is unhappy with - in your case, TLP DSV MAIN. See if you have any case structures hooked up to a constant. If you do, replace the constant with a control (or replace the whole structure with an diagram disable structure).
I ran into a message from NI while upgrading from LV 8.00 to LV 8.20 - something to the effect that it no longer liked to see constants wired into case structures. Someone on my team (most likely me!) probably ignored it - at least on this vi.
The annoying part is that the problem is only reported if I add one extra dynamic vi, in a different library - completely unrelated to the one with the problem.
I hope this helps. Best of luck,
fredb.
03-30-2007 09:11 AM
Thank you for the feedback.
I remember seeing the warning that you described at a number of places in my application when it was first converted. I did follow the advice and changed the code per the instructions. That was not the problem in my case.
Recently, I did find the problem. It took me approximately 32 hours over two weeks to disassemble the whole application, section by section, but I finally found a particular section of code in a subVI that caused the problem. I deleted the code, recreated it (exactly, no alteration), and the problem went away. Something in the conversion process must've hiccupped and inserted a fatal flaw into the diagram. I knew I was onto something when I deleted a wire, saved the diagram, and then watched LabVIEW crash in pieces around me.
Let's see, 32 hours times $27/hour equals $864. That goes a long ways toward the purchase price of LabVIEW.
03-30-2007 09:31 AM
I have a similar problem with LV 8.20. A version compiled with debugging activated works, but without doesn't (I get an error on starting the app, not on compiling!).
@Rudi N wrote:
lgk:
I am sorry you are experiencing such issues with the application builder, I have a few questions for you:
1. Why is it that "turning on debugging" is not an acceptable solution for you? Is there anything about it that is affecting your application?
2. What version of LabVIEW do you have?
Please let me know what you find out.
Regards,
Rudi N.
04-01-2007 11:57 PM
Carsten:
It would greatly help if you could post the smallest amount of code that reproduces this error so that I can test it on my side.
Regards,
Rudi N.
04-02-2007 01:12 AM
Sorry Rudi, but I can't 😞 It's a quite big project. Not all of the code is nice, but I think my problem is related to ID: 423GHDQ4 described in http://digital.ni.com/public.nsf/websearch/6FA9C264C41FC67D8625724A0069C1DE?OpenDocument It's a GUI project and there I use sub-clusters quiten often...
@Rudi N wrote:
Carsten:
It would greatly help if you could post the smallest amount of code that reproduces this error so that I can test it on my side.
Regards,
Rudi N.
04-03-2007 11:54 AM
Carsten:
Thank you for narrowing it down for me. Did the workaround mentioned in the document helped with the issue? Please let me know !!
Regards,
Rudi N.
04-17-2007 07:25 AM
04-18-2007 11:57 PM
Mirko:
I am pleased to hear that things are working fine for you as well.
Regards,
Rudi N.