LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can not find Write File Function in LabVIEW 8

LabVIEW 7.1 has a Write File function in its File I/O palette, where can I find that in LabVIEW 8?
 
--claudia
0 Kudos
Message 1 of 5
(3,017 Views)
I believe Write to Binary File replaces that function (also on File I/O palette).

If you open a LV file less than ver. 8 (e.g. LV7.1) into version 8, it'll replace Write File w/ this function (also w/ "prepend array or string size" wired False).


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 5
(3,009 Views)
Yeah,  I saw that.  I was just hoping to be able to use the Write/Read File function because its much easier to use than the binary write/read - less things to worry about.  Is there a way to import that function?
0 Kudos
Message 3 of 5
(2,999 Views)

I think the binary file vi will work just fine, it appears it will write the data to the file in whatever form the input data is, not necessarily binary. I would suggest you just give it a try and see if it works. I do not have LV8 installed on this PC to verify, but here is a link with some v8.0 code regarding this topic. It is not the best example of of thread, but I recalled the topic of it quite cleary.

http://forums.ni.com/ni/board/message?board.id=170&message.id=152882&view=by_date_ascending&page=2

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 5
(2,993 Views)

I have given it a try and it does work fine.  I just noticed that when you go from LV7 to LV8 the Write Function is replaced by 3 functions in LV8.  It really isn't a problem - just requires a few extra steps, I was just curious if a function can be placed in LV7.1 to LV8. 

--claudia

0 Kudos
Message 5 of 5
(2,989 Views)