01-09-2006 01:16 AM
01-09-2006 01:39 AM - edited 01-09-2006 01:39 AM
Hi,
This VI should answer your questions
Here, i am initially creating a numeric array, converting it to boolean( just by checking if the element is zero or not)
Later, on the run user can modify the array elements
You will observe that i am using a ring while adding to array.
All i am doing here is creating a ring -> giving its values as 0 and 1-> and later reading this ring text ->conveting it ot numeric ->and adding to array at the click of the 'add to array' button. you can select row/column at which u want to modify the entry.
To simplify, You can also just add a value from a numeric control directly.
Hope this helps
Regards
Dev
Message Edited by devchander on 01-09-2006 01:40 AM
Message Edited by devchander on 01-09-2006 01:58 AM
01-09-2006 02:48 AM
01-09-2006 02:58 AM - edited 01-09-2006 02:58 AM
Message Edited by devchander on 01-09-2006 03:01 AM
01-09-2006 07:33 AM
01-10-2006 02:07 AM
Jeff has a point there!
This attached Vi will demonstrate how equal/not equal to zero may not give an expected result for dbl type
01-10-2006 06:57 AM
01-10-2006 03:59 PM