01-13-2008 08:16 AM
Hi all :
Please see attach file , this vi create folder and save data what I want to do , when i insert S/N number , search for this number in the file , if Number Exist then stop if not Counties saving data ,
Right now if the number exist or not exist always data saved
How can I do that
01-15-2008 12:28 AM
Hello elyan
can you attach your "insert S/N.vi"?
You can solve your problem by connecting an output of your "New device.vi" to the while loop condition and if the serial number exists you set the cancel button value to true.
Mike
01-15-2008 02:20 AM
may be i didn't explain my self crearly :
i want to serach the value in xls file , if this value exist then stop , if the value in EXCEL file does not exist then write to the file
as you see my vi , saved data to excel , but if i insert the same value it will save it anyway
thanks
01-15-2008 02:23 AM
Excuse me,
but i see no vi which search for an existing S/N.
Mike
01-15-2008 02:40 AM
01-15-2008 03:09 AM
01-15-2008 04:05 AM
thanks alot