LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve this wire class conflict ?

Hi,

 

Is there a way to get rid of this coercion dot when I wire a control reference to a cluster containing a control refnum for the XY graph ?

I get a broken wire if both are the same type (Waveform Graph Refnum (strict)).

Would be great to know what I'm doing wrong ....

 

Thanks ! Johan

Download All
0 Kudos
Message 1 of 3
(5,575 Views)

The free reference isn't strict, so they're not the same type. You can probably cast it to a strict with Type cast or To More Specific.

Or change the cluster ref to a non-strict. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 3
(5,570 Views)

Thanks, this solves the problem !

 

Cheers, Johan

0 Kudos
Message 3 of 3
(5,545 Views)