LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

continues process

Your issue is that you are maintaining only one array through the shift registers, the raw data array.  The changed array is just being recalculated from the raw array for only the last 2 points on every iteration.
 
If you want the changed data to persist, then you will need to maintain your changed data array in another shift register.
Message 11 of 16
(801 Views)

Please help me to do that. I tried but cannot, again same mistake inside....Please if possible change my Vi and reply.

Thanks in advise!

0 Kudos
Message 12 of 16
(796 Views)
Try e.g. this:
 
(You are still using way too much code! :D)
 
 
0 Kudos
Message 13 of 16
(789 Views)


Melikyan wrote:

Please help me to do that. I tried but cannot, again same mistake inside....Please if possible change my Vi and reply.

Thanks in advise!



Here is my modification to your previous code.
 
EDIT:   I see Altenbach's code now.  It is definitely much cleaner version.  I still don't completely understand what you are trying to do with your comparisons (and one time you talk about 0.1, another time 0.3) but his charts seem like a more reasonable end result.


Message Edited by Ravens Fan on 06-29-2008 11:09 PM
0 Kudos
Message 14 of 16
(786 Views)
I realized that although I added the changed array shift register, the comparisons were to the previous raw data.  Here is the fix.  The results are more like Altenbach's, but his solution is still better.
0 Kudos
Message 15 of 16
(780 Views)

Thank you everyone who helped Smiley Very Happy!

I used altenbach method, special thanks to you!

The problem solved!

 

0 Kudos
Message 16 of 16
(771 Views)