12-05-2024 05:41 AM - edited 12-05-2024 05:45 AM
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.
Solved! Go to Solution.
12-05-2024 06:53 AM
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.
12-05-2024 07:41 AM
Thanks for the tip. It works fine.
Regards
Mark.