LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Equivalent function for Write to SGL file.vi

Hi all,

 

Is there any function equivalent to Write to SGL file & Read from SGL file vis (available in LV7.1)available in LV2009?

 

In LV7.1 I can make use of this function to write mainly the application password (after converting to byte array ) into a file using this Write to SGL file.vi . This when try to open it using notepad or something like that it is not in user readable format. I could not find the same kind of functionality in LV2009. Am I missing out searching function palette or it is loaded in someother form which I could not decipher?

 

Any help is appreciated.

 

 

 

Kousy

0 Kudos
Message 1 of 3
(3,052 Views)

Hi!

 

The write to binary VI:

write to binary.png

 

in the File-I/O tab...

 

Greets CR

0 Kudos
Message 2 of 3
(3,045 Views)
Just to point out: that's not a very secure way to save a password. It's fairly trivial to find out what it is. If this is intended to be distributed you should consider a more secure way to store a password.
0 Kudos
Message 3 of 3
(3,033 Views)