LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why the data types are not match?

Here is my program. It shows the data types are not match. How to correct it?Snap_2012.05.19_21h49m22s_001_.jpg

0 Kudos
Message 1 of 6
(2,784 Views)

Waveform graph is not a cluster data type it is an array DBL or a waveform component. Just build the array instead of bundling and wire it, it will work.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 6
(2,779 Views)

Hi,

    You can use "cluster to array" function.

     programming>>Array>>cluster to array.

 

 

   GoodLuck!

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 3 of 6
(2,777 Views)
Danil,

That's just one more rube goldberg code suggestion from you.

Werther,

Use the build array as noted.
0 Kudos
Message 4 of 6
(2,772 Views)

@danil33 wrote:

Hi,

    You can use "cluster to array" function.

     programming>>Array>>cluster to array.

 

 

   GoodLuck!


Hi danil33,

 

   I appreciate your interest in the reply.  But just think is it the simple way : The user is bundling the array into a cluster and you are propsing the OP to again convert back to array. Is it not simple to build the array directly? And also did you try to convert that cluster into array? Am just trying to help you if you had misunderstanding. Or if you find my statement wrong you can explain.

 

-----

The best solution is the one you find it by yourself
0 Kudos
Message 5 of 6
(2,771 Views)

@danil33 wrote:

Hi,

    You can use "cluster to array" function.

     programming>>Array>>cluster to array.


Are you serious?

 

While we appreciate your enthusiasm, most of your recent "solutions" have been anything but. If you're trying to get your post count up, this is the wrong way to do it. As has been mentioned before, a bad solution is worse than no solution. Please put some thought into your responses. You do not need to impress anyone.

0 Kudos
Message 6 of 6
(2,744 Views)