LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview: Reset the data in a subVI

Solved!
Go to solution

This is a test VI to show my problem. I am generating data in a SubVI and passing this to my main VI. This is working but maybe not the best way to do it. I need to be able to reset the arrays in the subVI but am not able to do it. Can anyone point me in the right direction please.

 

Thanks.

Mark.

Download All
0 Kudos
Message 1 of 3
(341 Views)
Solution
Accepted by topic author vtiu

The most straight forward way is to pass your "Reset Chart" value into the subVI. Then you can use a Case Structure or several Select functions to either use the value in the Shift Registers or an empty array.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(314 Views)

Thanks for the tip. It works fine.

 

Regards

Mark.

Download All
0 Kudos
Message 3 of 3
(299 Views)