10-11-2009 08:19 PM
alright my program generates a data of 16 lines as shown below and the following is the block diagram.
what I need is for it to generate a data with only 1 line shown below.
I think the problem is because of the analog to digital conversion but I think this is the most non-trivial method. it would be great if i can truncate it to 1 line because it's essentially the same thing.
I've also attached my VI if that would be more help. thanks in advance, this wall that I'm running into is annoying me.
Solved! Go to Solution.
10-12-2009 01:09 AM
lol sorry I figured it out again eventually.
rather EXTREMELY simple
you just have to create a constant on the "resolution" of analog to digital and set it to however many bits (in my case 1)
thanks!
10-12-2009 11:56 AM
10-12-2009 12:03 PM
10-12-2009 01:02 PM
here it is just incase
as you can see there is a [1] in the for loop
10-14-2009 11:45 AM
10-14-2009 05:37 PM