LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

load class from XML (Dynamic Dispatch)

It has a horrible side-effect of completely bypassing the Dynamic Dispatch typing.

 

This can lead to some nasty goings-on....

 

Here is an example I have made for AQ.

 

Shane.

0 Kudos
Message 11 of 17
(1,381 Views)
I have confirmed this is a bug with 8.2, 8.5, 8.6 and the next LV version. Unfortunately, we're too late in the release cycle to fix it for the next release, so it will be addressed for the release after that. Thanks for letting me know about this. I've got the compiler team working on it already. This worked at one point in LV8.2 before release, but it seems to have been removed before release and has never been fixed since then.
0 Kudos
Message 12 of 17
(1,361 Views)

Do we have a CAR# for the Bug thread?

 

Shane.

0 Kudos
Message 13 of 17
(1,359 Views)
No CAR. It's a big enough change that it gets a spec and design document.
0 Kudos
Message 14 of 17
(1,352 Views)

I am sorry to dig out this old thread, but I apparently have the same problem.

Is there a solution to this pesky shinanigance? Or do I have to re-implement the same VI over and over again (at least the wire color changes once in a while)?

 

Thanks in advance!

 

PS: Is there a way to change a VI to dynamic dispatch (for override) after creating it? I just cannot find the button 😞

LVOOP is a mess for beginners imo.

0 Kudos
Message 15 of 17
(1,100 Views)

Hi Questionmarker,

 

to make a dynamic dispatch VI non dynamic, there is no button. You have to edit the connector pane. You will notice that dynamic input and output have a dotted frame. Right-click on the terminal in the connector pane and go to "This Connection is" and choose something other than dynamic dispatch.

After that the VI will be a standard static one.

 

Regards,

joseph

0 Kudos
Message 16 of 17
(1,082 Views)

Hi Intaris,

 

I ran into exactly the same problem trying to solve the same problem. My class even has exactly the same name. Have you found a solution for this?

0 Kudos
Message 17 of 17
(623 Views)