04-13-2010 03:10 AM
Hi mike
I'll appreciate if you attached .VI file of above image example2.png
Thankyou
04-13-2010 03:11 AM
04-13-2010 03:13 AM
Muks
Please attached your code as .VI for labview 8.5
04-13-2010 03:15 AM - edited 04-13-2010 03:15 AM
Hi Hasan,
sorry don't have it anymore.
But you should be able to program it from the image. The only thing you should know is, that the string constant is in "Code Display" Mode.
Mike
04-13-2010 03:18 AM
04-13-2010 03:18 AM
Mike
😞 how can I search the Sub VIs present in image? how can i know them by their name :S
please tell me the 2nd component's name which is immediate after Open/Create/Replace File VI
thanks
04-13-2010 03:20 AM - edited 04-13-2010 03:22 AM
04-13-2010 03:22 AM
Thankyou Mike and Muks
Let me try with these codes. will letyou people know after a while.
04-13-2010 03:48 AM
Mike
your code is working.... What I am doing is writing the spread sheet file of values that are coming in through com port. I have attached the file, but your code is not working for this file. what are the mistakes? how can i avoid "tab" delimiter? Please tell me the mistake that i am doing :S
04-13-2010 03:52 AM
Hi Hasan,
change "\s" to "\t".
Mike