LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

getting warnings from diagram disabled structure when different user logs in

I have a piece of code, inside a larger application, which is in a diagram disable structure.  When I run the main vi, no errors or warning.  When a different person logs in and runs the code, a warning pops up stating there are errors inside the disabled piece of code.  You can simply close the warning box and the code runs but I would prefer the warning not popup and cause panic in my operators.  I don't find anything about this issue.

 

Thanks,

Vickie

0 Kudos
Message 1 of 6
(2,998 Views)

Hello vickielfl,

 

I have a few questions for you to help you troubleshoot this issue:

 

1. Are you running this application as an executable or just as a VI? If it is an executable, did you build it with debug mode enabled?

2. Under File >> VI Properties >> Execution, do you have the "Allow Debugging" and "Enable automatic error handling" boxes checked?

3. Can you provide a quick screenshot of the error?

 

Regards,

 

Jae

0 Kudos
Message 2 of 6
(2,956 Views)

1.  Running a vi (not executable)

2.  Turns out the problem went away the 2nd time the operator opened and ran the code so I couldn't duplicate the error.

 

Thanks for the reply.

Vickie

0 Kudos
Message 3 of 6
(2,929 Views)

You sure these weren't crosslinking warnings?  That could be a subtle, but serious issue.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 6
(2,922 Views)

Yes I am sure.

 

It was a warning saying the code in the disabled diagram was not executable because a tunnel assignment was missing.

0 Kudos
Message 5 of 6
(2,920 Views)

@vickielfl wrote:

Yes I am sure.

 

It was a warning saying the code in the disabled diagram was not executable because a tunnel assignment was missing.


That's good.  I just had to ask to get that question out of the way.  🙂

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 6
(2,916 Views)