LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read file

Solved!
Go to solution
Solution
Accepted by topic author divyakarthikeyanmit@rediffmail.com

I am glad that i understood the problem right,

 

The problem you were facing was because, there was no dependency between Write and Read VI's in your code, So you never know which VI could execute first (In your Case Read vi executed before Write VI most of the times), by connecting the error cluster from write VI to Read VI we gave dependency that Read vi will execute only after write VI has completed its execution.

Its LabVIEW fundamental as its a dataflow language.

Actually Divya i would suggest you to go through the Getting Started with LabVIEW document once before going ahead.

 

Even read write spreadsheet VI's will work similarly, you can also find examples for write and read files.

 

Regards,

Krunal

0 Kudos
Message 11 of 13
(733 Views)

if your previous question has been answerd can you please mark  Krunal K Patel thread as solution . So that in future people can easily find the solution rather reading the whole thread.

 

thank you

Regards
0 Kudos
Message 12 of 13
(726 Views)
thanks a lot
0 Kudos
Message 13 of 13
(722 Views)