Reentan

hello
i've got a problem with my vi.
pictures from the vi's are in the attachement (pic.zip).
the problem is, that i have parallel loops(pic1.jpg) where this vi (pic.jpg) is used.
these loops give me a message if one of the elements in the cluster is true.
if the vi is reentrand it doesn't work and i got no messages.
if the vi isn't reentraned the messages are shown but not right.
markus
Attachments:
pic.zip ‏135 KB

The VI "Create_MessBox_TestEndText", unless there is something hidden in the FALSE case, should make no difference whether it is reentrant. There is no data storage that is expected to be persistent (and that's what changes based on reentrancy).
The other pic doesn't show enough for me to see any problem.
I don't exactly understand why you have separate loops - it looks like you're just polling several globals to look for a FINISHED flag, and popping up a dialog when found. You could do that in a single loop just as well.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com
Blog for (mostly LabVIEW) programmers: Tips And Tricks

Similar Messages

Maybe you are looking for