06-25-2007 12:38 PM
06-25-2007 12:53 PM
06-25-2007 12:58 PM
06-25-2007 12:58 PM
FYI, the array you have is of type string and not numeric.
You could clear your array by writing in an array constant with 0 elements. To create one on your block diagram, insert an 'array constant'. Into this array constant, insert a 'string constant'. Do not type anything into the string constant. This way your array will be of type string, but will not have any elements. Wire this constant in to your indicator.
You can also remove elements from an array by doing a right-click, and going to 'Data operations>>Delete Element'.
06-25-2007 01:02 PM - edited 06-25-2007 01:02 PM
Message Edited by Sudhir Gopinath on 06-25-2007 01:04 PM
06-25-2007 01:06 PM
06-25-2007 01:07 PM
Also, I notice that your array is being built up by running through a for loop. What exactly is the functionality of the for loop?
If you want to build an array with all the blank states missing, then you should just delete the 'build array' and wire the input to that case structure directly to the output.
06-25-2007 01:08 PM - edited 06-25-2007 01:08 PM
Where is the boolean button that you mention?
If possible, post your vi here.
Message Edited by Sudhir Gopinath on 06-25-2007 01:09 PM
Message Edited by Sudhir Gopinath on 06-25-2007 01:10 PM
06-25-2007 01:10 PM - edited 06-25-2007 01:10 PM
Message Edited by unknown00 on 06-25-2007 01:11 PM
06-25-2007 01:24 PM