LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to do this in labview

Solved!
Go to solution

This is my vi. If you enter values like 7,3,1,4 it calculates

7-3=4

3-1=2

1-4= -3

now is there a way to do the following?

I enter initial value lets say 2 and vi do this ( basically appends to array and deducts first element from it)

2-7=-5

7-3=4

3-1=2

1-4= -3

0 Kudos
Message 1 of 2
(2,527 Views)
Solution
Accepted by topic author Canucks.canucks

Yes, you initialize the shift register by wiring into the left side of it.

 

temp.png

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