LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing characters to text file to convert the data into image

Hi mike

 

I'll appreciate if you attached .VI file of above image example2.png

 

Thankyou

0 Kudos
Message 21 of 31
(1,456 Views)
read.JPG
0 Kudos
Message 22 of 31
(1,456 Views)

Muks

 

Please attached your code as .VI for labview 8.5

0 Kudos
Message 23 of 31
(1,452 Views)

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

Message Edited by MikeS81 on 04-13-2010 10:15 AM
0 Kudos
Message 24 of 31
(1,451 Views)
Message 25 of 31
(1,447 Views)

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

0 Kudos
Message 26 of 31
(1,446 Views)
Set file size. Inside advanced file functions
Message Edited by muks on 04-13-2010 01:52 PM
0 Kudos
Message 27 of 31
(1,442 Views)

Thankyou Mike and Muks

 

Let me try with these codes. will letyou people know after a while.

0 Kudos
Message 28 of 31
(1,440 Views)

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

0 Kudos
Message 29 of 31
(1,415 Views)

Hi Hasan,

change "\s" to "\t".

 

Mike

0 Kudos
Message 30 of 31
(1,412 Views)