LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Invoke Node Throwing Error Dialog Even Though Error Out Is Wired

Solved!
Go to solution

Hello.  I am calling an API provided by a supplier and Invoke Node is popping up an error even though errors are wired.  Is this something with Invoke Node that I can change?
The vi is attached and a screenshot of the error are below.

jncuevas_0-1745348613993.png

 

0 Kudos
Message 1 of 5
(151 Views)

Hi jncuevas,

 


@jncuevas wrote:

I am calling an API provided by a supplier and Invoke Node is popping up an error even though errors are wired.  Is this something with Invoke Node that I can change?
The vi is attached and a screenshot of the error are below.


Are you sure its the InvokeNode that shows the error dialog?

When there is an error in the wire it might be shown once that wire ends…

(Why is the error dialog feature even enabled in your application?)

 

While there is a screenshot there is no VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(109 Views)

"Are you sure its the InvokeNode that shows the error dialog?"
Hello GerdW.  Thank you for the reply.  The dialog says Invoke Node and references the API that I'm calling.  Also I traced the error wire and I didn't find any loose ends, so I'm pretty sure it's coming from InvokeNode.
"(Why is the error dialog feature even enabled in your application?"

The only answer I have is that's the default LabVIEW setting.  The error wires are connected so I was not expecting any dialogs.

0 Kudos
Message 3 of 5
(91 Views)
Solution
Accepted by topic author jncuevas

@jncuevas wrote:

The error wires are connected so I was not expecting any dialogs.


It sems tio be that the error wire is connected and propagated to the Simple Error Handler or General Error Handler. What is on the other end of the error wire?

Screenshot 2025-04-23 15.17.37.png

Message 4 of 5
(85 Views)

Thank you for the reply.  After closer examination I did find simpler error handler wired downstream from the error.

0 Kudos
Message 5 of 5
(67 Views)