LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Broken Wires Error issue

Solved!
Go to solution

Hi!

 

I was wondering if there is something I can do to fix this error:

 

These cannot be wired together because their data types (numeric, string, array, cluster, etc.) do not match. Show the Context Help window to see what data type is required.
The type of the source is 1D array of
double [64-bit real (~15 digit precision)].
The type of the sink is double [64-bit real (~15 digit precision)].

 

It is a broken wire within my system. I understand what the error is and I was wondering if there is a block or function that can help me resolve this error.

 

Thank you! 

0 Kudos
Message 1 of 2
(2,824 Views)
Solution
Accepted by mkapler1

Which element of that 1-D array of doubles do you care about?

 

Use Index Array to get it.  Or do you want the average of the array, then use a Mean function.

Message 2 of 2
(2,800 Views)