LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

clear memory of shift register after each run

hi

I am using a shift rergister in my Vi.I want to clear the shift register after execution of the Vi.Please help me in this 

Certified LabVIEW Developer
0 Kudos
Message 1 of 4
(7,529 Views)
That's what the initialization should do. So connect an empty data to the entry of the shift register (in a loop it's outside on the left).
Software developer
www.mcm-electronics.com





PORTUGAL
Message 2 of 4
(7,528 Views)

thanks for the reply

I have done that .My aim is to plot a real time graph, of position Vs voltage when a stage moves..Suppose stage moves from 20 to 50.then in next run it comes back from 50 to 20.But graph again plots from 20 to 50.If the first run is from 50 to 20 all the successive runs graph starts from 50.Is it due to shift register initialisation

 

warm regards

augustin 

Certified LabVIEW Developer
0 Kudos
Message 3 of 4
(7,516 Views)

HI again:

First i think that you should only acquire to an array. Check if all the data it's in the correct place.

 

Then you should check the graph. cause it might be only a visualization issue.

 

IF you want me to help you more, do me a small example  with offline data. So that i can run it here and see the problem happening. Then i will correct your code and send it to you again.

Tell me your labview version.

 

Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 4 of 4
(7,509 Views)