LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

you have connected two terminals of two different types labview 2014

I am doing a lab for my signals class and i am having this huge issue from connecting my array subset to the "convert to dynamic data" it draws an error where they say i have data type double form an array and a double to the sink.

 

I have been looking for a solution for this for over 3 hours please help me.

 

what i have tried:

 

If you disconnect or cut the wire to the frame by frame display, you will get no errors but a floating wire on frame by frame. However you wont have a 4th graph on control pannel. 

 

please help me. attached are 3 files.

-the VI

-the screen shot

-what its suppose to look like

0 Kudos
Message 1 of 2
(2,584 Views)

Your "Frame-by-Frame Display" indicator needs to be an array of DBL. Currently it is a scalar.

 

Simply delete it, the right-click the orange array wire and "create indicator".

Name the new indicator as "Frame-by-Frame Display".

 

 

Some additional comments:

The template seens to use some unusual and unecessarily complicated code. For example the "array to cluster...unbundle" could be replaced by a simple "index array".

0 Kudos
Message 2 of 2
(2,572 Views)