04-01-2013 04:06 AM
Hi everyone!
I have to find a way to show the files that are not deleted, but my code just shows me the last file that is not deleted...
(True and false are written in red because I use a french version of Labview )
If someone can help... Thank you in advance for your reply!
Solved! Go to Solution.
04-01-2013 07:58 AM
You need to build an array in the shift register. Initialize the shift register to an empty array of paths. In the TRUE case, you need to use the Build Array function to append the new path to the array.
04-01-2013 11:13 AM
Thank you for your reply! I didn't think about the Build Array function, it seems to be the solution , I tried but I can't do it, it doesn't work...
Can you show me please? I'm a beginner with Labview...
04-01-2013 11:46 AM - edited 04-01-2013 11:46 AM
Something like this should work.
04-01-2013 11:53 AM
@crossrulz wrote:
Something like this should work.
Or if you want to fit that code on a postage stamp you can use the contitional tunnel feature introduced in LabVIEW 2012.
Come on Tim, Get with the times
04-01-2013 12:15 PM
@JÞB wrote:
Come on Tim, Get with the times
Wasn't sure if the OP has 2012 and I'm still using 2011 for my projects. At least I'm certified!
04-01-2013 03:23 PM
Thank you both!
I've tried both of yours solutions, but it display each times the last file that has not been deleted...
04-01-2013 03:41 PM
False alarm!
It's works perfectly!
Thanks!