05-31-2008 12:29 PM
I was working on sending the 12 bit by dividing it into two bytes for example 111111000000 will be 00001111 & 11000000 in this way if I read 16 bit the value won’t change. I tried to rejoin the bits in labview using the type cast after the string then U8 then index array then join numbers, but I couldn’t plot the signal on a graph I think it’s because I don’t have an array of points to plot just one point.
So if that’s the problem can any body tell me how to put the points in a new array?
I
attached the VI with the massage. The problem is at the receiving loop.
05-31-2008 01:12 PM
05-31-2008 06:57 PM