09-06-2014 12:21 PM
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
09-06-2014 12:33 PM - edited 09-06-2014 12:38 PM
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".