07-28-2009 07:17 PM
07-28-2009 09:01 PM
07-29-2009 03:13 AM
So I have been playing with using Baji's vi (ie as a subvi) in my main vi. The problem I am having is that whilst I want to use the pointer as for the source of elements that I want to delete, I can't get them to connect to the delete from array function. Specifically there is an array element conflict when I connect the pointer terminal to the index terminal of the delete from array function. Is there a way that will allow the data that is present in the pointer array to be wired to one of the one of these array functions given that they appear to only accept one number (eg, for the index number on the delete from array function) rather than an array of numbers that need to be deleted. Am I completely missing something here?
Thanks.
07-29-2009 03:44 AM
07-29-2009 04:03 AM
07-30-2009 01:15 AM - edited 07-30-2009 01:16 AM
Thanks Baji. The delete elements vi works perfectly!! Thanks for taking the time to help me out on this, it is much appreciated.
I just wish I had of thought of using the while loop here as well. I think I might have thought about it, but if I did it was very fleeting and I wouldn't have worked out how to implement it as quickly as you have.
If you want to see how my vi works as a whole now, let me know and I will post it up. Although I have basically used what you have shown here and adapted the vi's slightly to fit into my main vi.
07-30-2009 01:21 AM