LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wire conflict

Solved!
Go to solution

Hello,

I am trying to set the value of numeric using property node but receive wire conflict error. The data type passed from the class is also DBL and it is a indicator which is wired out. What is causing wire conflict?

Thanks

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 5
(2,463 Views)
Solution
Accepted by topic author lvrat

Can you attach the actual code? Does the indicator have units?

0 Kudos
Message 2 of 5
(2,461 Views)

Oh yes that is correct. The PT1 strict reference has units but the indicator passed from Class #7 VI does not have units. Didn't know units would show the wire conflict?

*************************************************
CLD
*************************************************
0 Kudos
Message 3 of 5
(2,456 Views)

The error message flat out told you there was a unit conflict.  And of course that is an error.  You don't want to put Amps into an indicator that says Volts.  But this sort of thing is exactly why I don't use units myself.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 5
(2,425 Views)

@crossrulz wrote:

The error message flat out told you there was a unit conflict.  And of course that is an error.  You don't want to put Amps into an indicator that says Volts.  But this sort of thing is exactly why I don't use units myself.


From what I understand from reading the forums, the whole units thing is clunky and probably best to leave alone.  To me, it feels like the only reason why it still exists is for backwards compatibility.

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 5 of 5
(2,408 Views)